zzc.java
1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
package com.google.android.gms.common.internal;
import android.os.Looper;
import android.util.Log;
public final class zzc
{
public static void zza(boolean paramBoolean, Object paramObject)
{
if (!paramBoolean) {
throw new IllegalStateException(String.valueOf(paramObject));
}
}
public static void zzaw(boolean paramBoolean)
{
if (!paramBoolean) {
throw new IllegalStateException();
}
}
public static void zzdj(String paramString)
{
if (Looper.getMainLooper().getThread() != Thread.currentThread())
{
String str1 = String.valueOf(Thread.currentThread());
String str2 = String.valueOf(Looper.getMainLooper().getThread());
Log.e("Asserts", String.valueOf(str1).length() + 57 + String.valueOf(str2).length() + "checkMainThread: current thread " + str1 + " IS NOT the main thread " + str2 + "!");
throw new IllegalStateException(paramString);
}
}
public static void zzdk(String paramString)
{
if (Looper.getMainLooper().getThread() == Thread.currentThread())
{
String str1 = String.valueOf(Thread.currentThread());
String str2 = String.valueOf(Looper.getMainLooper().getThread());
Log.e("Asserts", String.valueOf(str1).length() + 56 + String.valueOf(str2).length() + "checkNotMainThread: current thread " + str1 + " IS the main thread " + str2 + "!");
throw new IllegalStateException(paramString);
}
}
public static void zzt(Object paramObject)
{
if (paramObject == null) {
throw new IllegalArgumentException("null reference");
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/common/internal/zzc.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/