53 lines
1003 B
Java
53 lines
1003 B
Java
package com.tencent.open.a;
|
|
|
|
import com.tencent.open.a.d;
|
|
|
|
/* compiled from: ProGuard */
|
|
/* loaded from: classes.dex */
|
|
public abstract class i {
|
|
private volatile int a;
|
|
private volatile boolean b;
|
|
private h c;
|
|
|
|
public i() {
|
|
this(c.a, true, h.a);
|
|
}
|
|
|
|
public void a(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
protected abstract void a(int i, Thread thread, long j, String str, String str2, Throwable th);
|
|
|
|
public void b(int i, Thread thread, long j, String str, String str2, Throwable th) {
|
|
if (d() && d.a.a(this.a, i)) {
|
|
a(i, thread, j, str, str2, th);
|
|
}
|
|
}
|
|
|
|
public boolean d() {
|
|
return this.b;
|
|
}
|
|
|
|
public h e() {
|
|
return this.c;
|
|
}
|
|
|
|
public i(int i, boolean z, h hVar) {
|
|
this.a = c.a;
|
|
this.b = true;
|
|
this.c = h.a;
|
|
a(i);
|
|
a(z);
|
|
a(hVar);
|
|
}
|
|
|
|
public void a(boolean z) {
|
|
this.b = z;
|
|
}
|
|
|
|
public void a(h hVar) {
|
|
this.c = hVar;
|
|
}
|
|
}
|