-
-
Notifications
You must be signed in to change notification settings - Fork 352
/
trace_out.txt
185 lines (175 loc) · 6.33 KB
/
trace_out.txt
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
// class version 61.0 (61)
// access flags 0x21
public class home/smart/fly/animations/ui/activity/multifragments/TwoFragment extends androidx/fragment/app/Fragment {
// compiled from: TwoFragment.java
NESTMEMBER home/smart/fly/animations/ui/activity/multifragments/TwoFragment$1
// access flags 0x19
public final static INNERCLASS home/smart/fly/animations/R$layout home/smart/fly/animations/R layout
// access flags 0x19
public final static INNERCLASS home/smart/fly/animations/R$id home/smart/fly/animations/R id
// access flags 0x0
INNERCLASS home/smart/fly/animations/ui/activity/multifragments/TwoFragment$1 null null
// access flags 0x609
public static abstract INNERCLASS android/view/View$OnClickListener android/view/View OnClickListener
// access flags 0x1A
private final static Ljava/lang/String; TAG = "TwoFragment"
// access flags 0x2
private Landroid/view/View; rootView
// access flags 0x2
private Lhome/smart/fly/animations/customview/CustomTintImageView; mCustomTintImageView
// access flags 0x2
private Z selected
// access flags 0x1
public <init>()V
L0
LINENUMBER 17 L0
ALOAD 0
INVOKESPECIAL androidx/fragment/app/Fragment.<init> ()V
L1
LINENUMBER 23 L1
ALOAD 0
ICONST_0
PUTFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.selected : Z
L2
LINENUMBER 19 L2
RETURN
L3
LOCALVARIABLE this Lhome/smart/fly/animations/ui/activity/multifragments/TwoFragment; L0 L3 0
MAXSTACK = 2
MAXLOCALS = 1
// access flags 0x1
public onCreateView(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;
L0
LINENUMBER 28 L0
LDC "TwoFragment"
LDC "onCreateView: "
INVOKESTATIC android/util/Log.e (Ljava/lang/String;Ljava/lang/String;)I
POP
L1
LINENUMBER 30 L1
ACONST_NULL
ALOAD 0
GETFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.rootView : Landroid/view/View;
IF_ACMPEQ L2
L3
LINENUMBER 31 L3
ALOAD 0
GETFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.rootView : Landroid/view/View;
INVOKEVIRTUAL android/view/View.getParent ()Landroid/view/ViewParent;
CHECKCAST android/view/ViewGroup
ASTORE 4
L4
LINENUMBER 32 L4
ACONST_NULL
ALOAD 4
IF_ACMPEQ L5
L6
LINENUMBER 33 L6
ALOAD 4
ALOAD 0
GETFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.rootView : Landroid/view/View;
INVOKEVIRTUAL android/view/ViewGroup.removeView (Landroid/view/View;)V
L5
LINENUMBER 35 L5
FRAME FULL [home/smart/fly/animations/ui/activity/multifragments/TwoFragment android/view/LayoutInflater android/view/ViewGroup android/os/Bundle] []
GOTO L7
L2
LINENUMBER 36 L2
FRAME FULL [home/smart/fly/animations/ui/activity/multifragments/TwoFragment android/view/LayoutInflater android/view/ViewGroup android/os/Bundle] []
ALOAD 0
ALOAD 1
LDC 2131493194
ALOAD 2
ICONST_0
INVOKEVIRTUAL android/view/LayoutInflater.inflate (ILandroid/view/ViewGroup;Z)Landroid/view/View;
PUTFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.rootView : Landroid/view/View;
L8
LINENUMBER 37 L8
ALOAD 0
INVOKEVIRTUAL home/smart/fly/animations/ui/activity/multifragments/TwoFragment.loadData ()V
L7
LINENUMBER 39 L7
FRAME FULL [home/smart/fly/animations/ui/activity/multifragments/TwoFragment android/view/LayoutInflater android/view/ViewGroup android/os/Bundle] []
ALOAD 0
ALOAD 0
GETFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.rootView : Landroid/view/View;
LDC 2131296505
INVOKEVIRTUAL android/view/View.findViewById (I)Landroid/view/View;
CHECKCAST home/smart/fly/animations/customview/CustomTintImageView
PUTFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.mCustomTintImageView : Lhome/smart/fly/animations/customview/CustomTintImageView;
L9
LINENUMBER 40 L9
ALOAD 0
GETFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.mCustomTintImageView : Lhome/smart/fly/animations/customview/CustomTintImageView;
NEW home/smart/fly/animations/ui/activity/multifragments/TwoFragment$1
DUP
ALOAD 0
INVOKESPECIAL home/smart/fly/animations/ui/activity/multifragments/TwoFragment$1.<init> (Lhome/smart/fly/animations/ui/activity/multifragments/TwoFragment;)V
INVOKEVIRTUAL home/smart/fly/animations/customview/CustomTintImageView.setOnClickListener (Landroid/view/View$OnClickListener;)V
L10
LINENUMBER 49 L10
ALOAD 0
GETFIELD home/smart/fly/animations/ui/activity/multifragments/TwoFragment.rootView : Landroid/view/View;
ARETURN
L11
LOCALVARIABLE parent Landroid/view/ViewGroup; L4 L5 4
LOCALVARIABLE this Lhome/smart/fly/animations/ui/activity/multifragments/TwoFragment; L0 L11 0
LOCALVARIABLE inflater Landroid/view/LayoutInflater; L0 L11 1
LOCALVARIABLE container Landroid/view/ViewGroup; L0 L11 2
LOCALVARIABLE savedInstanceState Landroid/os/Bundle; L0 L11 3
MAXSTACK = 5
MAXLOCALS = 5
// access flags 0x2
private loadData()V
L0
LINENUMBER 53 L0
LDC "TwoFragment"
LDC "loadData: "
INVOKESTATIC android/util/Log.e (Ljava/lang/String;Ljava/lang/String;)I
POP
L1
LINENUMBER 54 L1
RETURN
L2
LOCALVARIABLE this Lhome/smart/fly/animations/ui/activity/multifragments/TwoFragment; L0 L2 0
MAXSTACK = 2
MAXLOCALS = 1
// access flags 0x1
public onStart()V
L0
LINENUMBER 57 L0
ALOAD 0
INVOKESPECIAL androidx/fragment/app/Fragment.onStart ()V
L1
LINENUMBER 58 L1
LDC "TwoFragment"
LDC "onStart: "
INVOKESTATIC android/util/Log.e (Ljava/lang/String;Ljava/lang/String;)I
POP
L2
LINENUMBER 59 L2
RETURN
L3
LOCALVARIABLE this Lhome/smart/fly/animations/ui/activity/multifragments/TwoFragment; L0 L3 0
MAXSTACK = 2
MAXLOCALS = 1
// access flags 0x1
public onResume()V
L0
LINENUMBER 63 L0
ALOAD 0
INVOKESPECIAL androidx/fragment/app/Fragment.onResume ()V
L1
LINENUMBER 64 L1
LDC "TwoFragment"
LDC "onResume: "
INVOKESTATIC android/util/Log.e (Ljava/lang/String;Ljava/lang/String;)I
POP
L2
LINENUMBER 65 L2
RETURN
L3
LOCALVARIABLE this Lhome/smart/fly/animations/ui/activity/multifragments/TwoFragment; L0 L3 0
MAXSTACK = 2
MAXLOCALS = 1
}