IMetricsTracker$DefaultImpls.smali
1.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.class public final Lcom/bytedance/applog/aggregation/IMetricsTracker$DefaultImpls;
.super Ljava/lang/Object;
.source "Defines.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/bytedance/applog/aggregation/IMetricsTracker;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "DefaultImpls"
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
k = 0x3
mv = {
0x1,
0x1,
0x10
}
.end annotation
# direct methods
.method public static synthetic track$default(Lcom/bytedance/applog/aggregation/IMetricsTracker;Ljava/lang/Object;Lorg/json/JSONObject;ILjava/lang/Object;)V
.locals 0
if-nez p4, :cond_1
and-int/lit8 p3, p3, 0x2
if-eqz p3, :cond_0
const/4 p2, 0x0
.line 42
check-cast p2, Lorg/json/JSONObject;
:cond_0
invoke-interface {p0, p1, p2}, Lcom/bytedance/applog/aggregation/IMetricsTracker;->track(Ljava/lang/Object;Lorg/json/JSONObject;)V
return-void
.line 0
:cond_1
new-instance p0, Ljava/lang/UnsupportedOperationException;
const-string p1, "Super calls with default arguments not supported in this target, function: track"
invoke-direct {p0, p1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw p0
.end method