- 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
29 lines
1.0 KiB
Java
29 lines
1.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import com.google.android.gms.ads.identifier.AdvertisingIdClient;
|
|
import com.google.android.gms.common.GooglePlayServicesNotAvailableException;
|
|
import com.google.android.gms.common.GooglePlayServicesRepairableException;
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzbzc implements Runnable {
|
|
final /* synthetic */ Context zza;
|
|
final /* synthetic */ zzcab zzb;
|
|
|
|
public zzbzc(zzbzd zzbzdVar, Context context, zzcab zzcabVar) {
|
|
this.zza = context;
|
|
this.zzb = zzcabVar;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
try {
|
|
this.zzb.zzc(AdvertisingIdClient.getAdvertisingIdInfo(this.zza));
|
|
} catch (GooglePlayServicesNotAvailableException | GooglePlayServicesRepairableException | IOException | IllegalStateException e) {
|
|
this.zzb.zzd(e);
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzh("Exception while getting advertising Id info", e);
|
|
}
|
|
}
|
|
}
|