Files
rr3-apk/smali_classes3/com/google/android/gms/measurement/internal/zzg.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

146 lines
3.3 KiB
Smali

.class abstract Lcom/google/android/gms/measurement/internal/zzg;
.super Lcom/google/android/gms/measurement/internal/zzd;
.source "SourceFile"
# instance fields
.field private zza:Z
# direct methods
.method public constructor <init>(Lcom/google/android/gms/measurement/internal/zzhj;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lcom/google/android/gms/measurement/internal/zzd;-><init>(Lcom/google/android/gms/measurement/internal/zzhj;)V
iget-object p1, p0, Lcom/google/android/gms/measurement/internal/zzij;->zzu:Lcom/google/android/gms/measurement/internal/zzhj;
.line 2
invoke-virtual {p1}, Lcom/google/android/gms/measurement/internal/zzhj;->zzaa()V
return-void
.end method
# virtual methods
.method public final zzu()V
.locals 2
.line 4
invoke-virtual {p0}, Lcom/google/android/gms/measurement/internal/zzg;->zzy()Z
move-result v0
if-eqz v0, :cond_0
return-void
.line 5
:cond_0
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Not initialized"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public final zzv()V
.locals 2
iget-boolean v0, p0, Lcom/google/android/gms/measurement/internal/zzg;->zza:Z
if-nez v0, :cond_1
.line 9
invoke-virtual {p0}, Lcom/google/android/gms/measurement/internal/zzg;->zzz()Z
move-result v0
if-nez v0, :cond_0
iget-object v0, p0, Lcom/google/android/gms/measurement/internal/zzij;->zzu:Lcom/google/android/gms/measurement/internal/zzhj;
.line 10
invoke-virtual {v0}, Lcom/google/android/gms/measurement/internal/zzhj;->zzz()V
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/google/android/gms/measurement/internal/zzg;->zza:Z
:cond_0
return-void
.line 8
:cond_1
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Can\'t initialize twice"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public final zzw()V
.locals 2
iget-boolean v0, p0, Lcom/google/android/gms/measurement/internal/zzg;->zza:Z
if-nez v0, :cond_0
.line 15
invoke-virtual {p0}, Lcom/google/android/gms/measurement/internal/zzg;->zzx()V
iget-object v0, p0, Lcom/google/android/gms/measurement/internal/zzij;->zzu:Lcom/google/android/gms/measurement/internal/zzhj;
.line 16
invoke-virtual {v0}, Lcom/google/android/gms/measurement/internal/zzhj;->zzz()V
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/google/android/gms/measurement/internal/zzg;->zza:Z
return-void
.line 14
:cond_0
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Can\'t initialize twice"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public zzx()V
.locals 0
.annotation build Landroidx/annotation/WorkerThread;
.end annotation
return-void
.end method
.method public final zzy()Z
.locals 1
iget-boolean v0, p0, Lcom/google/android/gms/measurement/internal/zzg;->zza:Z
if-eqz v0, :cond_0
const/4 v0, 0x1
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public abstract zzz()Z
.end method