Files
rr3-apk/smali_classes2/com/glu/plugins/gluanalytics/GluAnalytics$1.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

147 lines
4.3 KiB
Smali

.class Lcom/glu/plugins/gluanalytics/GluAnalytics$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/tasks/OnCompleteListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/glu/plugins/gluanalytics/GluAnalytics;->handleMessage(Landroid/os/Message;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/tasks/OnCompleteListener<",
"Lcom/google/android/gms/appset/AppSetIdInfo;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/glu/plugins/gluanalytics/GluAnalytics;
.field final synthetic val$arg1:I
# direct methods
.method public constructor <init>(Lcom/glu/plugins/gluanalytics/GluAnalytics;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->this$0:Lcom/glu/plugins/gluanalytics/GluAnalytics;
iput p2, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->val$arg1:I
.line 632
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onComplete(Lcom/google/android/gms/tasks/Task;)V
.locals 3
.param p1 # Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/appset/AppSetIdInfo;",
">;)V"
}
.end annotation
.line 635
invoke-virtual {p1}, Lcom/google/android/gms/tasks/Task;->isSuccessful()Z
move-result v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->this$0:Lcom/glu/plugins/gluanalytics/GluAnalytics;
.line 636
invoke-virtual {p1}, Lcom/google/android/gms/tasks/Task;->getResult()Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/google/android/gms/appset/AppSetIdInfo;
invoke-virtual {p1}, Lcom/google/android/gms/appset/AppSetIdInfo;->getId()Ljava/lang/String;
move-result-object p1
invoke-static {v0, p1}, Lcom/glu/plugins/gluanalytics/GluAnalytics;->access$002(Lcom/glu/plugins/gluanalytics/GluAnalytics;Ljava/lang/String;)Ljava/lang/String;
goto :goto_0
.line 638
:cond_0
invoke-virtual {p1}, Lcom/google/android/gms/tasks/Task;->getException()Ljava/lang/Exception;
move-result-object p1
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->this$0:Lcom/glu/plugins/gluanalytics/GluAnalytics;
.line 639
invoke-static {v0}, Lcom/glu/plugins/gluanalytics/GluAnalytics;->access$100(Lcom/glu/plugins/gluanalytics/GluAnalytics;)Lcom/glu/plugins/gluanalytics/util/YLogger;
move-result-object v0
const-string v1, "e"
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object p1
filled-new-array {v1, p1}, [Ljava/lang/Object;
move-result-object p1
const-string v1, "GLUANALYTICS.MESSAGE_START_SESSION.ERROR"
invoke-virtual {v0, v1, p1}, Lcom/glu/plugins/gluanalytics/util/YLogger;->i(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->this$0:Lcom/glu/plugins/gluanalytics/GluAnalytics;
const/4 v0, 0x0
.line 640
invoke-static {p1, v0}, Lcom/glu/plugins/gluanalytics/GluAnalytics;->access$002(Lcom/glu/plugins/gluanalytics/GluAnalytics;Ljava/lang/String;)Ljava/lang/String;
:goto_0
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->this$0:Lcom/glu/plugins/gluanalytics/GluAnalytics;
iget v0, p0, Lcom/glu/plugins/gluanalytics/GluAnalytics$1;->val$arg1:I
const/4 v1, 0x0
const/16 v2, 0xc8
.line 642
invoke-virtual {p1, v2, v0, v1}, Landroid/os/Handler;->obtainMessage(III)Landroid/os/Message;
move-result-object v0
invoke-virtual {p1, v0}, Landroid/os/Handler;->sendMessageAtFrontOfQueue(Landroid/os/Message;)Z
return-void
.end method