Files
rr3-apk/smali_classes3/com/google/firebase/perf/config/ConfigurationConstants$LogSourceName.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

145 lines
3.8 KiB
Smali

.class public final Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
.super Lcom/google/firebase/perf/config/ConfigurationFlag;
.source "SourceFile"
# static fields
.field public static final LOG_SOURCE_MAP:Ljava/util/Map;
.field public static instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 611
new-instance v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName$1;
invoke-direct {v0}, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName$1;-><init>()V
.line 612
invoke-static {v0}, Ljava/util/Collections;->unmodifiableMap(Ljava/util/Map;)Ljava/util/Map;
move-result-object v0
sput-object v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->LOG_SOURCE_MAP:Ljava/util/Map;
return-void
.end method
.method public constructor <init>()V
.locals 0
.line 623
invoke-direct {p0}, Lcom/google/firebase/perf/config/ConfigurationFlag;-><init>()V
return-void
.end method
.method public static declared-synchronized getInstance()Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
.locals 2
const-class v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
monitor-enter v0
:try_start_0
sget-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
if-nez v1, :cond_0
.line 628
new-instance v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
invoke-direct {v1}, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;-><init>()V
sput-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
goto :goto_0
:catchall_0
move-exception v1
goto :goto_1
:cond_0
:goto_0
sget-object v1, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->instance:Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 630
monitor-exit v0
return-object v1
:goto_1
monitor-exit v0
throw v1
.end method
.method public static getLogSourceName(J)Ljava/lang/String;
.locals 1
sget-object v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->LOG_SOURCE_MAP:Ljava/util/Map;
.line 634
invoke-static {p0, p1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p0
invoke-interface {v0, p0}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Ljava/lang/String;
return-object p0
.end method
.method public static isLogSourceKnown(J)Z
.locals 1
sget-object v0, Lcom/google/firebase/perf/config/ConfigurationConstants$LogSourceName;->LOG_SOURCE_MAP:Ljava/util/Map;
.line 638
invoke-static {p0, p1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p0
invoke-interface {v0, p0}, Ljava/util/Map;->containsKey(Ljava/lang/Object;)Z
move-result p0
return p0
.end method
# virtual methods
.method public getDefault()Ljava/lang/String;
.locals 1
.line 643
sget-object v0, Lcom/google/firebase/perf/BuildConfig;->TRANSPORT_LOG_SRC:Ljava/lang/String;
return-object v0
.end method
.method public getDeviceCacheFlag()Ljava/lang/String;
.locals 1
const-string v0, "com.google.firebase.perf.LogSourceName"
return-object v0
.end method
.method public getRemoteConfigFlag()Ljava/lang/String;
.locals 1
const-string v0, "fpr_log_source"
return-object v0
.end method