Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzbug.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

36 lines
1.3 KiB
Java

package com.google.android.gms.internal.ads;
import java.lang.Thread;
/* loaded from: classes3.dex */
final class zzbug implements Thread.UncaughtExceptionHandler {
final /* synthetic */ Thread.UncaughtExceptionHandler zza;
final /* synthetic */ zzbuh zzb;
public zzbug(zzbuh zzbuhVar, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) {
this.zza = uncaughtExceptionHandler;
this.zzb = zzbuhVar;
}
@Override // java.lang.Thread.UncaughtExceptionHandler
public final void uncaughtException(Thread thread, Throwable th) {
try {
try {
this.zzb.zzg(thread, th);
} catch (Throwable th2) {
Thread.UncaughtExceptionHandler uncaughtExceptionHandler = this.zza;
if (uncaughtExceptionHandler != null) {
uncaughtExceptionHandler.uncaughtException(thread, th);
}
throw th2;
}
} catch (Throwable unused) {
com.google.android.gms.ads.internal.util.client.zzo.zzg("AdMob exception reporter failed reporting the exception.");
}
Thread.UncaughtExceptionHandler uncaughtExceptionHandler2 = this.zza;
if (uncaughtExceptionHandler2 != null) {
uncaughtExceptionHandler2.uncaughtException(thread, th);
}
}
}