25 lines
735 B
Java
25 lines
735 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
import java.lang.Thread;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes.dex */
|
|
public final class zzfp implements Thread.UncaughtExceptionHandler {
|
|
final zzfs zza;
|
|
private final String zzb;
|
|
|
|
public zzfp(zzfs zzfsVar, String str) {
|
|
this.zza = zzfsVar;
|
|
Preconditions.checkNotNull(str);
|
|
this.zzb = str;
|
|
}
|
|
|
|
@Override // java.lang.Thread.UncaughtExceptionHandler
|
|
public final void uncaughtException(Thread thread, Throwable th) {
|
|
synchronized (this) {
|
|
this.zza.zzs.zzay().zzd().zzb(this.zzb, th);
|
|
}
|
|
}
|
|
}
|