AppLogManager.smali
777 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.class public final Lcom/bytedance/applog/AppLogManager;
.super Ljava/lang/Object;
.source ""
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getInstance(Ljava/lang/String;)Lcom/bytedance/applog/IAppLogInstance;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
invoke-static {p0}, Lcom/bytedance/bdtracker/n0;->c(Ljava/lang/String;)Z
move-result v0
if-eqz v0, :cond_0
const/4 p0, 0x0
goto :goto_0
:cond_0
invoke-static {p0}, Lcom/bytedance/bdtracker/b;->a(Ljava/lang/String;)Lcom/bytedance/bdtracker/d;
move-result-object p0
:goto_0
return-object p0
.end method