1
|
args: [--pkg-blacklist-file, /sdcard/blacklist.txt, --ignore-crashes, --ignore-timeouts, --ignore-security-exceptions, --monitor-native-crashes, --ignore-native-crashes, -s, 20, --throttle, 500, --pct-touch, 30, --pct-motion, 15, --pct-nav, 15, --pct-majornav, 15, --pct-syskeys, 5, --pct-appswitch, 10, --pct-anyevent, 10, --ignore-crashes, -v, -v, -v, 86400]
|
2
|
arg: "--pkg-blacklist-file"
|
3
|
arg: "/sdcard/blacklist.txt"
|
4
|
arg: "--ignore-crashes"
|
5
|
arg: "--ignore-timeouts"
|
6
|
arg: "--ignore-security-exceptions"
|
7
|
arg: "--monitor-native-crashes"
|
8
|
arg: "--ignore-native-crashes"
|
9
|
arg: "-s"
|
10
|
arg: "20"
|
11
|
arg: "--throttle"
|
12
|
arg: "500"
|
13
|
arg: "--pct-touch"
|
14
|
arg: "30"
|
15
|
arg: "--pct-motion"
|
16
|
arg: "15"
|
17
|
arg: "--pct-nav"
|
18
|
arg: "15"
|
19
|
arg: "--pct-majornav"
|
20
|
arg: "15"
|
21
|
arg: "--pct-syskeys"
|
22
|
arg: "5"
|
23
|
arg: "--pct-appswitch"
|
24
|
arg: "10"
|
25
|
arg: "--pct-anyevent"
|
26
|
arg: "10"
|
27
|
arg: "--ignore-crashes"
|
28
|
arg: "-v"
|
29
|
arg: "-v"
|
30
|
arg: "-v"
|
31
|
arg: "86400"
|
32
|
arg="--pkg-blacklist-file" mCurArgData="null" mNextArg=1 argwas="--pkg-blacklist-file" nextarg="/sdcard/blacklist.txt"
|
33
|
data="/sdcard/blacklist.txt"
|
34
|
arg="--ignore-crashes" mCurArgData="null" mNextArg=3 argwas="--ignore-crashes" nextarg="--ignore-timeouts"
|
35
|
arg="--ignore-timeouts" mCurArgData="null" mNextArg=4 argwas="--ignore-timeouts" nextarg="--ignore-security-exceptions"
|
36
|
arg="--ignore-security-exceptions" mCurArgData="null" mNextArg=5 argwas="--ignore-security-exceptions" nextarg="--monitor-native-crashes"
|
37
|
arg="--monitor-native-crashes" mCurArgData="null" mNextArg=6 argwas="--monitor-native-crashes" nextarg="--ignore-native-crashes"
|
38
|
arg="--ignore-native-crashes" mCurArgData="null" mNextArg=7 argwas="--ignore-native-crashes" nextarg="-s"
|
39
|
data="20"
|
40
|
arg="--throttle" mCurArgData="null" mNextArg=10 argwas="--throttle" nextarg="500"
|
41
|
data="500"
|
42
|
arg="--pct-touch" mCurArgData="null" mNextArg=12 argwas="--pct-touch" nextarg="30"
|
43
|
data="30"
|
44
|
arg="--pct-motion" mCurArgData="null" mNextArg=14 argwas="--pct-motion" nextarg="15"
|
45
|
data="15"
|
46
|
arg="--pct-nav" mCurArgData="null" mNextArg=16 argwas="--pct-nav" nextarg="15"
|
47
|
data="15"
|
48
|
arg="--pct-majornav" mCurArgData="null" mNextArg=18 argwas="--pct-majornav" nextarg="15"
|
49
|
data="15"
|
50
|
arg="--pct-syskeys" mCurArgData="null" mNextArg=20 argwas="--pct-syskeys" nextarg="5"
|
51
|
data="5"
|
52
|
arg="--pct-appswitch" mCurArgData="null" mNextArg=22 argwas="--pct-appswitch" nextarg="10"
|
53
|
data="10"
|
54
|
arg="--pct-anyevent" mCurArgData="null" mNextArg=24 argwas="--pct-anyevent" nextarg="10"
|
55
|
data="10"
|
56
|
arg="--ignore-crashes" mCurArgData="null" mNextArg=26 argwas="--ignore-crashes" nextarg="-v"
|
57
|
// CRASH: com.android.settings (pid 7927)
|
58
|
// Short Msg: java.lang.ClassCastException
|
59
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
60
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
61
|
// Build Changelist: 2563
|
62
|
// Build Time: 1679424085000
|
63
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
64
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
65
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
66
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
67
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
68
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
69
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
70
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
71
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
72
|
// at android.os.Looper.loop(Looper.java:288)
|
73
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
74
|
// at java.lang.reflect.Method.invoke(Native Method)
|
75
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
76
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
77
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
78
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
79
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
80
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
81
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
82
|
// ... 12 more
|
83
|
//
|
84
|
// CRASH: com.android.settings (pid 17716)
|
85
|
// Short Msg: java.lang.ClassCastException
|
86
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
87
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
88
|
// Build Changelist: 2563
|
89
|
// Build Time: 1679424085000
|
90
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
91
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
92
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
93
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
94
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
95
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
96
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
97
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
98
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
99
|
// at android.os.Looper.loop(Looper.java:288)
|
100
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
101
|
// at java.lang.reflect.Method.invoke(Native Method)
|
102
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
103
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
104
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
105
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
106
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
107
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
108
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
109
|
// ... 12 more
|
110
|
//
|
111
|
// CRASH: com.android.settings (pid 20464)
|
112
|
// Short Msg: java.lang.ClassCastException
|
113
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
114
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
115
|
// Build Changelist: 2563
|
116
|
// Build Time: 1679424085000
|
117
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
118
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
119
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
120
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
121
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
122
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
123
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
124
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
125
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
126
|
// at android.os.Looper.loop(Looper.java:288)
|
127
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
128
|
// at java.lang.reflect.Method.invoke(Native Method)
|
129
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
130
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
131
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
132
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
133
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
134
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
135
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
136
|
// ... 12 more
|
137
|
//
|
138
|
// CRASH: com.android.settings (pid 22172)
|
139
|
// Short Msg: java.lang.ClassCastException
|
140
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
141
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
142
|
// Build Changelist: 2563
|
143
|
// Build Time: 1679424085000
|
144
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
145
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
146
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
147
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
148
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
149
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
150
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
151
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
152
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
153
|
// at android.os.Looper.loop(Looper.java:288)
|
154
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
155
|
// at java.lang.reflect.Method.invoke(Native Method)
|
156
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
157
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
158
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
159
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
160
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
161
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
162
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
163
|
// ... 12 more
|
164
|
//
|
165
|
// CRASH: com.android.settings (pid 25558)
|
166
|
// Short Msg: java.lang.ClassCastException
|
167
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
168
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
169
|
// Build Changelist: 2563
|
170
|
// Build Time: 1679424085000
|
171
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
172
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
173
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
174
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
175
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
176
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
177
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
178
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
179
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
180
|
// at android.os.Looper.loop(Looper.java:288)
|
181
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
182
|
// at java.lang.reflect.Method.invoke(Native Method)
|
183
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
184
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
185
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
186
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
187
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
188
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
189
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
190
|
// ... 12 more
|
191
|
//
|
192
|
// CRASH: com.android.settings (pid 26046)
|
193
|
// Short Msg: java.lang.ClassCastException
|
194
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
195
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
196
|
// Build Changelist: 2563
|
197
|
// Build Time: 1679424085000
|
198
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
199
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
200
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
201
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
202
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
203
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
204
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
205
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
206
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
207
|
// at android.os.Looper.loop(Looper.java:288)
|
208
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
209
|
// at java.lang.reflect.Method.invoke(Native Method)
|
210
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
211
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
212
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
213
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
214
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
215
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
216
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
217
|
// ... 12 more
|
218
|
//
|
219
|
// CRASH: com.android.settings (pid 26308)
|
220
|
// Short Msg: java.lang.ClassCastException
|
221
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
222
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
223
|
// Build Changelist: 2563
|
224
|
// Build Time: 1679424085000
|
225
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
226
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
227
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
228
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
229
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
230
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
231
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
232
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
233
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
234
|
// at android.os.Looper.loop(Looper.java:288)
|
235
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
236
|
// at java.lang.reflect.Method.invoke(Native Method)
|
237
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
238
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
239
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
240
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
241
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
242
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
243
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
244
|
// ... 12 more
|
245
|
//
|
246
|
// CRASH: com.android.settings (pid 27707)
|
247
|
// Short Msg: java.lang.ClassCastException
|
248
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
249
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
250
|
// Build Changelist: 2563
|
251
|
// Build Time: 1679424085000
|
252
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
253
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
254
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
255
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
256
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
257
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
258
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
259
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
260
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
261
|
// at android.os.Looper.loop(Looper.java:288)
|
262
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
263
|
// at java.lang.reflect.Method.invoke(Native Method)
|
264
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
265
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
266
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
267
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
268
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
269
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
270
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
271
|
// ... 12 more
|
272
|
//
|
273
|
// CRASH: com.android.settings (pid 28097)
|
274
|
// Short Msg: java.lang.ClassCastException
|
275
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
276
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
277
|
// Build Changelist: 2563
|
278
|
// Build Time: 1679424085000
|
279
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
280
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
281
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
282
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
283
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
284
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
285
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
286
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
287
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
288
|
// at android.os.Looper.loop(Looper.java:288)
|
289
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
290
|
// at java.lang.reflect.Method.invoke(Native Method)
|
291
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
292
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
293
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
294
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
295
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
296
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
297
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
298
|
// ... 12 more
|
299
|
//
|
300
|
// CRASH: com.android.settings (pid 28368)
|
301
|
// Short Msg: java.lang.ClassCastException
|
302
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
303
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
304
|
// Build Changelist: 2563
|
305
|
// Build Time: 1679424085000
|
306
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
307
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
308
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
309
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
310
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
311
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
312
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
313
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
314
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
315
|
// at android.os.Looper.loop(Looper.java:288)
|
316
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
317
|
// at java.lang.reflect.Method.invoke(Native Method)
|
318
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
319
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
320
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
321
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
322
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
323
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
324
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
325
|
// ... 12 more
|
326
|
//
|
327
|
// CRASH: com.android.settings (pid 29670)
|
328
|
// Short Msg: java.lang.ClassCastException
|
329
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
330
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
331
|
// Build Changelist: 2563
|
332
|
// Build Time: 1679424085000
|
333
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
334
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
335
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
336
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
337
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
338
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
339
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
340
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
341
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
342
|
// at android.os.Looper.loop(Looper.java:288)
|
343
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
344
|
// at java.lang.reflect.Method.invoke(Native Method)
|
345
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
346
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
347
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
348
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
349
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
350
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
351
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
352
|
// ... 12 more
|
353
|
//
|
354
|
// CRASH: com.android.settings (pid 30057)
|
355
|
// Short Msg: java.lang.ClassCastException
|
356
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
357
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
358
|
// Build Changelist: 2563
|
359
|
// Build Time: 1679424085000
|
360
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
361
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
362
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
363
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
364
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
365
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
366
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
367
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
368
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
369
|
// at android.os.Looper.loop(Looper.java:288)
|
370
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
371
|
// at java.lang.reflect.Method.invoke(Native Method)
|
372
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
373
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
374
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
375
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
376
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
377
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
378
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
379
|
// ... 12 more
|
380
|
//
|
381
|
// CRASH: com.android.settings (pid 32166)
|
382
|
// Short Msg: java.lang.ClassCastException
|
383
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
384
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
385
|
// Build Changelist: 2563
|
386
|
// Build Time: 1679424085000
|
387
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
388
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
389
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
390
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
391
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
392
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
393
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
394
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
395
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
396
|
// at android.os.Looper.loop(Looper.java:288)
|
397
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
398
|
// at java.lang.reflect.Method.invoke(Native Method)
|
399
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
400
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
401
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
402
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
403
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
404
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
405
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
406
|
// ... 12 more
|
407
|
//
|
408
|
// CRASH: com.android.settings (pid 32392)
|
409
|
// Short Msg: java.lang.ClassCastException
|
410
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
411
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
412
|
// Build Changelist: 2563
|
413
|
// Build Time: 1679424085000
|
414
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
415
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
416
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
417
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
418
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
419
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
420
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
421
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
422
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
423
|
// at android.os.Looper.loop(Looper.java:288)
|
424
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
425
|
// at java.lang.reflect.Method.invoke(Native Method)
|
426
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
427
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
428
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
429
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
430
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
431
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
432
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
433
|
// ... 12 more
|
434
|
//
|
435
|
// CRASH: com.android.settings (pid 4349)
|
436
|
// Short Msg: java.lang.ClassCastException
|
437
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
438
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
439
|
// Build Changelist: 2563
|
440
|
// Build Time: 1679424085000
|
441
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
442
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
443
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
444
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
445
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
446
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
447
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
448
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
449
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
450
|
// at android.os.Looper.loop(Looper.java:288)
|
451
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
452
|
// at java.lang.reflect.Method.invoke(Native Method)
|
453
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
454
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
455
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
456
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
457
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
458
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
459
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
460
|
// ... 12 more
|
461
|
//
|
462
|
// CRASH: com.android.settings (pid 4451)
|
463
|
// Short Msg: java.lang.ClassCastException
|
464
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
465
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
466
|
// Build Changelist: 2563
|
467
|
// Build Time: 1679424085000
|
468
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
469
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
470
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
471
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
472
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
473
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
474
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
475
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
476
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
477
|
// at android.os.Looper.loop(Looper.java:288)
|
478
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
479
|
// at java.lang.reflect.Method.invoke(Native Method)
|
480
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
481
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
482
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
483
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
484
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
485
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
486
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
487
|
// ... 12 more
|
488
|
//
|
489
|
// CRASH: com.android.settings (pid 4994)
|
490
|
// Short Msg: java.lang.ClassCastException
|
491
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
492
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
493
|
// Build Changelist: 2563
|
494
|
// Build Time: 1679424085000
|
495
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
496
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
497
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
498
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
499
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
500
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
501
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
502
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
503
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
504
|
// at android.os.Looper.loop(Looper.java:288)
|
505
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
506
|
// at java.lang.reflect.Method.invoke(Native Method)
|
507
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
508
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
509
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
510
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
511
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
512
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
513
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
514
|
// ... 12 more
|
515
|
//
|
516
|
// CRASH: com.android.documentsui:com.android.documentsui.services (pid 7848)
|
517
|
// Short Msg: java.lang.NumberFormatException
|
518
|
// Long Msg: java.lang.NumberFormatException: For input string: "msf:146"
|
519
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
520
|
// Build Changelist: 2563
|
521
|
// Build Time: 1679424085000
|
522
|
// java.lang.NumberFormatException: For input string: "msf:146"
|
523
|
// at java.lang.Long.parseLong(Long.java:594)
|
524
|
// at java.lang.Long.valueOf(Long.java:808)
|
525
|
// at com.android.documentsui.util.FileUtils.getFilePathByUri(FileUtils.java:56)
|
526
|
// at com.android.documentsui.services.FileOperationService.checkDeleteResult(FileOperationService.java:593)
|
527
|
// at com.android.documentsui.services.FileOperationService.cleanUpNotification(FileOperationService.java:469)
|
528
|
// at com.android.documentsui.services.FileOperationService.lambda$onFinished$0(FileOperationService.java:423)
|
529
|
// at com.android.documentsui.services.FileOperationService.$r8$lambda$055AYgx3B_x86IfVHJiTE-ZNMPo(Unknown Source:0)
|
530
|
// at com.android.documentsui.services.FileOperationService$$ExternalSyntheticLambda2.run(Unknown Source:4)
|
531
|
// at android.os.Handler.handleCallback(Handler.java:938)
|
532
|
// at android.os.Handler.dispatchMessage(Handler.java:99)
|
533
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
534
|
// at android.os.Looper.loop(Looper.java:288)
|
535
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
536
|
// at java.lang.reflect.Method.invoke(Native Method)
|
537
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
538
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
539
|
//
|
540
|
// CRASH: com.android.settings (pid 6063)
|
541
|
// Short Msg: java.lang.ClassCastException
|
542
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
543
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
544
|
// Build Changelist: 2563
|
545
|
// Build Time: 1679424085000
|
546
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
547
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
548
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
549
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
550
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
551
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
552
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
553
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
554
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
555
|
// at android.os.Looper.loop(Looper.java:288)
|
556
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
557
|
// at java.lang.reflect.Method.invoke(Native Method)
|
558
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
559
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
560
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
561
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
562
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
563
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
564
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
565
|
// ... 12 more
|
566
|
//
|
567
|
// CRASH: com.android.settings (pid 11186)
|
568
|
// Short Msg: java.lang.NullPointerException
|
569
|
// Long Msg: java.lang.NullPointerException: Attempt to read from field 'boolean com.android.settings.applications.manageapplications.ManageApplications$ApplicationsAdapter.mHasReceivedLoadEntries' on a null object reference
|
570
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
571
|
// Build Changelist: 2563
|
572
|
// Build Time: 1679424085000
|
573
|
// java.lang.NullPointerException: Attempt to read from field 'boolean com.android.settings.applications.manageapplications.ManageApplications$ApplicationsAdapter.mHasReceivedLoadEntries' on a null object reference
|
574
|
// at com.android.settings.applications.manageapplications.ManageApplications$ApplicationsAdapter.access$000(ManageApplications.java:1035)
|
575
|
// at com.android.settings.applications.manageapplications.ManageApplications.onSaveInstanceState(ManageApplications.java:571)
|
576
|
// at androidx.fragment.app.Fragment.performSaveInstanceState(Fragment.java:3141)
|
577
|
// at androidx.fragment.app.FragmentStateManager.saveBasicState(FragmentStateManager.java:659)
|
578
|
// at androidx.fragment.app.FragmentStateManager.saveState(FragmentStateManager.java:625)
|
579
|
// at androidx.fragment.app.FragmentStore.saveActiveFragments(FragmentStore.java:177)
|
580
|
// at androidx.fragment.app.FragmentManager.saveAllState(FragmentManager.java:2763)
|
581
|
// at androidx.fragment.app.FragmentController.saveAllState(FragmentController.java:152)
|
582
|
// at androidx.fragment.app.FragmentActivity$1.saveState(FragmentActivity.java:133)
|
583
|
// at androidx.savedstate.SavedStateRegistry.performSave(SavedStateRegistry.java:227)
|
584
|
// at androidx.savedstate.SavedStateRegistryController.performSave(SavedStateRegistryController.java:74)
|
585
|
// at androidx.activity.ComponentActivity.onSaveInstanceState(ComponentActivity.java:324)
|
586
|
// at com.android.settings.homepage.SettingsHomepageActivity.onSaveInstanceState(SettingsHomepageActivity.java:284)
|
587
|
// at android.app.Activity.performSaveInstanceState(Activity.java:2226)
|
588
|
// at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1509)
|
589
|
// at android.app.ActivityThread.callActivityOnSaveInstanceState(ActivityThread.java:5758)
|
590
|
// at android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5163)
|
591
|
// at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5129)
|
592
|
// at android.app.ActivityThread.handleStopActivity(ActivityThread.java:5194)
|
593
|
// at android.app.servertransaction.StopActivityItem.execute(StopActivityItem.java:43)
|
594
|
// at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
|
595
|
// at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
|
596
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
|
597
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
598
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
599
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
600
|
// at android.os.Looper.loop(Looper.java:288)
|
601
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
602
|
// at java.lang.reflect.Method.invoke(Native Method)
|
603
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
604
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
605
|
//
|
606
|
// NOT RESPONDING: com.android.gallery3d (pid 15465)
|
607
|
ANR in com.android.gallery3d (com.android.gallery3d/.app.TrimVideo)
|
608
|
PID: 15465
|
609
|
Reason: Input dispatching timed out (Application does not have a focused window)
|
610
|
Parent: com.android.gallery3d/.app.TrimVideo
|
611
|
Frozen: false
|
612
|
Load: 1.67 / 1.37 / 1.4
|
613
|
----- Output from /proc/pressure/memory -----
|
614
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=2441798
|
615
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=814482
|
616
|
----- End output from /proc/pressure/memory -----
|
617
|
|
618
|
CPU usage from 0ms to 5088ms later (2023-03-22 06:26:38.409 to 2023-03-22 06:26:43.498):
|
619
|
15% 1529/system_server: 6.8% user + 8.6% kernel / faults: 3816 minor 1 major
|
620
|
3.9% 1240/media.codec: 3.2% user + 0.6% kernel / faults: 9992 minor
|
621
|
6.2% 3262/com.sohu.inputmethod.sogou.car: 5.1% user + 1.1% kernel / faults: 1356 minor 6 major
|
622
|
5% 12073/com.android.systemui: 3.7% user + 1.3% kernel / faults: 799 minor
|
623
|
1.6% 881/media.hwcodec: 1.2% user + 0.3% kernel / faults: 3878 minor
|
624
|
0% 1299/media.swcodec: 0% user + 0% kernel / faults: 5397 minor
|
625
|
1.1% 1202/media.extractor: 0.5% user + 0.6% kernel / faults: 4566 minor
|
626
|
2.5% 2130/com.thundercomm.gamemode: 1.7% user + 0.7% kernel / faults: 739 minor
|
627
|
2.5% 15465/com.android.gallery3d: 1.5% user + 0.9% kernel / faults: 1222 minor 2 major
|
628
|
2.3% 11941/kworker/u16:14-ufs_clkscaling_0: 0% user + 2.3% kernel
|
629
|
2.1% 25398/kworker/u16:7-kgsl-mementry: 0% user + 2.1% kernel
|
630
|
1.9% 3785/kworker/u16:9-memlat_wq: 0% user + 1.9% kernel
|
631
|
0.7% 29199/kworker/u16:11-kgsl-mementry: 0% user + 0.7% kernel
|
632
|
1.7% 2894/com.hht.lebocast: 1.3% user + 0.3% kernel / faults: 663 minor
|
633
|
1.3% 506/logd: 0.3% user + 0.9% kernel / faults: 22 minor
|
634
|
0.4% 2083/com.android.networkstack.process: 0.2% user + 0.1% kernel / faults: 152 minor
|
635
|
0.9% 1/init: 0.1% user + 0.7% kernel / faults: 123 minor
|
636
|
0.9% 631/tombstoned: 0.1% user + 0.7% kernel
|
637
|
0.9% 1230/tlog: 0.7% user + 0.1% kernel
|
638
|
0.3% 2203/.dataservices: 0.2% user + 0% kernel / faults: 137 minor
|
639
|
0% 2206/.qtidataservices: 0% user + 0% kernel / faults: 164 minor
|
640
|
0% 2266/com.qti.qualcomm.mstatssystemservice: 0% user + 0% kernel / faults: 110 minor
|
641
|
0.3% 2663/com.qualcomm.location: 0.2% user + 0.1% kernel / faults: 296 minor 2 major
|
642
|
0% 2971/com.qualcomm.qti.services.systemhelper:systemhelper_service: 0% user + 0% kernel / faults: 186 minor
|
643
|
0% 3001/com.qualcomm.qti.workloadclassifier: 0% user + 0% kernel / faults: 253 minor
|
644
|
0% 2180/com.thundercomm.microservice: 0% user + 0% kernel / faults: 154 minor
|
645
|
0% 2182/com.thundercomm.microsettings: 0% user + 0% kernel / faults: 112 minor
|
646
|
0% 2251/com.thundercomm.tcsetupwizard: 0% user + 0% kernel / faults: 109 minor
|
647
|
0% 2316/com.android.se: 0% user + 0% kernel / faults: 123 minor
|
648
|
0.2% 2359/com.thundercomm.remotecontrolservice: 0.1% user + 0.1% kernel / faults: 130 minor
|
649
|
0% 2897/ts.car.uart: 0% user + 0% kernel / faults: 270 minor 2 major
|
650
|
0% 2916/com.hryt.hiphishowfsecontrol: 0% user + 0% kernel / faults: 342 minor 2 major
|
651
|
0% 3852/com.qualcomm.qti.devicestatisticsservice: 0% user + 0% kernel / faults: 112 minor
|
652
|
0.5% 994/surfaceflinger: 0.1% user + 0.3% kernel / faults: 50 minor
|
653
|
0% 2231/com.thundercomm.tchttpserver: 0% user + 0% kernel / faults: 134 minor
|
654
|
0% 2364/com.thundercomm.tcservice: 0% user + 0% kernel / faults: 150 minor
|
655
|
0% 2402/com.qualcomm.qti.qdma: 0% user + 0% kernel / faults: 220 minor 1 major
|
656
|
0.5% 2723/kworker/u16:8-ufs_pm_qos_0: 0% user + 0.5% kernel
|
657
|
0% 2992/com.qualcomm.qti.qccnetstat: 0% user + 0% kernel / faults: 151 minor
|
658
|
0.3% 10/rcu_preempt: 0% user + 0.3% kernel
|
659
|
0.3% 847/vendor.qti.hardware.display.composer-service: 0% user + 0.3% kernel / faults: 159 minor
|
660
|
0.1% 1206/mediaserver: 0% user + 0.1% kernel / faults: 43 minor
|
661
|
0% 2252/vendor.qti.qesdk.sysservice: 0% user + 0% kernel / faults: 113 minor
|
662
|
0% 2952/.pasr: 0% user + 0% kernel / faults: 324 minor 3 major
|
663
|
0.1% 10966/kworker/u16:12-kgsl-mementry: 0% user + 0.1% kernel
|
664
|
0% 11/rcu_sched: 0% user + 0% kernel
|
665
|
0% 13/rcuop/0: 0% user + 0% kernel
|
666
|
0% 14/rcuos/0: 0% user + 0% kernel
|
667
|
0% 24/rcuop/1: 0% user + 0% kernel
|
668
|
0.1% 32/rcuop/2: 0% user + 0.1% kernel
|
669
|
0% 40/rcuop/3: 0% user + 0% kernel
|
670
|
0% 41/rcuos/3: 0% user + 0% kernel
|
671
|
0.1% 508/servicemanager: 0% user + 0.1% kernel / faults: 1 major
|
672
|
0.1% 509/hwservicemanager: 0.1% user + 0% kernel / faults: 6 minor
|
673
|
0% 521/vold: 0% user + 0% kernel / faults: 22 minor
|
674
|
0.1% 650/vendor.ts.uart@1.0-service: 0% user + 0.1% kernel
|
675
|
0.1% 669/statsd: 0% user + 0.1% kernel / faults: 62 minor
|
676
|
0.1% 758/crtc_commit:125: 0% user + 0.1% kernel
|
677
|
0% 825/android.hardware.lights-service.qti: 0% user + 0% kernel / faults: 90 minor
|
678
|
0% 829/android.hardware.neuralnetworks@1.3-service-qti: 0% user + 0% kernel / faults: 48 minor
|
679
|
0% 831/android.hardware.sensors@2.0-service.multihal: 0% user + 0% kernel / faults: 34 minor
|
680
|
0% 1191/cameraserver: 0% user + 0% kernel / faults: 33 minor
|
681
|
0% 1204/media.metrics: 0% user + 0% kernel / faults: 32 minor
|
682
|
0% 1353/qfp-daemon: 0% user + 0% kernel / faults: 72 minor
|
683
|
0% 2238/com.tc.logclient: 0% user + 0% kernel / faults: 137 minor
|
684
|
0.1% 2535/com.android.launcher3: 0.1% user + 0% kernel / faults: 5 minor
|
685
|
0.1% 2577/kworker/u16:0-ufs_clkscaling_0: 0% user + 0.1% kernel
|
686
|
0.1% 2752/irq/16-90b6400.: 0% user + 0.1% kernel
|
687
|
0.1% 2754/irq/17-9091000.: 0% user + 0.1% kernel
|
688
|
0% 3006/com.android.providers.media.module: 0% user + 0% kernel / faults: 19 minor
|
689
|
0% 8869/kworker/1:1-events_freezable_power_: 0% user + 0% kernel
|
690
|
0% 9778/com.android.settings.intelligence: 0% user + 0% kernel / faults: 1 minor
|
691
|
0.1% 10137/kworker/u16:10-kgsl-mementry: 0% user + 0.1% kernel
|
692
|
0.1% 15146/com.qualcomm.qti.qccauthmgr: 0% user + 0.1% kernel / faults: 2 minor
|
693
|
0.1% 15342/com.android.documentsui: 0% user + 0.1% kernel / faults: 5 minor
|
694
|
+0% 11958/android.hardware.audio.service: 0% user + 0% kernel
|
695
|
16% TOTAL: 7.1% user + 7.4% kernel + 0.8% iowait + 0.5% irq + 0.2% softirq
|
696
|
CPU usage from 55ms to 376ms later (2023-03-22 06:26:38.465 to 2023-03-22 06:26:38.786):
|
697
|
60% 11949/crash_dump64: 8.5% user + 51% kernel / faults: 2968 minor 131 major
|
698
|
22% 1529/system_server: 7.6% user + 15% kernel / faults: 365 minor
|
699
|
22% 11952/AnrConsumer: 7.6% user + 15% kernel
|
700
|
8.3% 3785/kworker/u16:9-kverityd: 0% user + 8.3% kernel
|
701
|
8.5% 11941/kworker/u16:14-kverityd: 0% user + 8.5% kernel
|
702
|
4% 2723/kworker/u16:8-ufs_pm_qos_0: 0% user + 4% kernel
|
703
|
4.5% 25398/kworker/u16:7-kverityd: 0% user + 4.5% kernel
|
704
|
18% TOTAL: 2.7% user + 11% kernel + 3.1% iowait + 1.1% irq + 0.3% softirq
|
705
|
|
706
|
procrank:
|
707
|
<empty>
|
708
|
|
709
|
ZRAM: 0K physical used for 166208K in swap (4194300K total swap)
|
710
|
RAM: 7896224K total, 3064812K free, 3488K buffers, 1527832K cached, 19144K shmem, 277740K slab
|
711
|
// procrank status was 0
|
712
|
anr traces:
|
713
|
// anr traces status was 1
|
714
|
meminfo:
|
715
|
Applications Memory Usage (in Kilobytes):
|
716
|
Uptime: 13533735 Realtime: 13533735
|
717
|
|
718
|
|
719
|
Total RSS by process:
|
720
|
503,372K: system (pid 1529)
|
721
|
352,664K: com.android.systemui (pid 12073)
|
722
|
324,076K: com.android.gallery3d (pid 15465 / activities)
|
723
|
273,384K: com.android.launcher3 (pid 2535 / activities)
|
724
|
269,348K: com.android.settings (pid 11315 / activities)
|
725
|
213,888K: com.android.settings.intelligence (pid 9778)
|
726
|
194,952K: com.android.music (pid 15671 / activities)
|
727
|
184,208K: com.android.documentsui (pid 15342 / activities)
|
728
|
179,664K: com.android.htmlviewer (pid 22851)
|
729
|
148,796K: com.hht.lebocast (pid 2894 / activities)
|
730
|
146,000K: com.thundercomm.gamemode (pid 2130)
|
731
|
126,120K: com.sohu.inputmethod.sogou.car (pid 3262)
|
732
|
120,544K: android.ext.services (pid 2438)
|
733
|
117,960K: zygote64 (pid 671)
|
734
|
109,644K: com.android.packageinstaller (pid 4081)
|
735
|
107,448K: com.android.providers.media.module (pid 3006)
|
736
|
104,716K: com.android.commands.monkey (pid 15122)
|
737
|
101,424K: com.android.permissioncontroller (pid 15181)
|
738
|
100,112K: surfaceflinger (pid 994)
|
739
|
100,064K: com.android.networkstack.process (pid 2083)
|
740
|
100,060K: com.thundercomm.microsettings (pid 2182)
|
741
|
96,904K: com.qualcomm.location (pid 2663)
|
742
|
96,764K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
743
|
96,684K: android.process.media (pid 15081)
|
744
|
96,424K: com.thundercomm.remotecontrolservice (pid 2359)
|
745
|
93,908K: com.qualcomm.qti.qdma (pid 2402)
|
746
|
91,632K: com.thundercomm.tcservice (pid 2364)
|
747
|
91,588K: com.hryt.hiphishowfsecontrol (pid 2916)
|
748
|
89,196K: .dataservices (pid 2203)
|
749
|
88,464K: com.tc.logclient (pid 2238)
|
750
|
88,376K: zygote (pid 672)
|
751
|
86,752K: com.qti.diagservices (pid 7571)
|
752
|
86,584K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
753
|
86,416K: com.qualcomm.qti.qccnetstat (pid 2992)
|
754
|
86,256K: com.thundercomm.microservice (pid 2180)
|
755
|
86,140K: com.thundercomm.tchttpserver (pid 2231)
|
756
|
85,224K: com.android.se (pid 2316)
|
757
|
84,888K: .qtidataservices (pid 2206)
|
758
|
84,780K: com.thundercomm.gamemode.provider (pid 14946)
|
759
|
84,540K: ts.car.uart (pid 2897)
|
760
|
84,540K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
761
|
84,400K: com.qualcomm.location.XT (pid 3059)
|
762
|
84,316K: vendor.qti.qesdk.sysservice (pid 2252)
|
763
|
83,940K: com.android.musicfx (pid 9392)
|
764
|
83,684K: .pasr (pid 2952)
|
765
|
83,488K: com.thundercomm.tcsetupwizard (pid 2251)
|
766
|
83,152K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
767
|
82,784K: tlog (pid 1230)
|
768
|
78,936K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
769
|
63,152K: com.android.externalstorage (pid 15401)
|
770
|
57,620K: webview_zygote (pid 2172)
|
771
|
49,240K: audioserver (pid 12055)
|
772
|
27,588K: media.extractor (pid 1202)
|
773
|
23,768K: android.hardware.audio.service (pid 11958)
|
774
|
21,916K: mediaserver (pid 1206)
|
775
|
19,012K: android.hardware.wifi@1.0-service (pid 840)
|
776
|
15,640K: media.metrics (pid 1204)
|
777
|
14,180K: media.swcodec (pid 1299)
|
778
|
10,924K: vendor.qti.hardware.display.composer-service (pid 847)
|
779
|
10,632K: iorapd (pid 1164)
|
780
|
10,252K: init (pid 1)
|
781
|
10,172K: cameraserver (pid 1191)
|
782
|
9,988K: keystore2 (pid 571)
|
783
|
9,124K: hht_ota_mgr (pid 2643)
|
784
|
9,120K: media.codec (pid 1240)
|
785
|
8,892K: netd (pid 670)
|
786
|
8,248K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
787
|
7,624K: logd (pid 506)
|
788
|
7,312K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
789
|
7,096K: lmkd (pid 507)
|
790
|
6,940K: android.hardware.gnss@2.1-service-qti (pid 819)
|
791
|
6,896K: vold (pid 521)
|
792
|
6,832K: traced_probes (pid 1167)
|
793
|
6,676K: media.hwcodec (pid 881)
|
794
|
6,676K: storaged (pid 1229)
|
795
|
6,616K: installd (pid 1199)
|
796
|
6,560K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
797
|
6,344K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
798
|
6,328K: ueventd (pid 478)
|
799
|
6,032K: cnss_diag (pid 1188)
|
800
|
5,924K: perfservice (pid 1235)
|
801
|
5,904K: wificond (pid 1232)
|
802
|
5,844K: selfinstaller (pid 1226)
|
803
|
5,844K: xtra-daemon (pid 1416)
|
804
|
5,836K: hwservicemanager (pid 509)
|
805
|
5,716K: update_engine (pid 1317)
|
806
|
5,396K: lowi-server (pid 1414)
|
807
|
5,344K: cnd (pid 1243)
|
808
|
5,312K: cnss-daemon (pid 1303)
|
809
|
5,200K: adbd (pid 2683)
|
810
|
5,184K: tzlog (pid 1316)
|
811
|
5,180K: thermal-engine (pid 2741)
|
812
|
5,104K: vendor.qti.hardware.display.allocator-service (pid 846)
|
813
|
5,096K: init (pid 476)
|
814
|
5,052K: iorap.prefetcherd (pid 1993)
|
815
|
5,040K: gatekeeperd (pid 1309)
|
816
|
5,008K: ssgtzd (pid 796)
|
817
|
4,976K: credstore (pid 984)
|
818
|
4,924K: servicemanager (pid 508)
|
819
|
4,924K: android.system.suspend@1.0-service (pid 570)
|
820
|
4,908K: traced (pid 1170)
|
821
|
4,844K: gpuservice (pid 987)
|
822
|
4,808K: statsd (pid 669)
|
823
|
4,720K: vppservice (pid 921)
|
824
|
4,536K: android.hardware.power-service (pid 830)
|
825
|
4,428K: slim_daemon (pid 1415)
|
826
|
4,412K: ipacm (pid 649)
|
827
|
4,380K: qccsyshal@1.1-service (pid 806)
|
828
|
4,352K: vendor.qti.hardware.vibrator.service (pid 880)
|
829
|
4,320K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
830
|
4,248K: android.hardware.health@2.1-service (pid 824)
|
831
|
4,148K: vendor.qti.qspmhal@1.0-service (pid 883)
|
832
|
4,140K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
833
|
4,064K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
834
|
4,056K: qseecomd (pid 519)
|
835
|
4,056K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
836
|
4,056K: incidentd (pid 1197)
|
837
|
4,048K: qspmsvc (pid 2725)
|
838
|
4,032K: android.hardware.lights-service.qti (pid 825)
|
839
|
4,028K: adsprpcd (pid 1293)
|
840
|
4,028K: dumpsys (pid 12135)
|
841
|
4,000K: dpmd (pid 1171)
|
842
|
3,996K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
843
|
3,988K: loc_launcher (pid 1307)
|
844
|
3,972K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
845
|
3,968K: android.hidl.allocator@1.0-service (pid 803)
|
846
|
3,956K: ims_rtp_daemon (pid 1250)
|
847
|
3,952K: vendor.ts.uart@1.0-service (pid 650)
|
848
|
3,952K: qcc-trd (pid 1337)
|
849
|
3,928K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
850
|
3,904K: android.hardware.usb@1.2-service-qti (pid 839)
|
851
|
3,896K: imsrcsd (pid 1254)
|
852
|
3,868K: imsdatadaemon (pid 1454)
|
853
|
3,844K: qfp-daemon (pid 1353)
|
854
|
3,840K: android.hardware.memtrack@1.0-service (pid 826)
|
855
|
3,836K: spdaemon (pid 569)
|
856
|
3,836K: android.hardware.boot@1.1-service (pid 573)
|
857
|
3,832K: vendor.display.color@1.0-service (pid 843)
|
858
|
3,832K: feature_enabler_client (pid 1178)
|
859
|
3,828K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
860
|
3,816K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
861
|
3,804K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
862
|
3,800K: android.hardware.thermal@2.0-service.qti (pid 832)
|
863
|
3,784K: sscrpcd (pid 575)
|
864
|
3,784K: sscrpcd (pid 969)
|
865
|
3,776K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
866
|
3,772K: dpmQmiMgr (pid 1172)
|
867
|
3,772K: cdsprpcd (pid 1294)
|
868
|
3,768K: dspservice (pid 848)
|
869
|
3,764K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
870
|
3,764K: keymasterd (pid 620)
|
871
|
3,744K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
872
|
3,732K: vendor.qti.secure_element@1.2-service (pid 884)
|
873
|
3,688K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
874
|
3,688K: pm-service (pid 971)
|
875
|
3,672K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
876
|
3,668K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
877
|
3,660K: vndservicemanager (pid 510)
|
878
|
3,600K: adsprpcd (pid 1292)
|
879
|
3,584K: time_daemon (pid 648)
|
880
|
3,572K: android.hardware.atrace@1.0-service (pid 572)
|
881
|
3,564K: tloc_daemon (pid 1362)
|
882
|
3,492K: dpmd (pid 1194)
|
883
|
3,480K: drmserver (pid 1163)
|
884
|
3,468K: pd-mapper (pid 970)
|
885
|
3,448K: msm_irqbalance (pid 1470)
|
886
|
3,444K: sensors.qti (pid 1002)
|
887
|
3,344K: ip6tables-restore (pid 724)
|
888
|
3,316K: imsqmidaemon (pid 1253)
|
889
|
3,284K: pm-proxy (pid 1159)
|
890
|
3,268K: mlid (pid 1305)
|
891
|
3,260K: rmt_storage (pid 995)
|
892
|
3,256K: iptables-restore (pid 723)
|
893
|
3,124K: tftp_server (pid 1001)
|
894
|
3,116K: ipacm-diag (pid 1257)
|
895
|
3,068K: wfdhdcphalservice (pid 1237)
|
896
|
2,996K: qrtr-ns (pid 943)
|
897
|
2,988K: wifidisplayhalservice (pid 1245)
|
898
|
2,760K: tombstoned (pid 631)
|
899
|
2,468K: android.hardware.cas@1.2-service (pid 812)
|
900
|
2,240K: wfdvndservice (pid 1295)
|
901
|
1,640K: ssgqmigd (pid 1304)
|
902
|
1,072K: mdnsd (pid 2724)
|
903
|
|
904
|
Total RSS by OOM adjustment:
|
905
|
1,314,152K: Native
|
906
|
117,960K: zygote64 (pid 671)
|
907
|
104,716K: com.android.commands.monkey (pid 15122)
|
908
|
100,112K: surfaceflinger (pid 994)
|
909
|
88,376K: zygote (pid 672)
|
910
|
82,784K: tlog (pid 1230)
|
911
|
57,620K: webview_zygote (pid 2172)
|
912
|
49,240K: audioserver (pid 12055)
|
913
|
27,588K: media.extractor (pid 1202)
|
914
|
23,768K: android.hardware.audio.service (pid 11958)
|
915
|
21,916K: mediaserver (pid 1206)
|
916
|
19,012K: android.hardware.wifi@1.0-service (pid 840)
|
917
|
15,640K: media.metrics (pid 1204)
|
918
|
14,180K: media.swcodec (pid 1299)
|
919
|
10,924K: vendor.qti.hardware.display.composer-service (pid 847)
|
920
|
10,632K: iorapd (pid 1164)
|
921
|
10,252K: init (pid 1)
|
922
|
10,172K: cameraserver (pid 1191)
|
923
|
9,988K: keystore2 (pid 571)
|
924
|
9,124K: hht_ota_mgr (pid 2643)
|
925
|
9,120K: media.codec (pid 1240)
|
926
|
8,892K: netd (pid 670)
|
927
|
8,248K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
928
|
7,624K: logd (pid 506)
|
929
|
7,312K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
930
|
7,096K: lmkd (pid 507)
|
931
|
6,940K: android.hardware.gnss@2.1-service-qti (pid 819)
|
932
|
6,896K: vold (pid 521)
|
933
|
6,832K: traced_probes (pid 1167)
|
934
|
6,676K: media.hwcodec (pid 881)
|
935
|
6,676K: storaged (pid 1229)
|
936
|
6,616K: installd (pid 1199)
|
937
|
6,560K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
938
|
6,344K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
939
|
6,328K: ueventd (pid 478)
|
940
|
6,032K: cnss_diag (pid 1188)
|
941
|
5,924K: perfservice (pid 1235)
|
942
|
5,904K: wificond (pid 1232)
|
943
|
5,844K: selfinstaller (pid 1226)
|
944
|
5,844K: xtra-daemon (pid 1416)
|
945
|
5,836K: hwservicemanager (pid 509)
|
946
|
5,716K: update_engine (pid 1317)
|
947
|
5,396K: lowi-server (pid 1414)
|
948
|
5,344K: cnd (pid 1243)
|
949
|
5,312K: cnss-daemon (pid 1303)
|
950
|
5,200K: adbd (pid 2683)
|
951
|
5,184K: tzlog (pid 1316)
|
952
|
5,180K: thermal-engine (pid 2741)
|
953
|
5,104K: vendor.qti.hardware.display.allocator-service (pid 846)
|
954
|
5,096K: init (pid 476)
|
955
|
5,052K: iorap.prefetcherd (pid 1993)
|
956
|
5,040K: gatekeeperd (pid 1309)
|
957
|
5,008K: ssgtzd (pid 796)
|
958
|
4,976K: credstore (pid 984)
|
959
|
4,924K: servicemanager (pid 508)
|
960
|
4,924K: android.system.suspend@1.0-service (pid 570)
|
961
|
4,908K: traced (pid 1170)
|
962
|
4,844K: gpuservice (pid 987)
|
963
|
4,808K: statsd (pid 669)
|
964
|
4,720K: vppservice (pid 921)
|
965
|
4,536K: android.hardware.power-service (pid 830)
|
966
|
4,428K: slim_daemon (pid 1415)
|
967
|
4,412K: ipacm (pid 649)
|
968
|
4,380K: qccsyshal@1.1-service (pid 806)
|
969
|
4,352K: vendor.qti.hardware.vibrator.service (pid 880)
|
970
|
4,320K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
971
|
4,248K: android.hardware.health@2.1-service (pid 824)
|
972
|
4,148K: vendor.qti.qspmhal@1.0-service (pid 883)
|
973
|
4,140K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
974
|
4,064K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
975
|
4,056K: qseecomd (pid 519)
|
976
|
4,056K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
977
|
4,056K: incidentd (pid 1197)
|
978
|
4,048K: qspmsvc (pid 2725)
|
979
|
4,032K: android.hardware.lights-service.qti (pid 825)
|
980
|
4,028K: adsprpcd (pid 1293)
|
981
|
4,028K: dumpsys (pid 12135)
|
982
|
4,000K: dpmd (pid 1171)
|
983
|
3,996K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
984
|
3,988K: loc_launcher (pid 1307)
|
985
|
3,972K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
986
|
3,968K: android.hidl.allocator@1.0-service (pid 803)
|
987
|
3,956K: ims_rtp_daemon (pid 1250)
|
988
|
3,952K: vendor.ts.uart@1.0-service (pid 650)
|
989
|
3,952K: qcc-trd (pid 1337)
|
990
|
3,928K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
991
|
3,904K: android.hardware.usb@1.2-service-qti (pid 839)
|
992
|
3,896K: imsrcsd (pid 1254)
|
993
|
3,868K: imsdatadaemon (pid 1454)
|
994
|
3,844K: qfp-daemon (pid 1353)
|
995
|
3,840K: android.hardware.memtrack@1.0-service (pid 826)
|
996
|
3,836K: spdaemon (pid 569)
|
997
|
3,836K: android.hardware.boot@1.1-service (pid 573)
|
998
|
3,832K: vendor.display.color@1.0-service (pid 843)
|
999
|
3,832K: feature_enabler_client (pid 1178)
|
1000
|
3,828K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
1001
|
3,816K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
1002
|
3,804K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
1003
|
3,800K: android.hardware.thermal@2.0-service.qti (pid 832)
|
1004
|
3,784K: sscrpcd (pid 575)
|
1005
|
3,784K: sscrpcd (pid 969)
|
1006
|
3,776K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
1007
|
3,772K: dpmQmiMgr (pid 1172)
|
1008
|
3,772K: cdsprpcd (pid 1294)
|
1009
|
3,768K: dspservice (pid 848)
|
1010
|
3,764K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
1011
|
3,764K: keymasterd (pid 620)
|
1012
|
3,744K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
1013
|
3,732K: vendor.qti.secure_element@1.2-service (pid 884)
|
1014
|
3,688K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
1015
|
3,688K: pm-service (pid 971)
|
1016
|
3,672K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
1017
|
3,668K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
1018
|
3,660K: vndservicemanager (pid 510)
|
1019
|
3,600K: adsprpcd (pid 1292)
|
1020
|
3,584K: time_daemon (pid 648)
|
1021
|
3,572K: android.hardware.atrace@1.0-service (pid 572)
|
1022
|
3,564K: tloc_daemon (pid 1362)
|
1023
|
3,492K: dpmd (pid 1194)
|
1024
|
3,480K: drmserver (pid 1163)
|
1025
|
3,468K: pd-mapper (pid 970)
|
1026
|
3,448K: msm_irqbalance (pid 1470)
|
1027
|
3,444K: sensors.qti (pid 1002)
|
1028
|
3,344K: ip6tables-restore (pid 724)
|
1029
|
3,316K: imsqmidaemon (pid 1253)
|
1030
|
3,284K: pm-proxy (pid 1159)
|
1031
|
3,268K: mlid (pid 1305)
|
1032
|
3,260K: rmt_storage (pid 995)
|
1033
|
3,256K: iptables-restore (pid 723)
|
1034
|
3,124K: tftp_server (pid 1001)
|
1035
|
3,116K: ipacm-diag (pid 1257)
|
1036
|
3,068K: wfdhdcphalservice (pid 1237)
|
1037
|
2,996K: qrtr-ns (pid 943)
|
1038
|
2,988K: wifidisplayhalservice (pid 1245)
|
1039
|
2,760K: tombstoned (pid 631)
|
1040
|
2,468K: android.hardware.cas@1.2-service (pid 812)
|
1041
|
2,240K: wfdvndservice (pid 1295)
|
1042
|
1,640K: ssgqmigd (pid 1304)
|
1043
|
1,072K: mdnsd (pid 2724)
|
1044
|
503,372K: System
|
1045
|
503,372K: system (pid 1529)
|
1046
|
2,611,692K: Persistent
|
1047
|
352,664K: com.android.systemui (pid 12073)
|
1048
|
148,796K: com.hht.lebocast (pid 2894 / activities)
|
1049
|
146,000K: com.thundercomm.gamemode (pid 2130)
|
1050
|
100,064K: com.android.networkstack.process (pid 2083)
|
1051
|
100,060K: com.thundercomm.microsettings (pid 2182)
|
1052
|
96,904K: com.qualcomm.location (pid 2663)
|
1053
|
96,764K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
1054
|
96,424K: com.thundercomm.remotecontrolservice (pid 2359)
|
1055
|
93,908K: com.qualcomm.qti.qdma (pid 2402)
|
1056
|
91,632K: com.thundercomm.tcservice (pid 2364)
|
1057
|
91,588K: com.hryt.hiphishowfsecontrol (pid 2916)
|
1058
|
89,196K: .dataservices (pid 2203)
|
1059
|
88,464K: com.tc.logclient (pid 2238)
|
1060
|
86,584K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
1061
|
86,416K: com.qualcomm.qti.qccnetstat (pid 2992)
|
1062
|
86,256K: com.thundercomm.microservice (pid 2180)
|
1063
|
86,140K: com.thundercomm.tchttpserver (pid 2231)
|
1064
|
85,224K: com.android.se (pid 2316)
|
1065
|
84,888K: .qtidataservices (pid 2206)
|
1066
|
84,540K: ts.car.uart (pid 2897)
|
1067
|
84,540K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
1068
|
84,316K: vendor.qti.qesdk.sysservice (pid 2252)
|
1069
|
83,684K: .pasr (pid 2952)
|
1070
|
83,488K: com.thundercomm.tcsetupwizard (pid 2251)
|
1071
|
83,152K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
1072
|
107,448K: Persistent Service
|
1073
|
107,448K: com.android.providers.media.module (pid 3006)
|
1074
|
324,076K: Foreground
|
1075
|
324,076K: com.android.gallery3d (pid 15465 / activities)
|
1076
|
478,328K: Visible
|
1077
|
273,384K: com.android.launcher3 (pid 2535 / activities)
|
1078
|
120,544K: android.ext.services (pid 2438)
|
1079
|
84,400K: com.qualcomm.location.XT (pid 3059)
|
1080
|
321,072K: Perceptible
|
1081
|
194,952K: com.android.music (pid 15671 / activities)
|
1082
|
126,120K: com.sohu.inputmethod.sogou.car (pid 3262)
|
1083
|
86,752K: A Services
|
1084
|
86,752K: com.qti.diagservices (pid 7571)
|
1085
|
84,780K: Previous
|
1086
|
84,780K: com.thundercomm.gamemode.provider (pid 14946)
|
1087
|
1,380,888K: Cached
|
1088
|
269,348K: com.android.settings (pid 11315 / activities)
|
1089
|
213,888K: com.android.settings.intelligence (pid 9778)
|
1090
|
184,208K: com.android.documentsui (pid 15342 / activities)
|
1091
|
179,664K: com.android.htmlviewer (pid 22851)
|
1092
|
109,644K: com.android.packageinstaller (pid 4081)
|
1093
|
101,424K: com.android.permissioncontroller (pid 15181)
|
1094
|
96,684K: android.process.media (pid 15081)
|
1095
|
83,940K: com.android.musicfx (pid 9392)
|
1096
|
78,936K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
1097
|
63,152K: com.android.externalstorage (pid 15401)
|
1098
|
|
1099
|
Total RSS by category:
|
1100
|
1,610,664K: .so mmap
|
1101
|
1,233,560K: Native
|
1102
|
1,120,588K: .jar mmap
|
1103
|
900,236K: .art mmap
|
1104
|
535,892K: .oat mmap
|
1105
|
506,600K: Dalvik
|
1106
|
213,520K: EGL mtrack
|
1107
|
178,680K: .apk mmap
|
1108
|
168,060K: Gfx dev
|
1109
|
167,740K: Dalvik Other
|
1110
|
160,752K: .dex mmap
|
1111
|
152,548K: Other mmap
|
1112
|
117,468K: Unknown
|
1113
|
46,920K: Other dev
|
1114
|
43,192K: Stack
|
1115
|
30,496K: .ttf mmap
|
1116
|
19,884K: Ashmem
|
1117
|
5,760K: GL mtrack
|
1118
|
0K: Cursor
|
1119
|
0K: Other mtrack
|
1120
|
|
1121
|
Total PSS by process:
|
1122
|
231,927K: system (pid 1529)
|
1123
|
225,043K: com.android.systemui (pid 12073)
|
1124
|
200,911K: com.android.gallery3d (pid 15465 / activities)
|
1125
|
159,515K: com.android.launcher3 (pid 2535 / activities)
|
1126
|
149,848K: com.android.settings (pid 11315 / activities)
|
1127
|
103,570K: com.android.settings.intelligence (pid 9778)
|
1128
|
85,790K: surfaceflinger (pid 994)
|
1129
|
83,510K: com.hht.lebocast (pid 2894 / activities)
|
1130
|
78,913K: com.android.music (pid 15671 / activities)
|
1131
|
77,643K: tlog (pid 1230)
|
1132
|
75,351K: com.android.htmlviewer (pid 22851)
|
1133
|
66,608K: com.android.documentsui (pid 15342 / activities)
|
1134
|
58,577K: com.sohu.inputmethod.sogou.car (pid 3262)
|
1135
|
42,574K: com.thundercomm.gamemode (pid 2130)
|
1136
|
39,968K: com.android.commands.monkey (pid 15122)
|
1137
|
37,779K: com.android.packageinstaller (pid 4081)
|
1138
|
32,335K: audioserver (pid 12055)
|
1139
|
29,805K: android.ext.services (pid 2438)
|
1140
|
21,402K: android.process.media (pid 15081)
|
1141
|
21,015K: android.hardware.audio.service (pid 11958)
|
1142
|
20,247K: media.extractor (pid 1202)
|
1143
|
20,075K: com.android.providers.media.module (pid 3006)
|
1144
|
19,008K: zygote (pid 672)
|
1145
|
18,449K: com.thundercomm.remotecontrolservice (pid 2359)
|
1146
|
15,967K: webview_zygote (pid 2172)
|
1147
|
15,882K: android.hardware.wifi@1.0-service (pid 840)
|
1148
|
15,238K: mediaserver (pid 1206)
|
1149
|
15,147K: com.android.permissioncontroller (pid 15181)
|
1150
|
15,002K: com.thundercomm.microsettings (pid 2182)
|
1151
|
14,729K: com.android.networkstack.process (pid 2083)
|
1152
|
13,328K: com.android.externalstorage (pid 15401)
|
1153
|
13,221K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
1154
|
13,191K: com.qualcomm.location (pid 2663)
|
1155
|
11,913K: com.thundercomm.tcservice (pid 2364)
|
1156
|
11,836K: media.metrics (pid 1204)
|
1157
|
11,042K: .dataservices (pid 2203)
|
1158
|
9,456K: com.qualcomm.qti.qdma (pid 2402)
|
1159
|
9,133K: com.hryt.hiphishowfsecontrol (pid 2916)
|
1160
|
8,803K: com.thundercomm.microservice (pid 2180)
|
1161
|
8,713K: com.tc.logclient (pid 2238)
|
1162
|
8,589K: com.thundercomm.tchttpserver (pid 2231)
|
1163
|
8,436K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
1164
|
8,169K: media.swcodec (pid 1299)
|
1165
|
8,121K: com.qualcomm.qti.qccnetstat (pid 2992)
|
1166
|
8,006K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
1167
|
7,926K: .qtidataservices (pid 2206)
|
1168
|
7,890K: com.android.se (pid 2316)
|
1169
|
7,677K: ts.car.uart (pid 2897)
|
1170
|
7,661K: zygote64 (pid 671)
|
1171
|
7,643K: vendor.qti.qesdk.sysservice (pid 2252)
|
1172
|
7,638K: com.thundercomm.tcsetupwizard (pid 2251)
|
1173
|
7,525K: init (pid 1)
|
1174
|
7,477K: .pasr (pid 2952)
|
1175
|
7,474K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
1176
|
7,404K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
1177
|
7,184K: com.thundercomm.gamemode.provider (pid 14946)
|
1178
|
6,556K: vendor.qti.hardware.display.composer-service (pid 847)
|
1179
|
6,311K: media.codec (pid 1240)
|
1180
|
6,192K: com.qti.diagservices (pid 7571)
|
1181
|
5,983K: iorapd (pid 1164)
|
1182
|
5,711K: com.qualcomm.location.XT (pid 3059)
|
1183
|
5,636K: hht_ota_mgr (pid 2643)
|
1184
|
5,583K: com.android.musicfx (pid 9392)
|
1185
|
5,274K: cameraserver (pid 1191)
|
1186
|
4,873K: logd (pid 506)
|
1187
|
4,826K: android.hardware.gnss@2.1-service-qti (pid 819)
|
1188
|
4,662K: keystore2 (pid 571)
|
1189
|
4,601K: media.hwcodec (pid 881)
|
1190
|
4,413K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
1191
|
4,245K: netd (pid 670)
|
1192
|
4,137K: ueventd (pid 478)
|
1193
|
3,875K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
1194
|
3,606K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
1195
|
3,246K: cnss_diag (pid 1188)
|
1196
|
3,015K: storaged (pid 1229)
|
1197
|
2,883K: init (pid 476)
|
1198
|
2,831K: installd (pid 1199)
|
1199
|
2,783K: vold (pid 521)
|
1200
|
2,647K: lowi-server (pid 1414)
|
1201
|
2,637K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
1202
|
2,593K: ssgtzd (pid 796)
|
1203
|
2,438K: xtra-daemon (pid 1416)
|
1204
|
2,403K: cnd (pid 1243)
|
1205
|
2,344K: traced_probes (pid 1167)
|
1206
|
2,333K: selfinstaller (pid 1226)
|
1207
|
2,318K: cnss-daemon (pid 1303)
|
1208
|
2,280K: iorap.prefetcherd (pid 1993)
|
1209
|
2,277K: thermal-engine (pid 2741)
|
1210
|
1,971K: wificond (pid 1232)
|
1211
|
1,934K: hwservicemanager (pid 509)
|
1212
|
1,894K: traced (pid 1170)
|
1213
|
1,830K: update_engine (pid 1317)
|
1214
|
1,803K: statsd (pid 669)
|
1215
|
1,779K: adbd (pid 2683)
|
1216
|
1,701K: servicemanager (pid 508)
|
1217
|
1,680K: lmkd (pid 507)
|
1218
|
1,639K: wifidisplayhalservice (pid 1245)
|
1219
|
1,601K: slim_daemon (pid 1415)
|
1220
|
1,583K: vppservice (pid 921)
|
1221
|
1,570K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
1222
|
1,537K: ipacm (pid 649)
|
1223
|
1,535K: imsdatadaemon (pid 1454)
|
1224
|
1,526K: drmserver (pid 1163)
|
1225
|
1,520K: perfservice (pid 1235)
|
1226
|
1,499K: wfdhdcphalservice (pid 1237)
|
1227
|
1,475K: imsrcsd (pid 1254)
|
1228
|
1,455K: ims_rtp_daemon (pid 1250)
|
1229
|
1,414K: vendor.qti.hardware.display.allocator-service (pid 846)
|
1230
|
1,406K: qseecomd (pid 519)
|
1231
|
1,401K: loc_launcher (pid 1307)
|
1232
|
1,334K: android.system.suspend@1.0-service (pid 570)
|
1233
|
1,317K: gpuservice (pid 987)
|
1234
|
1,281K: tzlog (pid 1316)
|
1235
|
1,239K: android.hardware.health@2.1-service (pid 824)
|
1236
|
1,239K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
1237
|
1,229K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
1238
|
1,186K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
1239
|
1,170K: credstore (pid 984)
|
1240
|
1,165K: adsprpcd (pid 1293)
|
1241
|
1,147K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
1242
|
1,123K: ip6tables-restore (pid 724)
|
1243
|
1,111K: dpmQmiMgr (pid 1172)
|
1244
|
1,099K: qcc-trd (pid 1337)
|
1245
|
1,099K: vendor.display.color@1.0-service (pid 843)
|
1246
|
1,098K: vendor.ts.uart@1.0-service (pid 650)
|
1247
|
1,098K: feature_enabler_client (pid 1178)
|
1248
|
1,094K: iptables-restore (pid 723)
|
1249
|
1,065K: time_daemon (pid 648)
|
1250
|
1,064K: vendor.qti.qspmhal@1.0-service (pid 883)
|
1251
|
1,055K: qfp-daemon (pid 1353)
|
1252
|
1,050K: android.hardware.usb@1.2-service-qti (pid 839)
|
1253
|
1,046K: android.hardware.power-service (pid 830)
|
1254
|
1,033K: qccsyshal@1.1-service (pid 806)
|
1255
|
1,008K: spdaemon (pid 569)
|
1256
|
1,003K: gatekeeperd (pid 1309)
|
1257
|
1,003K: android.hardware.thermal@2.0-service.qti (pid 832)
|
1258
|
991K: android.hardware.cas@1.2-service (pid 812)
|
1259
|
988K: mdnsd (pid 2724)
|
1260
|
985K: android.hardware.boot@1.1-service (pid 573)
|
1261
|
983K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
1262
|
983K: pm-service (pid 971)
|
1263
|
981K: vendor.qti.secure_element@1.2-service (pid 884)
|
1264
|
975K: incidentd (pid 1197)
|
1265
|
974K: vendor.qti.hardware.vibrator.service (pid 880)
|
1266
|
964K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
1267
|
963K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
1268
|
961K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
1269
|
954K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
1270
|
951K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
1271
|
948K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
1272
|
948K: dpmd (pid 1194)
|
1273
|
946K: dspservice (pid 848)
|
1274
|
939K: keymasterd (pid 620)
|
1275
|
932K: vndservicemanager (pid 510)
|
1276
|
931K: sscrpcd (pid 575)
|
1277
|
927K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
1278
|
917K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
1279
|
916K: adsprpcd (pid 1292)
|
1280
|
914K: android.hardware.memtrack@1.0-service (pid 826)
|
1281
|
906K: cdsprpcd (pid 1294)
|
1282
|
906K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
1283
|
903K: sscrpcd (pid 969)
|
1284
|
897K: qspmsvc (pid 2725)
|
1285
|
894K: tloc_daemon (pid 1362)
|
1286
|
885K: wfdvndservice (pid 1295)
|
1287
|
882K: sensors.qti (pid 1002)
|
1288
|
880K: dumpsys (pid 12135)
|
1289
|
870K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
1290
|
863K: android.hardware.lights-service.qti (pid 825)
|
1291
|
852K: pd-mapper (pid 970)
|
1292
|
821K: android.hardware.atrace@1.0-service (pid 572)
|
1293
|
796K: imsqmidaemon (pid 1253)
|
1294
|
795K: msm_irqbalance (pid 1470)
|
1295
|
791K: pm-proxy (pid 1159)
|
1296
|
765K: mlid (pid 1305)
|
1297
|
750K: android.hidl.allocator@1.0-service (pid 803)
|
1298
|
721K: rmt_storage (pid 995)
|
1299
|
687K: tftp_server (pid 1001)
|
1300
|
666K: dpmd (pid 1171)
|
1301
|
665K: tombstoned (pid 631)
|
1302
|
636K: ipacm-diag (pid 1257)
|
1303
|
630K: qrtr-ns (pid 943)
|
1304
|
503K: ssgqmigd (pid 1304)
|
1305
|
|
1306
|
Total PSS by OOM adjustment:
|
1307
|
592,354K: Native
|
1308
|
85,790K: surfaceflinger (pid 994)
|
1309
|
77,643K: tlog (pid 1230)
|
1310
|
39,968K: com.android.commands.monkey (pid 15122)
|
1311
|
32,335K: audioserver (pid 12055)
|
1312
|
21,015K: android.hardware.audio.service (pid 11958)
|
1313
|
20,247K: media.extractor (pid 1202)
|
1314
|
19,008K: zygote (pid 672)
|
1315
|
15,967K: webview_zygote (pid 2172)
|
1316
|
15,882K: android.hardware.wifi@1.0-service (pid 840)
|
1317
|
15,238K: mediaserver (pid 1206)
|
1318
|
11,836K: media.metrics (pid 1204)
|
1319
|
8,169K: media.swcodec (pid 1299)
|
1320
|
7,661K: zygote64 (pid 671)
|
1321
|
7,525K: init (pid 1)
|
1322
|
6,556K: vendor.qti.hardware.display.composer-service (pid 847)
|
1323
|
6,311K: media.codec (pid 1240)
|
1324
|
5,983K: iorapd (pid 1164)
|
1325
|
5,636K: hht_ota_mgr (pid 2643)
|
1326
|
5,274K: cameraserver (pid 1191)
|
1327
|
4,873K: logd (pid 506)
|
1328
|
4,826K: android.hardware.gnss@2.1-service-qti (pid 819)
|
1329
|
4,662K: keystore2 (pid 571)
|
1330
|
4,601K: media.hwcodec (pid 881)
|
1331
|
4,413K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
1332
|
4,245K: netd (pid 670)
|
1333
|
4,137K: ueventd (pid 478)
|
1334
|
3,875K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
1335
|
3,606K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
1336
|
3,246K: cnss_diag (pid 1188)
|
1337
|
3,015K: storaged (pid 1229)
|
1338
|
2,883K: init (pid 476)
|
1339
|
2,831K: installd (pid 1199)
|
1340
|
2,783K: vold (pid 521)
|
1341
|
2,647K: lowi-server (pid 1414)
|
1342
|
2,637K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
1343
|
2,593K: ssgtzd (pid 796)
|
1344
|
2,438K: xtra-daemon (pid 1416)
|
1345
|
2,403K: cnd (pid 1243)
|
1346
|
2,344K: traced_probes (pid 1167)
|
1347
|
2,333K: selfinstaller (pid 1226)
|
1348
|
2,318K: cnss-daemon (pid 1303)
|
1349
|
2,280K: iorap.prefetcherd (pid 1993)
|
1350
|
2,277K: thermal-engine (pid 2741)
|
1351
|
1,971K: wificond (pid 1232)
|
1352
|
1,934K: hwservicemanager (pid 509)
|
1353
|
1,894K: traced (pid 1170)
|
1354
|
1,830K: update_engine (pid 1317)
|
1355
|
1,803K: statsd (pid 669)
|
1356
|
1,779K: adbd (pid 2683)
|
1357
|
1,701K: servicemanager (pid 508)
|
1358
|
1,680K: lmkd (pid 507)
|
1359
|
1,639K: wifidisplayhalservice (pid 1245)
|
1360
|
1,601K: slim_daemon (pid 1415)
|
1361
|
1,583K: vppservice (pid 921)
|
1362
|
1,570K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
1363
|
1,537K: ipacm (pid 649)
|
1364
|
1,535K: imsdatadaemon (pid 1454)
|
1365
|
1,526K: drmserver (pid 1163)
|
1366
|
1,520K: perfservice (pid 1235)
|
1367
|
1,499K: wfdhdcphalservice (pid 1237)
|
1368
|
1,475K: imsrcsd (pid 1254)
|
1369
|
1,455K: ims_rtp_daemon (pid 1250)
|
1370
|
1,414K: vendor.qti.hardware.display.allocator-service (pid 846)
|
1371
|
1,406K: qseecomd (pid 519)
|
1372
|
1,401K: loc_launcher (pid 1307)
|
1373
|
1,334K: android.system.suspend@1.0-service (pid 570)
|
1374
|
1,317K: gpuservice (pid 987)
|
1375
|
1,281K: tzlog (pid 1316)
|
1376
|
1,239K: android.hardware.health@2.1-service (pid 824)
|
1377
|
1,239K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
1378
|
1,229K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
1379
|
1,186K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
1380
|
1,170K: credstore (pid 984)
|
1381
|
1,165K: adsprpcd (pid 1293)
|
1382
|
1,147K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
1383
|
1,123K: ip6tables-restore (pid 724)
|
1384
|
1,111K: dpmQmiMgr (pid 1172)
|
1385
|
1,099K: qcc-trd (pid 1337)
|
1386
|
1,099K: vendor.display.color@1.0-service (pid 843)
|
1387
|
1,098K: vendor.ts.uart@1.0-service (pid 650)
|
1388
|
1,098K: feature_enabler_client (pid 1178)
|
1389
|
1,094K: iptables-restore (pid 723)
|
1390
|
1,065K: time_daemon (pid 648)
|
1391
|
1,064K: vendor.qti.qspmhal@1.0-service (pid 883)
|
1392
|
1,055K: qfp-daemon (pid 1353)
|
1393
|
1,050K: android.hardware.usb@1.2-service-qti (pid 839)
|
1394
|
1,046K: android.hardware.power-service (pid 830)
|
1395
|
1,033K: qccsyshal@1.1-service (pid 806)
|
1396
|
1,008K: spdaemon (pid 569)
|
1397
|
1,003K: gatekeeperd (pid 1309)
|
1398
|
1,003K: android.hardware.thermal@2.0-service.qti (pid 832)
|
1399
|
991K: android.hardware.cas@1.2-service (pid 812)
|
1400
|
988K: mdnsd (pid 2724)
|
1401
|
985K: android.hardware.boot@1.1-service (pid 573)
|
1402
|
983K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
1403
|
983K: pm-service (pid 971)
|
1404
|
981K: vendor.qti.secure_element@1.2-service (pid 884)
|
1405
|
975K: incidentd (pid 1197)
|
1406
|
974K: vendor.qti.hardware.vibrator.service (pid 880)
|
1407
|
964K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
1408
|
963K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
1409
|
961K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
1410
|
954K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
1411
|
951K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
1412
|
948K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
1413
|
948K: dpmd (pid 1194)
|
1414
|
946K: dspservice (pid 848)
|
1415
|
939K: keymasterd (pid 620)
|
1416
|
932K: vndservicemanager (pid 510)
|
1417
|
931K: sscrpcd (pid 575)
|
1418
|
927K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
1419
|
917K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
1420
|
916K: adsprpcd (pid 1292)
|
1421
|
914K: android.hardware.memtrack@1.0-service (pid 826)
|
1422
|
906K: cdsprpcd (pid 1294)
|
1423
|
906K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
1424
|
903K: sscrpcd (pid 969)
|
1425
|
897K: qspmsvc (pid 2725)
|
1426
|
894K: tloc_daemon (pid 1362)
|
1427
|
885K: wfdvndservice (pid 1295)
|
1428
|
882K: sensors.qti (pid 1002)
|
1429
|
880K: dumpsys (pid 12135)
|
1430
|
870K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
1431
|
863K: android.hardware.lights-service.qti (pid 825)
|
1432
|
852K: pd-mapper (pid 970)
|
1433
|
821K: android.hardware.atrace@1.0-service (pid 572)
|
1434
|
796K: imsqmidaemon (pid 1253)
|
1435
|
795K: msm_irqbalance (pid 1470)
|
1436
|
791K: pm-proxy (pid 1159)
|
1437
|
765K: mlid (pid 1305)
|
1438
|
750K: android.hidl.allocator@1.0-service (pid 803)
|
1439
|
721K: rmt_storage (pid 995)
|
1440
|
687K: tftp_server (pid 1001)
|
1441
|
666K: dpmd (pid 1171)
|
1442
|
665K: tombstoned (pid 631)
|
1443
|
636K: ipacm-diag (pid 1257)
|
1444
|
630K: qrtr-ns (pid 943)
|
1445
|
503K: ssgqmigd (pid 1304)
|
1446
|
231,927K: System
|
1447
|
231,927K: system (pid 1529)
|
1448
|
570,624K: Persistent
|
1449
|
225,043K: com.android.systemui (pid 12073)
|
1450
|
83,510K: com.hht.lebocast (pid 2894 / activities)
|
1451
|
42,574K: com.thundercomm.gamemode (pid 2130)
|
1452
|
18,449K: com.thundercomm.remotecontrolservice (pid 2359)
|
1453
|
15,002K: com.thundercomm.microsettings (pid 2182)
|
1454
|
14,729K: com.android.networkstack.process (pid 2083)
|
1455
|
13,221K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
1456
|
13,191K: com.qualcomm.location (pid 2663)
|
1457
|
11,913K: com.thundercomm.tcservice (pid 2364)
|
1458
|
11,042K: .dataservices (pid 2203)
|
1459
|
9,456K: com.qualcomm.qti.qdma (pid 2402)
|
1460
|
9,133K: com.hryt.hiphishowfsecontrol (pid 2916)
|
1461
|
8,803K: com.thundercomm.microservice (pid 2180)
|
1462
|
8,713K: com.tc.logclient (pid 2238)
|
1463
|
8,589K: com.thundercomm.tchttpserver (pid 2231)
|
1464
|
8,121K: com.qualcomm.qti.qccnetstat (pid 2992)
|
1465
|
8,006K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
1466
|
7,926K: .qtidataservices (pid 2206)
|
1467
|
7,890K: com.android.se (pid 2316)
|
1468
|
7,677K: ts.car.uart (pid 2897)
|
1469
|
7,643K: vendor.qti.qesdk.sysservice (pid 2252)
|
1470
|
7,638K: com.thundercomm.tcsetupwizard (pid 2251)
|
1471
|
7,477K: .pasr (pid 2952)
|
1472
|
7,474K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
1473
|
7,404K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
1474
|
20,075K: Persistent Service
|
1475
|
20,075K: com.android.providers.media.module (pid 3006)
|
1476
|
200,911K: Foreground
|
1477
|
200,911K: com.android.gallery3d (pid 15465 / activities)
|
1478
|
195,031K: Visible
|
1479
|
159,515K: com.android.launcher3 (pid 2535 / activities)
|
1480
|
29,805K: android.ext.services (pid 2438)
|
1481
|
5,711K: com.qualcomm.location.XT (pid 3059)
|
1482
|
137,490K: Perceptible
|
1483
|
78,913K: com.android.music (pid 15671 / activities)
|
1484
|
58,577K: com.sohu.inputmethod.sogou.car (pid 3262)
|
1485
|
6,192K: A Services
|
1486
|
6,192K: com.qti.diagservices (pid 7571)
|
1487
|
7,184K: Previous
|
1488
|
7,184K: com.thundercomm.gamemode.provider (pid 14946)
|
1489
|
497,052K: Cached
|
1490
|
149,848K: com.android.settings (pid 11315 / activities)
|
1491
|
103,570K: com.android.settings.intelligence (pid 9778)
|
1492
|
75,351K: com.android.htmlviewer (pid 22851)
|
1493
|
66,608K: com.android.documentsui (pid 15342 / activities)
|
1494
|
37,779K: com.android.packageinstaller (pid 4081)
|
1495
|
21,402K: android.process.media (pid 15081)
|
1496
|
15,147K: com.android.permissioncontroller (pid 15181)
|
1497
|
13,328K: com.android.externalstorage (pid 15401)
|
1498
|
8,436K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
1499
|
5,583K: com.android.musicfx (pid 9392)
|
1500
|
|
1501
|
Total PSS by category:
|
1502
|
1,048,217K: Native
|
1503
|
213,520K: EGL mtrack
|
1504
|
168,060K: Gfx dev
|
1505
|
158,411K: .so mmap
|
1506
|
140,948K: Dalvik
|
1507
|
118,537K: .apk mmap
|
1508
|
90,188K: .art mmap
|
1509
|
83,870K: Unknown
|
1510
|
69,533K: .jar mmap
|
1511
|
60,734K: .dex mmap
|
1512
|
58,878K: Dalvik Other
|
1513
|
42,548K: Stack
|
1514
|
30,831K: Other mmap
|
1515
|
25,138K: .oat mmap
|
1516
|
7,870K: .ttf mmap
|
1517
|
5,760K: GL mtrack
|
1518
|
3,245K: Other dev
|
1519
|
2,738K: Ashmem
|
1520
|
0K: Cursor
|
1521
|
0K: Other mtrack
|
1522
|
|
1523
|
Total RAM: 7,896,224K (status normal)
|
1524
|
Free RAM: 4,821,124K ( 497,052K cached pss + 1,287,676K cached kernel + 3,036,396K free)
|
1525
|
ION: 498,792K ( 92,612K mapped + 406,180K unmapped + 0K pools)
|
1526
|
Used RAM: 2,624,532K (1,840,880K used pss + 783,652K kernel)
|
1527
|
Lost RAM: 552,022K
|
1528
|
ZRAM: 28,360K physical used for 166,188K in swap (4,194,300K total swap)
|
1529
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
1530
|
// meminfo status was 0
|
1531
|
// CRASH: com.android.settings (pid 11315)
|
1532
|
// Short Msg: java.lang.ClassCastException
|
1533
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1534
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
1535
|
// Build Changelist: 2563
|
1536
|
// Build Time: 1679424085000
|
1537
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1538
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
1539
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1540
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1541
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1542
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1543
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1544
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1545
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1546
|
// at android.os.Looper.loop(Looper.java:288)
|
1547
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1548
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1549
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1550
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1551
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1552
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
1553
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
1554
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
1555
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
1556
|
// ... 12 more
|
1557
|
//
|
1558
|
// CRASH: com.android.settings (pid 14281)
|
1559
|
// Short Msg: java.lang.ClassCastException
|
1560
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1561
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
1562
|
// Build Changelist: 2563
|
1563
|
// Build Time: 1679424085000
|
1564
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1565
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
1566
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1567
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1568
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1569
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1570
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1571
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1572
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1573
|
// at android.os.Looper.loop(Looper.java:288)
|
1574
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1575
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1576
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1577
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1578
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1579
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
1580
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
1581
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
1582
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
1583
|
// ... 12 more
|
1584
|
//
|
1585
|
// CRASH: com.android.settings (pid 16184)
|
1586
|
// Short Msg: java.lang.ClassCastException
|
1587
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1588
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
1589
|
// Build Changelist: 2563
|
1590
|
// Build Time: 1679424085000
|
1591
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1592
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
1593
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1594
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1595
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1596
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1597
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1598
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1599
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1600
|
// at android.os.Looper.loop(Looper.java:288)
|
1601
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1602
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1603
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1604
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1605
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1606
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
1607
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
1608
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
1609
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
1610
|
// ... 12 more
|
1611
|
//
|
1612
|
// CRASH: com.android.settings (pid 16311)
|
1613
|
// Short Msg: java.lang.ClassCastException
|
1614
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1615
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
1616
|
// Build Changelist: 2563
|
1617
|
// Build Time: 1679424085000
|
1618
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1619
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
1620
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1621
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1622
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1623
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1624
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1625
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1626
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1627
|
// at android.os.Looper.loop(Looper.java:288)
|
1628
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1629
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1630
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1631
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1632
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1633
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
1634
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
1635
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
1636
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
1637
|
// ... 12 more
|
1638
|
//
|
1639
|
// CRASH: com.android.settings (pid 17256)
|
1640
|
// Short Msg: java.lang.ClassCastException
|
1641
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1642
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
1643
|
// Build Changelist: 2563
|
1644
|
// Build Time: 1679424085000
|
1645
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1646
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
1647
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1648
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1649
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1650
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1651
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1652
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1653
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1654
|
// at android.os.Looper.loop(Looper.java:288)
|
1655
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1656
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1657
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1658
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1659
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1660
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
1661
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
1662
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
1663
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
1664
|
// ... 12 more
|
1665
|
//
|
1666
|
// NOT RESPONDING: com.android.systemui (pid 12073)
|
1667
|
ANR in com.android.systemui
|
1668
|
PID: 12073
|
1669
|
Reason: Input dispatching timed out (f775e45 VolumeDialogImpl (server) is not responding. Waited 5001ms for MotionEvent)
|
1670
|
Frozen: false
|
1671
|
Load: 1.01 / 1.13 / 1.26
|
1672
|
----- Output from /proc/pressure/memory -----
|
1673
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=2450346
|
1674
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=819782
|
1675
|
----- End output from /proc/pressure/memory -----
|
1676
|
|
1677
|
CPU usage from 24300ms to 0ms ago (2023-03-22 06:46:30.031 to 2023-03-22 06:46:54.330):
|
1678
|
10% 847/vendor.qti.hardware.display.composer-service: 6.2% user + 4.2% kernel / faults: 55 minor
|
1679
|
8.8% 1529/system_server: 5.3% user + 3.5% kernel / faults: 27737 minor
|
1680
|
8.6% 12073/com.android.systemui: 7% user + 1.6% kernel / faults: 6368 minor
|
1681
|
8.3% 994/surfaceflinger: 6.2% user + 2.1% kernel / faults: 181 minor
|
1682
|
1.8% 15671/com.android.music: 1.3% user + 0.5% kernel / faults: 1643 minor
|
1683
|
1.4% 506/logd: 0.2% user + 1.1% kernel / faults: 152 minor
|
1684
|
1.3% 13009/kworker/u16:15-kgsl-mementry: 0% user + 1.3% kernel
|
1685
|
1.2% 2535/com.android.launcher3: 0.7% user + 0.4% kernel / faults: 799 minor
|
1686
|
1.1% 15503/kworker/u16:20-ufs_pm_qos_0: 0% user + 1.1% kernel
|
1687
|
1% 29199/kworker/u16:11-kgsl-mementry: 0% user + 1% kernel
|
1688
|
0.9% 758/crtc_commit:125: 0% user + 0.9% kernel
|
1689
|
0.9% 1230/tlog: 0.4% user + 0.4% kernel / faults: 6 minor
|
1690
|
0.6% 287/kgsl_worker_thr: 0% user + 0.6% kernel
|
1691
|
0.5% 11941/kworker/u16:14-ufs_clkscaling_0: 0% user + 0.5% kernel
|
1692
|
0% 810/android.hardware.bluetooth@1.0-service-qti: 0% user + 0% kernel / faults: 649 minor
|
1693
|
0.4% 1/init: 0.1% user + 0.2% kernel / faults: 198 minor
|
1694
|
0.4% 15342/com.android.documentsui: 0.3% user + 0% kernel / faults: 682 minor
|
1695
|
0.3% 508/servicemanager: 0.1% user + 0.2% kernel
|
1696
|
0.3% 851/vendor.qti.hardware.perf@2.2-service: 0.1% user + 0.2% kernel / faults: 102 minor
|
1697
|
0.3% 15122/com.android.commands.monkey: 0.2% user + 0% kernel / faults: 39 minor
|
1698
|
0.2% 13529/kworker/u16:18-ufs_pm_qos_0: 0% user + 0.2% kernel
|
1699
|
0.2% 671/zygote64: 0% user + 0.2% kernel / faults: 168 minor
|
1700
|
0.2% 10/rcu_preempt: 0% user + 0.2% kernel
|
1701
|
0.2% 15465/com.android.gallery3d: 0.1% user + 0% kernel / faults: 746 minor
|
1702
|
0.1% 570/android.system.suspend@1.0-service: 0% user + 0% kernel / faults: 4 minor
|
1703
|
0.1% 669/statsd: 0% user + 0.1% kernel / faults: 21 minor
|
1704
|
0.1% 1204/media.metrics: 0% user + 0% kernel / faults: 142 minor
|
1705
|
0.1% 15146/com.qualcomm.qti.qccauthmgr: 0.1% user + 0% kernel / faults: 173 minor
|
1706
|
0.1% 13/rcuop/0: 0% user + 0.1% kernel
|
1707
|
0.1% 32/rcuop/2: 0% user + 0.1% kernel
|
1708
|
0.1% 509/hwservicemanager: 0% user + 0% kernel / faults: 7 minor
|
1709
|
0.1% 650/vendor.ts.uart@1.0-service: 0% user + 0% kernel
|
1710
|
0.1% 2130/com.thundercomm.gamemode: 0% user + 0% kernel / faults: 243 minor
|
1711
|
0.1% 2643/hht_ota_mgr: 0% user + 0% kernel
|
1712
|
0.1% 2752/irq/16-90b6400.: 0% user + 0.1% kernel
|
1713
|
0.1% 3262/com.sohu.inputmethod.sogou.car: 0% user + 0% kernel / faults: 3 minor
|
1714
|
0% 9/ksoftirqd/0: 0% user + 0% kernel
|
1715
|
0% 29/ksoftirqd/2: 0% user + 0% kernel
|
1716
|
0% 37/ksoftirqd/3: 0% user + 0% kernel
|
1717
|
0% 89/qmp_aop: 0% user + 0% kernel
|
1718
|
0% 111/system: 0% user + 0% kernel
|
1719
|
0% 507/lmkd: 0% user + 0% kernel
|
1720
|
0% 759/crtc_event:125: 0% user + 0% kernel
|
1721
|
0% 1470/msm_irqbalance: 0% user + 0% kernel
|
1722
|
0% 2359/com.thundercomm.remotecontrolservice: 0% user + 0% kernel / faults: 14 minor
|
1723
|
0% 2754/irq/17-9091000.: 0% user + 0% kernel
|
1724
|
0% 2894/com.hht.lebocast: 0% user + 0% kernel / faults: 37 minor
|
1725
|
0% 3006/com.android.providers.media.module: 0% user + 0% kernel / faults: 84 minor
|
1726
|
0% 16616/kworker/7:0-mm_percpu_wq: 0% user + 0% kernel
|
1727
|
0% 16745/kworker/3:0-events_power_efficient: 0% user + 0% kernel
|
1728
|
0% 24/rcuop/1: 0% user + 0% kernel
|
1729
|
0% 40/rcuop/3: 0% user + 0% kernel
|
1730
|
0% 48/rcuop/4: 0% user + 0% kernel
|
1731
|
0% 56/rcuop/5: 0% user + 0% kernel
|
1732
|
0% 61/ksoftirqd/6: 0% user + 0% kernel
|
1733
|
0% 69/ksoftirqd/7: 0% user + 0% kernel
|
1734
|
0% 72/rcuop/7: 0% user + 0% kernel
|
1735
|
0% 77/kauditd: 0% user + 0% kernel
|
1736
|
0% 369/kworker/1:1H-kblockd: 0% user + 0% kernel
|
1737
|
0% 521/vold: 0% user + 0% kernel / faults: 14 minor
|
1738
|
0% 631/tombstoned: 0% user + 0% kernel
|
1739
|
0% 670/netd: 0% user + 0% kernel
|
1740
|
0% 846/vendor.qti.hardware.display.allocator-service: 0% user + 0% kernel / faults: 24 minor
|
1741
|
0% 849/vendor.qti.hardware.iop@2.0-service: 0% user + 0% kernel / faults: 1 minor
|
1742
|
0% 883/vendor.qti.qspmhal@1.0-service: 0% user + 0% kernel
|
1743
|
0% 903/vendor.thundercomm.hardware.tsnv@1.0-service: 0% user + 0% kernel / faults: 29 minor
|
1744
|
0% 943/qrtr-ns: 0% user + 0% kernel
|
1745
|
0% 1164/iorapd: 0% user + 0% kernel
|
1746
|
0% 1199/installd: 0% user + 0% kernel / faults: 2 minor
|
1747
|
0% 1226/selfinstaller: 0% user + 0% kernel
|
1748
|
0% 1454/imsdatadaemon: 0% user + 0% kernel
|
1749
|
0% 2438/android.ext.services: 0% user + 0% kernel / faults: 32 minor
|
1750
|
0% 2683/adbd: 0% user + 0% kernel
|
1751
|
0% 3325/kworker/u17:0-kgsl-events: 0% user + 0% kernel
|
1752
|
0% 8869/kworker/1:1-events_freezable_power_: 0% user + 0% kernel
|
1753
|
0% 10137/kworker/u16:10-kgsl-mementry: 0% user + 0% kernel
|
1754
|
0% 10740/kworker/4:1-mm_percpu_wq: 0% user + 0% kernel
|
1755
|
0% 13448/kworker/u17:10-kgsl-events: 0% user + 0% kernel
|
1756
|
0% 13450/kworker/u17:11-kgsl-events: 0% user + 0% kernel
|
1757
|
0% 14164/kworker/u17:12-kgsl-events: 0% user + 0% kernel
|
1758
|
0% 15081/android.process.media: 0% user + 0% kernel / faults: 12 minor
|
1759
|
0% 15401/com.android.externalstorage: 0% user + 0% kernel / faults: 3 minor
|
1760
|
0% 15555/kworker/6:0-mm_percpu_wq: 0% user + 0% kernel
|
1761
|
0% 16524/com.android.systemui:screenshot: 0% user + 0% kernel / faults: 21 minor
|
1762
|
0% 16721/kworker/2:2-events_freezable_power_: 0% user + 0% kernel
|
1763
|
+0% 17580/com.android.settings: 0% user + 0% kernel
|
1764
|
+0% 17668/android.hardware.audio.service: 0% user + 0% kernel
|
1765
|
+0% 17676/com.android.bluetooth: 0% user + 0% kernel
|
1766
|
+0% 17692/audioserver: 0% user + 0% kernel
|
1767
|
8.2% TOTAL: 4.1% user + 3.4% kernel + 0% iowait + 0.4% irq + 0.1% softirq
|
1768
|
CPU usage from 66ms to 387ms later (2023-03-22 06:46:54.397 to 2023-03-22 06:46:54.718):
|
1769
|
39% 1529/system_server: 18% user + 21% kernel / faults: 474 minor
|
1770
|
28% 17787/AnrConsumer: 10% user + 18% kernel
|
1771
|
10% 1553/HeapTaskDaemon: 10% user + 0% kernel
|
1772
|
3.1% 64/rcuop/6: 0% user + 3.1% kernel
|
1773
|
4% 13009/kworker/u16:15-devfreq_wq: 0% user + 4% kernel
|
1774
|
7.8% TOTAL: 3.9% user + 3.9% kernel
|
1775
|
|
1776
|
procrank:
|
1777
|
<empty>
|
1778
|
|
1779
|
ZRAM: 0K physical used for 166144K in swap (4194300K total swap)
|
1780
|
RAM: 7896224K total, 3074352K free, 3504K buffers, 1537676K cached, 19060K shmem, 278040K slab
|
1781
|
// procrank status was 0
|
1782
|
anr traces:
|
1783
|
// anr traces status was 1
|
1784
|
meminfo:
|
1785
|
Applications Memory Usage (in Kilobytes):
|
1786
|
Uptime: 14747210 Realtime: 14747210
|
1787
|
|
1788
|
|
1789
|
Total RSS by process:
|
1790
|
490,376K: system (pid 1529)
|
1791
|
356,968K: com.android.systemui (pid 12073)
|
1792
|
313,556K: com.android.settings (pid 17580 / activities)
|
1793
|
266,252K: com.android.launcher3 (pid 2535 / activities)
|
1794
|
214,636K: com.android.settings.intelligence (pid 9778)
|
1795
|
193,076K: com.android.gallery3d (pid 15465 / activities)
|
1796
|
191,600K: com.android.music (pid 15671 / activities)
|
1797
|
183,932K: com.android.documentsui (pid 15342 / activities)
|
1798
|
179,728K: com.android.htmlviewer (pid 22851)
|
1799
|
166,992K: com.android.systemui:screenshot (pid 16524)
|
1800
|
150,768K: com.hht.lebocast (pid 2894 / activities)
|
1801
|
146,740K: com.thundercomm.gamemode (pid 2130)
|
1802
|
127,016K: com.sohu.inputmethod.sogou.car (pid 3262)
|
1803
|
119,376K: android.ext.services (pid 2438)
|
1804
|
117,964K: zygote64 (pid 671)
|
1805
|
111,080K: com.android.packageinstaller (pid 4081)
|
1806
|
107,836K: com.android.providers.media.module (pid 3006)
|
1807
|
104,792K: com.android.commands.monkey (pid 15122)
|
1808
|
102,080K: com.android.permissioncontroller (pid 15181)
|
1809
|
100,196K: com.android.networkstack.process (pid 2083)
|
1810
|
100,052K: com.thundercomm.microsettings (pid 2182)
|
1811
|
99,244K: com.android.bluetooth (pid 17676)
|
1812
|
99,100K: com.thundercomm.remotecontrolservice (pid 2359)
|
1813
|
97,144K: com.qualcomm.location (pid 2663)
|
1814
|
96,704K: android.process.media (pid 15081)
|
1815
|
96,664K: surfaceflinger (pid 994)
|
1816
|
94,356K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
1817
|
93,900K: com.qualcomm.qti.qdma (pid 2402)
|
1818
|
91,628K: com.thundercomm.tcservice (pid 2364)
|
1819
|
91,580K: com.hryt.hiphishowfsecontrol (pid 2916)
|
1820
|
89,408K: .dataservices (pid 2203)
|
1821
|
88,496K: com.tc.logclient (pid 2238)
|
1822
|
88,408K: zygote (pid 672)
|
1823
|
86,816K: com.qti.diagservices (pid 7571)
|
1824
|
86,580K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
1825
|
86,408K: com.qualcomm.qti.qccnetstat (pid 2992)
|
1826
|
86,256K: com.thundercomm.microservice (pid 2180)
|
1827
|
86,132K: com.thundercomm.tchttpserver (pid 2231)
|
1828
|
85,220K: com.android.se (pid 2316)
|
1829
|
84,884K: com.thundercomm.gamemode.provider (pid 14946)
|
1830
|
84,872K: .qtidataservices (pid 2206)
|
1831
|
84,536K: ts.car.uart (pid 2897)
|
1832
|
84,532K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
1833
|
84,512K: com.android.musicfx (pid 17390)
|
1834
|
84,464K: com.qualcomm.location.XT (pid 3059)
|
1835
|
84,308K: vendor.qti.qesdk.sysservice (pid 2252)
|
1836
|
83,676K: .pasr (pid 2952)
|
1837
|
83,480K: com.thundercomm.tcsetupwizard (pid 2251)
|
1838
|
83,144K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
1839
|
82,928K: tlog (pid 1230)
|
1840
|
79,028K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
1841
|
63,220K: com.android.externalstorage (pid 15401)
|
1842
|
57,720K: webview_zygote (pid 2172)
|
1843
|
50,028K: audioserver (pid 17692)
|
1844
|
24,632K: media.extractor (pid 1202)
|
1845
|
23,956K: android.hardware.audio.service (pid 17668)
|
1846
|
21,608K: mediaserver (pid 1206)
|
1847
|
19,012K: android.hardware.wifi@1.0-service (pid 840)
|
1848
|
14,212K: media.metrics (pid 1204)
|
1849
|
14,204K: media.swcodec (pid 1299)
|
1850
|
10,908K: vendor.qti.hardware.display.composer-service (pid 847)
|
1851
|
10,660K: iorapd (pid 1164)
|
1852
|
10,296K: init (pid 1)
|
1853
|
10,172K: cameraserver (pid 1191)
|
1854
|
9,984K: keystore2 (pid 571)
|
1855
|
9,124K: hht_ota_mgr (pid 2643)
|
1856
|
8,892K: netd (pid 670)
|
1857
|
8,844K: media.codec (pid 1240)
|
1858
|
8,256K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
1859
|
7,752K: logd (pid 506)
|
1860
|
7,312K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
1861
|
7,096K: lmkd (pid 507)
|
1862
|
6,940K: android.hardware.gnss@2.1-service-qti (pid 819)
|
1863
|
6,896K: vold (pid 521)
|
1864
|
6,832K: traced_probes (pid 1167)
|
1865
|
6,824K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
1866
|
6,688K: storaged (pid 1229)
|
1867
|
6,676K: media.hwcodec (pid 881)
|
1868
|
6,612K: installd (pid 1199)
|
1869
|
6,336K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
1870
|
6,328K: ueventd (pid 478)
|
1871
|
6,032K: cnss_diag (pid 1188)
|
1872
|
5,924K: perfservice (pid 1235)
|
1873
|
5,904K: wificond (pid 1232)
|
1874
|
5,880K: hwservicemanager (pid 509)
|
1875
|
5,844K: selfinstaller (pid 1226)
|
1876
|
5,844K: xtra-daemon (pid 1416)
|
1877
|
5,716K: update_engine (pid 1317)
|
1878
|
5,396K: lowi-server (pid 1414)
|
1879
|
5,344K: cnd (pid 1243)
|
1880
|
5,312K: cnss-daemon (pid 1303)
|
1881
|
5,200K: adbd (pid 2683)
|
1882
|
5,184K: tzlog (pid 1316)
|
1883
|
5,180K: thermal-engine (pid 2741)
|
1884
|
5,104K: vendor.qti.hardware.display.allocator-service (pid 846)
|
1885
|
5,096K: init (pid 476)
|
1886
|
5,052K: iorap.prefetcherd (pid 1993)
|
1887
|
5,040K: gatekeeperd (pid 1309)
|
1888
|
5,008K: ssgtzd (pid 796)
|
1889
|
4,976K: credstore (pid 984)
|
1890
|
4,972K: android.system.suspend@1.0-service (pid 570)
|
1891
|
4,924K: servicemanager (pid 508)
|
1892
|
4,908K: traced (pid 1170)
|
1893
|
4,844K: gpuservice (pid 987)
|
1894
|
4,812K: statsd (pid 669)
|
1895
|
4,720K: vppservice (pid 921)
|
1896
|
4,536K: android.hardware.power-service (pid 830)
|
1897
|
4,428K: slim_daemon (pid 1415)
|
1898
|
4,412K: ipacm (pid 649)
|
1899
|
4,380K: qccsyshal@1.1-service (pid 806)
|
1900
|
4,352K: vendor.qti.hardware.vibrator.service (pid 880)
|
1901
|
4,320K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
1902
|
4,248K: android.hardware.health@2.1-service (pid 824)
|
1903
|
4,148K: vendor.qti.qspmhal@1.0-service (pid 883)
|
1904
|
4,144K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
1905
|
4,120K: dumpsys (pid 17934)
|
1906
|
4,064K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
1907
|
4,056K: qseecomd (pid 519)
|
1908
|
4,056K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
1909
|
4,056K: incidentd (pid 1197)
|
1910
|
4,048K: qspmsvc (pid 2725)
|
1911
|
4,032K: android.hardware.lights-service.qti (pid 825)
|
1912
|
4,028K: adsprpcd (pid 1293)
|
1913
|
4,000K: dpmd (pid 1171)
|
1914
|
3,996K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
1915
|
3,992K: loc_launcher (pid 1307)
|
1916
|
3,972K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
1917
|
3,968K: android.hidl.allocator@1.0-service (pid 803)
|
1918
|
3,956K: ims_rtp_daemon (pid 1250)
|
1919
|
3,952K: vendor.ts.uart@1.0-service (pid 650)
|
1920
|
3,952K: qcc-trd (pid 1337)
|
1921
|
3,928K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
1922
|
3,904K: android.hardware.usb@1.2-service-qti (pid 839)
|
1923
|
3,896K: imsrcsd (pid 1254)
|
1924
|
3,868K: imsdatadaemon (pid 1454)
|
1925
|
3,844K: qfp-daemon (pid 1353)
|
1926
|
3,840K: android.hardware.memtrack@1.0-service (pid 826)
|
1927
|
3,836K: spdaemon (pid 569)
|
1928
|
3,836K: android.hardware.boot@1.1-service (pid 573)
|
1929
|
3,832K: vendor.display.color@1.0-service (pid 843)
|
1930
|
3,832K: feature_enabler_client (pid 1178)
|
1931
|
3,828K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
1932
|
3,816K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
1933
|
3,804K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
1934
|
3,800K: android.hardware.thermal@2.0-service.qti (pid 832)
|
1935
|
3,784K: sscrpcd (pid 575)
|
1936
|
3,784K: sscrpcd (pid 969)
|
1937
|
3,776K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
1938
|
3,772K: dpmQmiMgr (pid 1172)
|
1939
|
3,772K: cdsprpcd (pid 1294)
|
1940
|
3,768K: dspservice (pid 848)
|
1941
|
3,764K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
1942
|
3,764K: keymasterd (pid 620)
|
1943
|
3,744K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
1944
|
3,732K: vendor.qti.secure_element@1.2-service (pid 884)
|
1945
|
3,688K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
1946
|
3,688K: pm-service (pid 971)
|
1947
|
3,672K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
1948
|
3,668K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
1949
|
3,660K: vndservicemanager (pid 510)
|
1950
|
3,600K: adsprpcd (pid 1292)
|
1951
|
3,584K: time_daemon (pid 648)
|
1952
|
3,572K: android.hardware.atrace@1.0-service (pid 572)
|
1953
|
3,564K: tloc_daemon (pid 1362)
|
1954
|
3,492K: dpmd (pid 1194)
|
1955
|
3,480K: drmserver (pid 1163)
|
1956
|
3,468K: pd-mapper (pid 970)
|
1957
|
3,448K: msm_irqbalance (pid 1470)
|
1958
|
3,444K: sensors.qti (pid 1002)
|
1959
|
3,344K: ip6tables-restore (pid 724)
|
1960
|
3,316K: imsqmidaemon (pid 1253)
|
1961
|
3,284K: pm-proxy (pid 1159)
|
1962
|
3,268K: mlid (pid 1305)
|
1963
|
3,260K: rmt_storage (pid 995)
|
1964
|
3,256K: iptables-restore (pid 723)
|
1965
|
3,124K: tftp_server (pid 1001)
|
1966
|
3,116K: ipacm-diag (pid 1257)
|
1967
|
3,072K: wfdhdcphalservice (pid 1237)
|
1968
|
2,996K: qrtr-ns (pid 943)
|
1969
|
2,988K: wifidisplayhalservice (pid 1245)
|
1970
|
2,760K: tombstoned (pid 631)
|
1971
|
2,468K: android.hardware.cas@1.2-service (pid 812)
|
1972
|
2,272K: wfdvndservice (pid 1295)
|
1973
|
1,640K: ssgqmigd (pid 1304)
|
1974
|
1,072K: mdnsd (pid 2724)
|
1975
|
|
1976
|
Total RSS by OOM adjustment:
|
1977
|
1,307,776K: Native
|
1978
|
117,964K: zygote64 (pid 671)
|
1979
|
104,792K: com.android.commands.monkey (pid 15122)
|
1980
|
96,664K: surfaceflinger (pid 994)
|
1981
|
88,408K: zygote (pid 672)
|
1982
|
82,928K: tlog (pid 1230)
|
1983
|
57,720K: webview_zygote (pid 2172)
|
1984
|
50,028K: audioserver (pid 17692)
|
1985
|
24,632K: media.extractor (pid 1202)
|
1986
|
23,956K: android.hardware.audio.service (pid 17668)
|
1987
|
21,608K: mediaserver (pid 1206)
|
1988
|
19,012K: android.hardware.wifi@1.0-service (pid 840)
|
1989
|
14,212K: media.metrics (pid 1204)
|
1990
|
14,204K: media.swcodec (pid 1299)
|
1991
|
10,908K: vendor.qti.hardware.display.composer-service (pid 847)
|
1992
|
10,660K: iorapd (pid 1164)
|
1993
|
10,296K: init (pid 1)
|
1994
|
10,172K: cameraserver (pid 1191)
|
1995
|
9,984K: keystore2 (pid 571)
|
1996
|
9,124K: hht_ota_mgr (pid 2643)
|
1997
|
8,892K: netd (pid 670)
|
1998
|
8,844K: media.codec (pid 1240)
|
1999
|
8,256K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
2000
|
7,752K: logd (pid 506)
|
2001
|
7,312K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
2002
|
7,096K: lmkd (pid 507)
|
2003
|
6,940K: android.hardware.gnss@2.1-service-qti (pid 819)
|
2004
|
6,896K: vold (pid 521)
|
2005
|
6,832K: traced_probes (pid 1167)
|
2006
|
6,824K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
2007
|
6,688K: storaged (pid 1229)
|
2008
|
6,676K: media.hwcodec (pid 881)
|
2009
|
6,612K: installd (pid 1199)
|
2010
|
6,336K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
2011
|
6,328K: ueventd (pid 478)
|
2012
|
6,032K: cnss_diag (pid 1188)
|
2013
|
5,924K: perfservice (pid 1235)
|
2014
|
5,904K: wificond (pid 1232)
|
2015
|
5,880K: hwservicemanager (pid 509)
|
2016
|
5,844K: selfinstaller (pid 1226)
|
2017
|
5,844K: xtra-daemon (pid 1416)
|
2018
|
5,716K: update_engine (pid 1317)
|
2019
|
5,396K: lowi-server (pid 1414)
|
2020
|
5,344K: cnd (pid 1243)
|
2021
|
5,312K: cnss-daemon (pid 1303)
|
2022
|
5,200K: adbd (pid 2683)
|
2023
|
5,184K: tzlog (pid 1316)
|
2024
|
5,180K: thermal-engine (pid 2741)
|
2025
|
5,104K: vendor.qti.hardware.display.allocator-service (pid 846)
|
2026
|
5,096K: init (pid 476)
|
2027
|
5,052K: iorap.prefetcherd (pid 1993)
|
2028
|
5,040K: gatekeeperd (pid 1309)
|
2029
|
5,008K: ssgtzd (pid 796)
|
2030
|
4,976K: credstore (pid 984)
|
2031
|
4,972K: android.system.suspend@1.0-service (pid 570)
|
2032
|
4,924K: servicemanager (pid 508)
|
2033
|
4,908K: traced (pid 1170)
|
2034
|
4,844K: gpuservice (pid 987)
|
2035
|
4,812K: statsd (pid 669)
|
2036
|
4,720K: vppservice (pid 921)
|
2037
|
4,536K: android.hardware.power-service (pid 830)
|
2038
|
4,428K: slim_daemon (pid 1415)
|
2039
|
4,412K: ipacm (pid 649)
|
2040
|
4,380K: qccsyshal@1.1-service (pid 806)
|
2041
|
4,352K: vendor.qti.hardware.vibrator.service (pid 880)
|
2042
|
4,320K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
2043
|
4,248K: android.hardware.health@2.1-service (pid 824)
|
2044
|
4,148K: vendor.qti.qspmhal@1.0-service (pid 883)
|
2045
|
4,144K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
2046
|
4,120K: dumpsys (pid 17934)
|
2047
|
4,064K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
2048
|
4,056K: qseecomd (pid 519)
|
2049
|
4,056K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
2050
|
4,056K: incidentd (pid 1197)
|
2051
|
4,048K: qspmsvc (pid 2725)
|
2052
|
4,032K: android.hardware.lights-service.qti (pid 825)
|
2053
|
4,028K: adsprpcd (pid 1293)
|
2054
|
4,000K: dpmd (pid 1171)
|
2055
|
3,996K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
2056
|
3,992K: loc_launcher (pid 1307)
|
2057
|
3,972K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
2058
|
3,968K: android.hidl.allocator@1.0-service (pid 803)
|
2059
|
3,956K: ims_rtp_daemon (pid 1250)
|
2060
|
3,952K: vendor.ts.uart@1.0-service (pid 650)
|
2061
|
3,952K: qcc-trd (pid 1337)
|
2062
|
3,928K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
2063
|
3,904K: android.hardware.usb@1.2-service-qti (pid 839)
|
2064
|
3,896K: imsrcsd (pid 1254)
|
2065
|
3,868K: imsdatadaemon (pid 1454)
|
2066
|
3,844K: qfp-daemon (pid 1353)
|
2067
|
3,840K: android.hardware.memtrack@1.0-service (pid 826)
|
2068
|
3,836K: spdaemon (pid 569)
|
2069
|
3,836K: android.hardware.boot@1.1-service (pid 573)
|
2070
|
3,832K: vendor.display.color@1.0-service (pid 843)
|
2071
|
3,832K: feature_enabler_client (pid 1178)
|
2072
|
3,828K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
2073
|
3,816K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
2074
|
3,804K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
2075
|
3,800K: android.hardware.thermal@2.0-service.qti (pid 832)
|
2076
|
3,784K: sscrpcd (pid 575)
|
2077
|
3,784K: sscrpcd (pid 969)
|
2078
|
3,776K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
2079
|
3,772K: dpmQmiMgr (pid 1172)
|
2080
|
3,772K: cdsprpcd (pid 1294)
|
2081
|
3,768K: dspservice (pid 848)
|
2082
|
3,764K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
2083
|
3,764K: keymasterd (pid 620)
|
2084
|
3,744K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
2085
|
3,732K: vendor.qti.secure_element@1.2-service (pid 884)
|
2086
|
3,688K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
2087
|
3,688K: pm-service (pid 971)
|
2088
|
3,672K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
2089
|
3,668K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
2090
|
3,660K: vndservicemanager (pid 510)
|
2091
|
3,600K: adsprpcd (pid 1292)
|
2092
|
3,584K: time_daemon (pid 648)
|
2093
|
3,572K: android.hardware.atrace@1.0-service (pid 572)
|
2094
|
3,564K: tloc_daemon (pid 1362)
|
2095
|
3,492K: dpmd (pid 1194)
|
2096
|
3,480K: drmserver (pid 1163)
|
2097
|
3,468K: pd-mapper (pid 970)
|
2098
|
3,448K: msm_irqbalance (pid 1470)
|
2099
|
3,444K: sensors.qti (pid 1002)
|
2100
|
3,344K: ip6tables-restore (pid 724)
|
2101
|
3,316K: imsqmidaemon (pid 1253)
|
2102
|
3,284K: pm-proxy (pid 1159)
|
2103
|
3,268K: mlid (pid 1305)
|
2104
|
3,260K: rmt_storage (pid 995)
|
2105
|
3,256K: iptables-restore (pid 723)
|
2106
|
3,124K: tftp_server (pid 1001)
|
2107
|
3,116K: ipacm-diag (pid 1257)
|
2108
|
3,072K: wfdhdcphalservice (pid 1237)
|
2109
|
2,996K: qrtr-ns (pid 943)
|
2110
|
2,988K: wifidisplayhalservice (pid 1245)
|
2111
|
2,760K: tombstoned (pid 631)
|
2112
|
2,468K: android.hardware.cas@1.2-service (pid 812)
|
2113
|
2,272K: wfdvndservice (pid 1295)
|
2114
|
1,640K: ssgqmigd (pid 1304)
|
2115
|
1,072K: mdnsd (pid 2724)
|
2116
|
490,376K: System
|
2117
|
490,376K: system (pid 1529)
|
2118
|
2,619,480K: Persistent
|
2119
|
356,968K: com.android.systemui (pid 12073)
|
2120
|
150,768K: com.hht.lebocast (pid 2894 / activities)
|
2121
|
146,740K: com.thundercomm.gamemode (pid 2130)
|
2122
|
100,196K: com.android.networkstack.process (pid 2083)
|
2123
|
100,052K: com.thundercomm.microsettings (pid 2182)
|
2124
|
99,100K: com.thundercomm.remotecontrolservice (pid 2359)
|
2125
|
97,144K: com.qualcomm.location (pid 2663)
|
2126
|
94,356K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
2127
|
93,900K: com.qualcomm.qti.qdma (pid 2402)
|
2128
|
91,628K: com.thundercomm.tcservice (pid 2364)
|
2129
|
91,580K: com.hryt.hiphishowfsecontrol (pid 2916)
|
2130
|
89,408K: .dataservices (pid 2203)
|
2131
|
88,496K: com.tc.logclient (pid 2238)
|
2132
|
86,580K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
2133
|
86,408K: com.qualcomm.qti.qccnetstat (pid 2992)
|
2134
|
86,256K: com.thundercomm.microservice (pid 2180)
|
2135
|
86,132K: com.thundercomm.tchttpserver (pid 2231)
|
2136
|
85,220K: com.android.se (pid 2316)
|
2137
|
84,872K: .qtidataservices (pid 2206)
|
2138
|
84,536K: ts.car.uart (pid 2897)
|
2139
|
84,532K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
2140
|
84,308K: vendor.qti.qesdk.sysservice (pid 2252)
|
2141
|
83,676K: .pasr (pid 2952)
|
2142
|
83,480K: com.thundercomm.tcsetupwizard (pid 2251)
|
2143
|
83,144K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
2144
|
207,080K: Persistent Service
|
2145
|
107,836K: com.android.providers.media.module (pid 3006)
|
2146
|
99,244K: com.android.bluetooth (pid 17676)
|
2147
|
505,156K: Foreground
|
2148
|
313,556K: com.android.settings (pid 17580 / activities)
|
2149
|
191,600K: com.android.music (pid 15671 / activities)
|
2150
|
572,172K: Visible
|
2151
|
266,252K: com.android.launcher3 (pid 2535 / activities)
|
2152
|
119,376K: android.ext.services (pid 2438)
|
2153
|
102,080K: com.android.permissioncontroller (pid 15181)
|
2154
|
84,464K: com.qualcomm.location.XT (pid 3059)
|
2155
|
127,016K: Perceptible
|
2156
|
127,016K: com.sohu.inputmethod.sogou.car (pid 3262)
|
2157
|
347,844K: Previous
|
2158
|
183,932K: com.android.documentsui (pid 15342 / activities)
|
2159
|
84,884K: com.thundercomm.gamemode.provider (pid 14946)
|
2160
|
79,028K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
2161
|
86,816K: B Services
|
2162
|
86,816K: com.qti.diagservices (pid 7571)
|
2163
|
1,109,948K: Cached
|
2164
|
214,636K: com.android.settings.intelligence (pid 9778)
|
2165
|
193,076K: com.android.gallery3d (pid 15465 / activities)
|
2166
|
179,728K: com.android.htmlviewer (pid 22851)
|
2167
|
166,992K: com.android.systemui:screenshot (pid 16524)
|
2168
|
111,080K: com.android.packageinstaller (pid 4081)
|
2169
|
96,704K: android.process.media (pid 15081)
|
2170
|
84,512K: com.android.musicfx (pid 17390)
|
2171
|
63,220K: com.android.externalstorage (pid 15401)
|
2172
|
|
2173
|
Total RSS by category:
|
2174
|
1,690,492K: .so mmap
|
2175
|
1,163,884K: .jar mmap
|
2176
|
1,133,148K: Native
|
2177
|
940,536K: .art mmap
|
2178
|
559,024K: .oat mmap
|
2179
|
541,440K: Dalvik
|
2180
|
219,588K: .apk mmap
|
2181
|
191,232K: EGL mtrack
|
2182
|
174,420K: Dalvik Other
|
2183
|
173,544K: Gfx dev
|
2184
|
162,980K: .dex mmap
|
2185
|
154,336K: Other mmap
|
2186
|
120,304K: Unknown
|
2187
|
47,436K: Other dev
|
2188
|
44,264K: Stack
|
2189
|
30,896K: .ttf mmap
|
2190
|
19,996K: Ashmem
|
2191
|
6,144K: GL mtrack
|
2192
|
0K: Cursor
|
2193
|
0K: Other mtrack
|
2194
|
|
2195
|
Total PSS by process:
|
2196
|
223,784K: com.android.systemui (pid 12073)
|
2197
|
215,706K: system (pid 1529)
|
2198
|
189,733K: com.android.settings (pid 17580 / activities)
|
2199
|
152,298K: com.android.launcher3 (pid 2535 / activities)
|
2200
|
103,425K: com.android.settings.intelligence (pid 9778)
|
2201
|
85,556K: com.hht.lebocast (pid 2894 / activities)
|
2202
|
82,260K: surfaceflinger (pid 994)
|
2203
|
77,787K: tlog (pid 1230)
|
2204
|
74,876K: com.android.htmlviewer (pid 22851)
|
2205
|
74,808K: com.android.music (pid 15671 / activities)
|
2206
|
69,815K: com.android.gallery3d (pid 15465 / activities)
|
2207
|
65,490K: com.android.documentsui (pid 15342 / activities)
|
2208
|
59,366K: com.sohu.inputmethod.sogou.car (pid 3262)
|
2209
|
42,773K: com.thundercomm.gamemode (pid 2130)
|
2210
|
40,331K: com.android.systemui:screenshot (pid 16524)
|
2211
|
39,672K: com.android.commands.monkey (pid 15122)
|
2212
|
38,346K: com.android.packageinstaller (pid 4081)
|
2213
|
30,862K: audioserver (pid 17692)
|
2214
|
28,654K: android.ext.services (pid 2438)
|
2215
|
21,200K: android.process.media (pid 15081)
|
2216
|
21,118K: android.hardware.audio.service (pid 17668)
|
2217
|
21,048K: com.thundercomm.remotecontrolservice (pid 2359)
|
2218
|
20,302K: com.android.providers.media.module (pid 3006)
|
2219
|
18,961K: zygote (pid 672)
|
2220
|
17,421K: media.extractor (pid 1202)
|
2221
|
16,512K: com.android.bluetooth (pid 17676)
|
2222
|
16,029K: webview_zygote (pid 2172)
|
2223
|
15,881K: android.hardware.wifi@1.0-service (pid 840)
|
2224
|
15,563K: com.android.permissioncontroller (pid 15181)
|
2225
|
15,172K: mediaserver (pid 1206)
|
2226
|
14,850K: com.thundercomm.microsettings (pid 2182)
|
2227
|
14,773K: com.android.networkstack.process (pid 2083)
|
2228
|
13,345K: com.qualcomm.location (pid 2663)
|
2229
|
13,275K: com.android.externalstorage (pid 15401)
|
2230
|
11,831K: com.thundercomm.tcservice (pid 2364)
|
2231
|
11,176K: .dataservices (pid 2203)
|
2232
|
10,726K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
2233
|
10,406K: media.metrics (pid 1204)
|
2234
|
9,349K: com.qualcomm.qti.qdma (pid 2402)
|
2235
|
9,037K: com.hryt.hiphishowfsecontrol (pid 2916)
|
2236
|
8,699K: com.thundercomm.microservice (pid 2180)
|
2237
|
8,640K: com.tc.logclient (pid 2238)
|
2238
|
8,471K: com.thundercomm.tchttpserver (pid 2231)
|
2239
|
8,381K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
2240
|
8,133K: media.swcodec (pid 1299)
|
2241
|
8,040K: com.qualcomm.qti.qccnetstat (pid 2992)
|
2242
|
7,930K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
2243
|
7,838K: .qtidataservices (pid 2206)
|
2244
|
7,813K: com.android.se (pid 2316)
|
2245
|
7,600K: ts.car.uart (pid 2897)
|
2246
|
7,561K: vendor.qti.qesdk.sysservice (pid 2252)
|
2247
|
7,549K: com.thundercomm.tcsetupwizard (pid 2251)
|
2248
|
7,493K: init (pid 1)
|
2249
|
7,485K: zygote64 (pid 671)
|
2250
|
7,397K: .pasr (pid 2952)
|
2251
|
7,391K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
2252
|
7,325K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
2253
|
7,139K: com.thundercomm.gamemode.provider (pid 14946)
|
2254
|
6,537K: vendor.qti.hardware.display.composer-service (pid 847)
|
2255
|
6,130K: media.codec (pid 1240)
|
2256
|
6,017K: com.qti.diagservices (pid 7571)
|
2257
|
6,011K: iorapd (pid 1164)
|
2258
|
5,636K: hht_ota_mgr (pid 2643)
|
2259
|
5,635K: com.qualcomm.location.XT (pid 3059)
|
2260
|
5,582K: com.android.musicfx (pid 17390)
|
2261
|
5,257K: cameraserver (pid 1191)
|
2262
|
5,001K: logd (pid 506)
|
2263
|
4,826K: android.hardware.gnss@2.1-service-qti (pid 819)
|
2264
|
4,658K: keystore2 (pid 571)
|
2265
|
4,589K: media.hwcodec (pid 881)
|
2266
|
4,421K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
2267
|
4,246K: netd (pid 670)
|
2268
|
4,137K: ueventd (pid 478)
|
2269
|
3,875K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
2270
|
3,869K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
2271
|
3,246K: cnss_diag (pid 1188)
|
2272
|
3,027K: storaged (pid 1229)
|
2273
|
2,868K: init (pid 476)
|
2274
|
2,827K: installd (pid 1199)
|
2275
|
2,783K: vold (pid 521)
|
2276
|
2,647K: lowi-server (pid 1414)
|
2277
|
2,629K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
2278
|
2,593K: ssgtzd (pid 796)
|
2279
|
2,438K: xtra-daemon (pid 1416)
|
2280
|
2,403K: cnd (pid 1243)
|
2281
|
2,348K: traced_probes (pid 1167)
|
2282
|
2,327K: selfinstaller (pid 1226)
|
2283
|
2,318K: cnss-daemon (pid 1303)
|
2284
|
2,280K: iorap.prefetcherd (pid 1993)
|
2285
|
2,277K: thermal-engine (pid 2741)
|
2286
|
1,971K: wificond (pid 1232)
|
2287
|
1,956K: hwservicemanager (pid 509)
|
2288
|
1,894K: traced (pid 1170)
|
2289
|
1,807K: statsd (pid 669)
|
2290
|
1,779K: adbd (pid 2683)
|
2291
|
1,764K: update_engine (pid 1317)
|
2292
|
1,701K: servicemanager (pid 508)
|
2293
|
1,682K: lmkd (pid 507)
|
2294
|
1,637K: wifidisplayhalservice (pid 1245)
|
2295
|
1,601K: slim_daemon (pid 1415)
|
2296
|
1,583K: vppservice (pid 921)
|
2297
|
1,570K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
2298
|
1,537K: ipacm (pid 649)
|
2299
|
1,535K: imsdatadaemon (pid 1454)
|
2300
|
1,523K: drmserver (pid 1163)
|
2301
|
1,520K: perfservice (pid 1235)
|
2302
|
1,497K: wfdhdcphalservice (pid 1237)
|
2303
|
1,475K: imsrcsd (pid 1254)
|
2304
|
1,455K: ims_rtp_daemon (pid 1250)
|
2305
|
1,414K: vendor.qti.hardware.display.allocator-service (pid 846)
|
2306
|
1,406K: qseecomd (pid 519)
|
2307
|
1,401K: loc_launcher (pid 1307)
|
2308
|
1,382K: android.system.suspend@1.0-service (pid 570)
|
2309
|
1,317K: gpuservice (pid 987)
|
2310
|
1,280K: tzlog (pid 1316)
|
2311
|
1,239K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
2312
|
1,238K: android.hardware.health@2.1-service (pid 824)
|
2313
|
1,233K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
2314
|
1,186K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
2315
|
1,170K: credstore (pid 984)
|
2316
|
1,165K: adsprpcd (pid 1293)
|
2317
|
1,147K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
2318
|
1,123K: ip6tables-restore (pid 724)
|
2319
|
1,111K: dpmQmiMgr (pid 1172)
|
2320
|
1,099K: qcc-trd (pid 1337)
|
2321
|
1,099K: vendor.display.color@1.0-service (pid 843)
|
2322
|
1,098K: vendor.ts.uart@1.0-service (pid 650)
|
2323
|
1,098K: feature_enabler_client (pid 1178)
|
2324
|
1,094K: iptables-restore (pid 723)
|
2325
|
1,065K: time_daemon (pid 648)
|
2326
|
1,064K: vendor.qti.qspmhal@1.0-service (pid 883)
|
2327
|
1,055K: qfp-daemon (pid 1353)
|
2328
|
1,050K: android.hardware.usb@1.2-service-qti (pid 839)
|
2329
|
1,046K: android.hardware.power-service (pid 830)
|
2330
|
1,033K: qccsyshal@1.1-service (pid 806)
|
2331
|
1,008K: spdaemon (pid 569)
|
2332
|
1,003K: gatekeeperd (pid 1309)
|
2333
|
1,003K: android.hardware.thermal@2.0-service.qti (pid 832)
|
2334
|
988K: mdnsd (pid 2724)
|
2335
|
986K: android.hardware.cas@1.2-service (pid 812)
|
2336
|
984K: android.hardware.boot@1.1-service (pid 573)
|
2337
|
983K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
2338
|
983K: pm-service (pid 971)
|
2339
|
981K: vendor.qti.secure_element@1.2-service (pid 884)
|
2340
|
975K: incidentd (pid 1197)
|
2341
|
974K: vendor.qti.hardware.vibrator.service (pid 880)
|
2342
|
964K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
2343
|
963K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
2344
|
961K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
2345
|
954K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
2346
|
951K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
2347
|
948K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
2348
|
948K: dpmd (pid 1194)
|
2349
|
946K: dspservice (pid 848)
|
2350
|
939K: keymasterd (pid 620)
|
2351
|
932K: vndservicemanager (pid 510)
|
2352
|
931K: sscrpcd (pid 575)
|
2353
|
927K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
2354
|
917K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
2355
|
916K: adsprpcd (pid 1292)
|
2356
|
914K: android.hardware.memtrack@1.0-service (pid 826)
|
2357
|
914K: wfdvndservice (pid 1295)
|
2358
|
906K: cdsprpcd (pid 1294)
|
2359
|
906K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
2360
|
903K: sscrpcd (pid 969)
|
2361
|
897K: qspmsvc (pid 2725)
|
2362
|
894K: tloc_daemon (pid 1362)
|
2363
|
882K: sensors.qti (pid 1002)
|
2364
|
870K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
2365
|
863K: android.hardware.lights-service.qti (pid 825)
|
2366
|
852K: pd-mapper (pid 970)
|
2367
|
842K: dumpsys (pid 17934)
|
2368
|
821K: android.hardware.atrace@1.0-service (pid 572)
|
2369
|
796K: imsqmidaemon (pid 1253)
|
2370
|
795K: msm_irqbalance (pid 1470)
|
2371
|
791K: pm-proxy (pid 1159)
|
2372
|
765K: mlid (pid 1305)
|
2373
|
750K: android.hidl.allocator@1.0-service (pid 803)
|
2374
|
721K: rmt_storage (pid 995)
|
2375
|
687K: tftp_server (pid 1001)
|
2376
|
666K: dpmd (pid 1171)
|
2377
|
665K: tombstoned (pid 631)
|
2378
|
636K: ipacm-diag (pid 1257)
|
2379
|
630K: qrtr-ns (pid 943)
|
2380
|
502K: ssgqmigd (pid 1304)
|
2381
|
|
2382
|
Total PSS by OOM adjustment:
|
2383
|
582,917K: Native
|
2384
|
82,260K: surfaceflinger (pid 994)
|
2385
|
77,787K: tlog (pid 1230)
|
2386
|
39,672K: com.android.commands.monkey (pid 15122)
|
2387
|
30,862K: audioserver (pid 17692)
|
2388
|
21,118K: android.hardware.audio.service (pid 17668)
|
2389
|
18,961K: zygote (pid 672)
|
2390
|
17,421K: media.extractor (pid 1202)
|
2391
|
16,029K: webview_zygote (pid 2172)
|
2392
|
15,881K: android.hardware.wifi@1.0-service (pid 840)
|
2393
|
15,172K: mediaserver (pid 1206)
|
2394
|
10,406K: media.metrics (pid 1204)
|
2395
|
8,133K: media.swcodec (pid 1299)
|
2396
|
7,493K: init (pid 1)
|
2397
|
7,485K: zygote64 (pid 671)
|
2398
|
6,537K: vendor.qti.hardware.display.composer-service (pid 847)
|
2399
|
6,130K: media.codec (pid 1240)
|
2400
|
6,011K: iorapd (pid 1164)
|
2401
|
5,636K: hht_ota_mgr (pid 2643)
|
2402
|
5,257K: cameraserver (pid 1191)
|
2403
|
5,001K: logd (pid 506)
|
2404
|
4,826K: android.hardware.gnss@2.1-service-qti (pid 819)
|
2405
|
4,658K: keystore2 (pid 571)
|
2406
|
4,589K: media.hwcodec (pid 881)
|
2407
|
4,421K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
2408
|
4,246K: netd (pid 670)
|
2409
|
4,137K: ueventd (pid 478)
|
2410
|
3,875K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
2411
|
3,869K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
2412
|
3,246K: cnss_diag (pid 1188)
|
2413
|
3,027K: storaged (pid 1229)
|
2414
|
2,868K: init (pid 476)
|
2415
|
2,827K: installd (pid 1199)
|
2416
|
2,783K: vold (pid 521)
|
2417
|
2,647K: lowi-server (pid 1414)
|
2418
|
2,629K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
2419
|
2,593K: ssgtzd (pid 796)
|
2420
|
2,438K: xtra-daemon (pid 1416)
|
2421
|
2,403K: cnd (pid 1243)
|
2422
|
2,348K: traced_probes (pid 1167)
|
2423
|
2,327K: selfinstaller (pid 1226)
|
2424
|
2,318K: cnss-daemon (pid 1303)
|
2425
|
2,280K: iorap.prefetcherd (pid 1993)
|
2426
|
2,277K: thermal-engine (pid 2741)
|
2427
|
1,971K: wificond (pid 1232)
|
2428
|
1,956K: hwservicemanager (pid 509)
|
2429
|
1,894K: traced (pid 1170)
|
2430
|
1,807K: statsd (pid 669)
|
2431
|
1,779K: adbd (pid 2683)
|
2432
|
1,764K: update_engine (pid 1317)
|
2433
|
1,701K: servicemanager (pid 508)
|
2434
|
1,682K: lmkd (pid 507)
|
2435
|
1,637K: wifidisplayhalservice (pid 1245)
|
2436
|
1,601K: slim_daemon (pid 1415)
|
2437
|
1,583K: vppservice (pid 921)
|
2438
|
1,570K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
2439
|
1,537K: ipacm (pid 649)
|
2440
|
1,535K: imsdatadaemon (pid 1454)
|
2441
|
1,523K: drmserver (pid 1163)
|
2442
|
1,520K: perfservice (pid 1235)
|
2443
|
1,497K: wfdhdcphalservice (pid 1237)
|
2444
|
1,475K: imsrcsd (pid 1254)
|
2445
|
1,455K: ims_rtp_daemon (pid 1250)
|
2446
|
1,414K: vendor.qti.hardware.display.allocator-service (pid 846)
|
2447
|
1,406K: qseecomd (pid 519)
|
2448
|
1,401K: loc_launcher (pid 1307)
|
2449
|
1,382K: android.system.suspend@1.0-service (pid 570)
|
2450
|
1,317K: gpuservice (pid 987)
|
2451
|
1,280K: tzlog (pid 1316)
|
2452
|
1,239K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
2453
|
1,238K: android.hardware.health@2.1-service (pid 824)
|
2454
|
1,233K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
2455
|
1,186K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
2456
|
1,170K: credstore (pid 984)
|
2457
|
1,165K: adsprpcd (pid 1293)
|
2458
|
1,147K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
2459
|
1,123K: ip6tables-restore (pid 724)
|
2460
|
1,111K: dpmQmiMgr (pid 1172)
|
2461
|
1,099K: qcc-trd (pid 1337)
|
2462
|
1,099K: vendor.display.color@1.0-service (pid 843)
|
2463
|
1,098K: vendor.ts.uart@1.0-service (pid 650)
|
2464
|
1,098K: feature_enabler_client (pid 1178)
|
2465
|
1,094K: iptables-restore (pid 723)
|
2466
|
1,065K: time_daemon (pid 648)
|
2467
|
1,064K: vendor.qti.qspmhal@1.0-service (pid 883)
|
2468
|
1,055K: qfp-daemon (pid 1353)
|
2469
|
1,050K: android.hardware.usb@1.2-service-qti (pid 839)
|
2470
|
1,046K: android.hardware.power-service (pid 830)
|
2471
|
1,033K: qccsyshal@1.1-service (pid 806)
|
2472
|
1,008K: spdaemon (pid 569)
|
2473
|
1,003K: gatekeeperd (pid 1309)
|
2474
|
1,003K: android.hardware.thermal@2.0-service.qti (pid 832)
|
2475
|
988K: mdnsd (pid 2724)
|
2476
|
986K: android.hardware.cas@1.2-service (pid 812)
|
2477
|
984K: android.hardware.boot@1.1-service (pid 573)
|
2478
|
983K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
2479
|
983K: pm-service (pid 971)
|
2480
|
981K: vendor.qti.secure_element@1.2-service (pid 884)
|
2481
|
975K: incidentd (pid 1197)
|
2482
|
974K: vendor.qti.hardware.vibrator.service (pid 880)
|
2483
|
964K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
2484
|
963K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
2485
|
961K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
2486
|
954K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
2487
|
951K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
2488
|
948K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
2489
|
948K: dpmd (pid 1194)
|
2490
|
946K: dspservice (pid 848)
|
2491
|
939K: keymasterd (pid 620)
|
2492
|
932K: vndservicemanager (pid 510)
|
2493
|
931K: sscrpcd (pid 575)
|
2494
|
927K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
2495
|
917K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
2496
|
916K: adsprpcd (pid 1292)
|
2497
|
914K: android.hardware.memtrack@1.0-service (pid 826)
|
2498
|
914K: wfdvndservice (pid 1295)
|
2499
|
906K: cdsprpcd (pid 1294)
|
2500
|
906K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
2501
|
903K: sscrpcd (pid 969)
|
2502
|
897K: qspmsvc (pid 2725)
|
2503
|
894K: tloc_daemon (pid 1362)
|
2504
|
882K: sensors.qti (pid 1002)
|
2505
|
870K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
2506
|
863K: android.hardware.lights-service.qti (pid 825)
|
2507
|
852K: pd-mapper (pid 970)
|
2508
|
842K: dumpsys (pid 17934)
|
2509
|
821K: android.hardware.atrace@1.0-service (pid 572)
|
2510
|
796K: imsqmidaemon (pid 1253)
|
2511
|
795K: msm_irqbalance (pid 1470)
|
2512
|
791K: pm-proxy (pid 1159)
|
2513
|
765K: mlid (pid 1305)
|
2514
|
750K: android.hidl.allocator@1.0-service (pid 803)
|
2515
|
721K: rmt_storage (pid 995)
|
2516
|
687K: tftp_server (pid 1001)
|
2517
|
666K: dpmd (pid 1171)
|
2518
|
665K: tombstoned (pid 631)
|
2519
|
636K: ipacm-diag (pid 1257)
|
2520
|
630K: qrtr-ns (pid 943)
|
2521
|
502K: ssgqmigd (pid 1304)
|
2522
|
215,706K: System
|
2523
|
215,706K: system (pid 1529)
|
2524
|
570,502K: Persistent
|
2525
|
223,784K: com.android.systemui (pid 12073)
|
2526
|
85,556K: com.hht.lebocast (pid 2894 / activities)
|
2527
|
42,773K: com.thundercomm.gamemode (pid 2130)
|
2528
|
21,048K: com.thundercomm.remotecontrolservice (pid 2359)
|
2529
|
14,850K: com.thundercomm.microsettings (pid 2182)
|
2530
|
14,773K: com.android.networkstack.process (pid 2083)
|
2531
|
13,345K: com.qualcomm.location (pid 2663)
|
2532
|
11,831K: com.thundercomm.tcservice (pid 2364)
|
2533
|
11,176K: .dataservices (pid 2203)
|
2534
|
10,726K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
2535
|
9,349K: com.qualcomm.qti.qdma (pid 2402)
|
2536
|
9,037K: com.hryt.hiphishowfsecontrol (pid 2916)
|
2537
|
8,699K: com.thundercomm.microservice (pid 2180)
|
2538
|
8,640K: com.tc.logclient (pid 2238)
|
2539
|
8,471K: com.thundercomm.tchttpserver (pid 2231)
|
2540
|
8,040K: com.qualcomm.qti.qccnetstat (pid 2992)
|
2541
|
7,930K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
2542
|
7,838K: .qtidataservices (pid 2206)
|
2543
|
7,813K: com.android.se (pid 2316)
|
2544
|
7,600K: ts.car.uart (pid 2897)
|
2545
|
7,561K: vendor.qti.qesdk.sysservice (pid 2252)
|
2546
|
7,549K: com.thundercomm.tcsetupwizard (pid 2251)
|
2547
|
7,397K: .pasr (pid 2952)
|
2548
|
7,391K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
2549
|
7,325K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
2550
|
36,814K: Persistent Service
|
2551
|
20,302K: com.android.providers.media.module (pid 3006)
|
2552
|
16,512K: com.android.bluetooth (pid 17676)
|
2553
|
264,541K: Foreground
|
2554
|
189,733K: com.android.settings (pid 17580 / activities)
|
2555
|
74,808K: com.android.music (pid 15671 / activities)
|
2556
|
202,150K: Visible
|
2557
|
152,298K: com.android.launcher3 (pid 2535 / activities)
|
2558
|
28,654K: android.ext.services (pid 2438)
|
2559
|
15,563K: com.android.permissioncontroller (pid 15181)
|
2560
|
5,635K: com.qualcomm.location.XT (pid 3059)
|
2561
|
59,366K: Perceptible
|
2562
|
59,366K: com.sohu.inputmethod.sogou.car (pid 3262)
|
2563
|
81,010K: Previous
|
2564
|
65,490K: com.android.documentsui (pid 15342 / activities)
|
2565
|
8,381K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
2566
|
7,139K: com.thundercomm.gamemode.provider (pid 14946)
|
2567
|
6,017K: B Services
|
2568
|
6,017K: com.qti.diagservices (pid 7571)
|
2569
|
366,850K: Cached
|
2570
|
103,425K: com.android.settings.intelligence (pid 9778)
|
2571
|
74,876K: com.android.htmlviewer (pid 22851)
|
2572
|
69,815K: com.android.gallery3d (pid 15465 / activities)
|
2573
|
40,331K: com.android.systemui:screenshot (pid 16524)
|
2574
|
38,346K: com.android.packageinstaller (pid 4081)
|
2575
|
21,200K: android.process.media (pid 15081)
|
2576
|
13,275K: com.android.externalstorage (pid 15401)
|
2577
|
5,582K: com.android.musicfx (pid 17390)
|
2578
|
|
2579
|
Total PSS by category:
|
2580
|
939,369K: Native
|
2581
|
191,232K: EGL mtrack
|
2582
|
173,544K: Gfx dev
|
2583
|
165,177K: .so mmap
|
2584
|
158,660K: Dalvik
|
2585
|
138,821K: .apk mmap
|
2586
|
91,691K: .art mmap
|
2587
|
85,347K: Unknown
|
2588
|
69,674K: .jar mmap
|
2589
|
61,550K: .dex mmap
|
2590
|
61,119K: Dalvik Other
|
2591
|
43,592K: Stack
|
2592
|
30,781K: Other mmap
|
2593
|
25,159K: .oat mmap
|
2594
|
8,445K: .ttf mmap
|
2595
|
6,144K: GL mtrack
|
2596
|
3,320K: Other dev
|
2597
|
2,494K: Ashmem
|
2598
|
0K: Cursor
|
2599
|
0K: Other mtrack
|
2600
|
|
2601
|
Total RAM: 7,896,224K (status normal)
|
2602
|
Free RAM: 4,848,698K ( 366,850K cached pss + 1,408,192K cached kernel + 3,073,656K free)
|
2603
|
ION: 354,676K ( 9,332K mapped + 345,344K unmapped + 0K pools)
|
2604
|
Used RAM: 2,562,015K (1,837,123K used pss + 724,892K kernel)
|
2605
|
Lost RAM: 586,905K
|
2606
|
ZRAM: 28,360K physical used for 166,144K in swap (4,194,300K total swap)
|
2607
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
2608
|
// meminfo status was 0
|
2609
|
// CRASH: com.android.settings (pid 17580)
|
2610
|
// Short Msg: java.lang.ClassCastException
|
2611
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2612
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
2613
|
// Build Changelist: 2563
|
2614
|
// Build Time: 1679424085000
|
2615
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2616
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
2617
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
2618
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
2619
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
2620
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2621
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2622
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2623
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2624
|
// at android.os.Looper.loop(Looper.java:288)
|
2625
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2626
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2627
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2628
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2629
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2630
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
2631
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
2632
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
2633
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
2634
|
// ... 12 more
|
2635
|
//
|
2636
|
// CRASH: com.android.settings (pid 18315)
|
2637
|
// Short Msg: java.lang.ClassCastException
|
2638
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2639
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
2640
|
// Build Changelist: 2563
|
2641
|
// Build Time: 1679424085000
|
2642
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2643
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
2644
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
2645
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
2646
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
2647
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2648
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2649
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2650
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2651
|
// at android.os.Looper.loop(Looper.java:288)
|
2652
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2653
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2654
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2655
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2656
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2657
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
2658
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
2659
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
2660
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
2661
|
// ... 12 more
|
2662
|
//
|
2663
|
// CRASH: com.android.settings (pid 18680)
|
2664
|
// Short Msg: java.lang.ClassCastException
|
2665
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2666
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
2667
|
// Build Changelist: 2563
|
2668
|
// Build Time: 1679424085000
|
2669
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2670
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
2671
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
2672
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
2673
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
2674
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2675
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2676
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2677
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2678
|
// at android.os.Looper.loop(Looper.java:288)
|
2679
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2680
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2681
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2682
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2683
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2684
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
2685
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
2686
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
2687
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
2688
|
// ... 12 more
|
2689
|
//
|
2690
|
// CRASH: com.android.settings (pid 20989)
|
2691
|
// Short Msg: java.lang.ClassCastException
|
2692
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2693
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
2694
|
// Build Changelist: 2563
|
2695
|
// Build Time: 1679424085000
|
2696
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2697
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
2698
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
2699
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
2700
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
2701
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2702
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2703
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2704
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2705
|
// at android.os.Looper.loop(Looper.java:288)
|
2706
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2707
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2708
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2709
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2710
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2711
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
2712
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
2713
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
2714
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
2715
|
// ... 12 more
|
2716
|
//
|
2717
|
// NOT RESPONDING: com.android.music (pid 15671)
|
2718
|
ANR in com.android.music (com.android.music/.MusicBrowserActivity)
|
2719
|
PID: 15671
|
2720
|
Reason: Input dispatching timed out (523753b com.android.music/com.android.music.MusicBrowserActivity (server) is not responding. Waited 5000ms for KeyEvent)
|
2721
|
Parent: com.android.music/.MusicBrowserActivity
|
2722
|
Frozen: false
|
2723
|
Load: 1.25 / 1.14 / 1.07
|
2724
|
----- Output from /proc/pressure/memory -----
|
2725
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=2460181
|
2726
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=823825
|
2727
|
----- End output from /proc/pressure/memory -----
|
2728
|
|
2729
|
CPU usage from 56937ms to 0ms ago (2023-03-22 07:10:02.765 to 2023-03-22 07:10:59.702):
|
2730
|
8% 847/vendor.qti.hardware.display.composer-service: 4.8% user + 3.1% kernel / faults: 147 minor
|
2731
|
7.9% 1529/system_server: 5% user + 2.9% kernel / faults: 100931 minor
|
2732
|
6.6% 994/surfaceflinger: 4.8% user + 1.8% kernel / faults: 399 minor
|
2733
|
4.1% 12073/com.android.systemui: 3.1% user + 0.9% kernel / faults: 17094 minor
|
2734
|
1.7% 2535/com.android.launcher3: 1.1% user + 0.6% kernel / faults: 2651 minor
|
2735
|
1.4% 13009/kworker/u16:15-kgsl-mementry: 0% user + 1.4% kernel
|
2736
|
1.1% 15465/com.android.gallery3d: 0.7% user + 0.4% kernel / faults: 1913 minor
|
2737
|
1% 1206/mediaserver: 0.4% user + 0.5% kernel / faults: 534 minor
|
2738
|
0.8% 2894/com.hht.lebocast: 0.7% user + 0.1% kernel / faults: 4962 minor
|
2739
|
0.8% 506/logd: 0.2% user + 0.5% kernel / faults: 114 minor
|
2740
|
0.7% 20210/kworker/u16:9-ufs_clkscaling_0: 0% user + 0.7% kernel
|
2741
|
0.7% 758/crtc_commit:125: 0% user + 0.7% kernel
|
2742
|
0.6% 15503/kworker/u16:20-ufs_pm_qos_0: 0% user + 0.6% kernel
|
2743
|
0.6% 17834/kworker/u16:7: 0% user + 0.6% kernel
|
2744
|
0.6% 20258/kworker/u16:12-ufs_clkscaling_0: 0% user + 0.6% kernel
|
2745
|
0.5% 287/kgsl_worker_thr: 0% user + 0.5% kernel
|
2746
|
0.5% 1230/tlog: 0.2% user + 0.2% kernel / faults: 7 minor
|
2747
|
0.4% 15671/com.android.music: 0.3% user + 0.1% kernel / faults: 968 minor
|
2748
|
0.4% 1240/media.codec: 0.1% user + 0.3% kernel / faults: 403 minor
|
2749
|
0.4% 15122/com.android.commands.monkey: 0.2% user + 0.1% kernel / faults: 87 minor
|
2750
|
0.3% 1199/installd: 0% user + 0.2% kernel / faults: 5 minor
|
2751
|
0.2% 851/vendor.qti.hardware.perf@2.2-service: 0% user + 0.2% kernel / faults: 204 minor
|
2752
|
0.2% 15342/com.android.documentsui: 0.1% user + 0% kernel / faults: 1800 minor
|
2753
|
0.1% 2130/com.thundercomm.gamemode: 0.1% user + 0% kernel / faults: 558 minor
|
2754
|
0.1% 10/rcu_preempt: 0% user + 0.1% kernel
|
2755
|
0.1% 508/servicemanager: 0% user + 0% kernel
|
2756
|
0.1% 29/ksoftirqd/2: 0% user + 0.1% kernel
|
2757
|
0.1% 111/system: 0% user + 0.1% kernel
|
2758
|
0.1% 650/vendor.ts.uart@1.0-service: 0% user + 0.1% kernel
|
2759
|
0.1% 3262/com.sohu.inputmethod.sogou.car: 0.1% user + 0% kernel / faults: 6 minor
|
2760
|
0.1% 15181/com.android.permissioncontroller: 0.1% user + 0% kernel / faults: 779 minor
|
2761
|
0.1% 570/android.system.suspend@1.0-service: 0% user + 0.1% kernel
|
2762
|
0.1% 1470/msm_irqbalance: 0% user + 0% kernel
|
2763
|
0.1% 1/init: 0% user + 0% kernel / faults: 204 minor
|
2764
|
0.1% 32/rcuop/2: 0% user + 0.1% kernel
|
2765
|
0.1% 37/ksoftirqd/3: 0% user + 0.1% kernel
|
2766
|
0.1% 1202/media.extractor: 0% user + 0% kernel / faults: 2089 minor
|
2767
|
0.1% 14946/com.thundercomm.gamemode.provider: 0.1% user + 0% kernel / faults: 366 minor
|
2768
|
0.1% 17676/com.android.bluetooth: 0% user + 0% kernel / faults: 235 minor
|
2769
|
0.1% 13/rcuop/0: 0% user + 0.1% kernel
|
2770
|
0.1% 2359/com.thundercomm.remotecontrolservice: 0% user + 0% kernel / faults: 34 minor
|
2771
|
0.1% 2643/hht_ota_mgr: 0% user + 0% kernel
|
2772
|
0% 669/statsd: 0% user + 0% kernel / faults: 31 minor
|
2773
|
0% 2752/irq/16-90b6400.: 0% user + 0% kernel
|
2774
|
0% 19719/kworker/u16:8-kverityd: 0% user + 0% kernel
|
2775
|
0% 21817/kworker/3:2-events_freezable_power_: 0% user + 0% kernel
|
2776
|
0% 9/ksoftirqd/0: 0% user + 0% kernel
|
2777
|
0% 21/ksoftirqd/1: 0% user + 0% kernel
|
2778
|
0% 670/netd: 0% user + 0% kernel
|
2779
|
0% 1204/media.metrics: 0% user + 0% kernel / faults: 124 minor
|
2780
|
0% 3006/com.android.providers.media.module: 0% user + 0% kernel / faults: 212 minor
|
2781
|
0% 14164/kworker/u17:12-kgsl-events: 0% user + 0% kernel
|
2782
|
0% 15146/com.qualcomm.qti.qccauthmgr: 0% user + 0% kernel / faults: 176 minor
|
2783
|
0% 89/qmp_aop: 0% user + 0% kernel
|
2784
|
0% 101/irq/41-tsens-up: 0% user + 0% kernel
|
2785
|
0% 509/hwservicemanager: 0% user + 0% kernel / faults: 6 minor
|
2786
|
0% 759/crtc_event:125: 0% user + 0% kernel
|
2787
|
0% 943/qrtr-ns: 0% user + 0% kernel
|
2788
|
0% 2754/irq/17-9091000.: 0% user + 0% kernel
|
2789
|
0% 20644/kworker/0:1-events_freezable_power_: 0% user + 0% kernel
|
2790
|
0% 23053/kworker/2:0-mm_percpu_wq: 0% user + 0% kernel
|
2791
|
0% 24/rcuop/1: 0% user + 0% kernel
|
2792
|
0% 40/rcuop/3: 0% user + 0% kernel
|
2793
|
0% 507/lmkd: 0% user + 0% kernel
|
2794
|
0% 796/ssgtzd: 0% user + 0% kernel
|
2795
|
0% 846/vendor.qti.hardware.display.allocator-service: 0% user + 0% kernel / faults: 170 minor
|
2796
|
0% 1164/iorapd: 0% user + 0% kernel / faults: 2 minor
|
2797
|
0% 1303/cnss-daemon: 0% user + 0% kernel
|
2798
|
0% 2438/android.ext.services: 0% user + 0% kernel / faults: 29 minor
|
2799
|
0% 8961/kworker/u17:3-kgsl-events: 0% user + 0% kernel
|
2800
|
0% 15401/com.android.externalstorage: 0% user + 0% kernel / faults: 166 minor
|
2801
|
0% 11/rcu_sched: 0% user + 0% kernel
|
2802
|
0% 14/rcuos/0: 0% user + 0% kernel
|
2803
|
0% 48/rcuop/4: 0% user + 0% kernel
|
2804
|
0% 56/rcuop/5: 0% user + 0% kernel
|
2805
|
0% 64/rcuop/6: 0% user + 0% kernel
|
2806
|
0% 72/rcuop/7: 0% user + 0% kernel
|
2807
|
0% 96/kswapd-1:0: 0% user + 0% kernel
|
2808
|
0% 110/ion-pool-cached: 0% user + 0% kernel
|
2809
|
0% 618/f2fs_discard-25: 0% user + 0% kernel
|
2810
|
0% 849/vendor.qti.hardware.iop@2.0-service: 0% user + 0% kernel / faults: 2 minor
|
2811
|
0% 1001/tftp_server: 0% user + 0% kernel
|
2812
|
0% 1226/selfinstaller: 0% user + 0% kernel
|
2813
|
0% 1316/tzlog: 0% user + 0% kernel
|
2814
|
0% 2663/com.qualcomm.location: 0% user + 0% kernel / faults: 9 minor
|
2815
|
0% 2683/adbd: 0% user + 0% kernel
|
2816
|
0% 3001/com.qualcomm.qti.workloadclassifier: 0% user + 0% kernel / faults: 26 minor
|
2817
|
0% 9052/kworker/2:2H-kblockd: 0% user + 0% kernel
|
2818
|
0% 22349/kworker/u17:1-kgsl-events: 0% user + 0% kernel
|
2819
|
0% 22477/kworker/u17:5-kgsl-events: 0% user + 0% kernel
|
2820
|
0% 23492/kworker/1:2-mm_percpu_wq: 0% user + 0% kernel
|
2821
|
+0% 23699/android.hardware.audio.service: 0% user + 0% kernel
|
2822
|
+0% 23710/com.android.settings: 0% user + 0% kernel
|
2823
|
+0% 23779/kworker/7:2-mm_percpu_wq: 0% user + 0% kernel
|
2824
|
+0% 23836/audioserver: 0% user + 0% kernel
|
2825
|
+0% 23846/kworker/u17:7-kgsl-events: 0% user + 0% kernel
|
2826
|
+0% 23847/kworker/u17:8-kgsl-events: 0% user + 0% kernel
|
2827
|
+0% 23848/kworker/u17:9-kgsl-events: 0% user + 0% kernel
|
2828
|
+0% 23849/kworker/u17:10: 0% user + 0% kernel
|
2829
|
+0% 23968/kworker/0:0: 0% user + 0% kernel
|
2830
|
6.5% TOTAL: 3.4% user + 2.6% kernel + 0% iowait + 0.3% irq + 0% softirq
|
2831
|
CPU usage from 75ms to 396ms later (2023-03-22 07:10:59.777 to 2023-03-22 07:11:00.098):
|
2832
|
26% 1529/system_server: 7.6% user + 19% kernel / faults: 374 minor
|
2833
|
22% 23992/AnrConsumer: 7.6% user + 15% kernel
|
2834
|
3.8% 1756/AlarmManager: 3.8% user + 0% kernel
|
2835
|
12% 12073/com.android.systemui: 8.3% user + 4.1% kernel / faults: 24 minor
|
2836
|
8.3% 12073/ndroid.systemui: 8.3% user + 0% kernel
|
2837
|
4.1% 16844/Binder:12073_10: 4.1% user + 0% kernel
|
2838
|
7.2% 994/surfaceflinger: 3.6% user + 3.6% kernel
|
2839
|
3.6% 994/surfaceflinger: 3.6% user + 0% kernel
|
2840
|
3.5% 669/statsd: 3.5% user + 0% kernel
|
2841
|
3.5% 759/crtc_event:125: 0% user + 3.5% kernel
|
2842
|
3.6% 847/vendor.qti.hardware.display.composer-service: 3.6% user + 0% kernel / faults: 2 minor
|
2843
|
3.6% 1073/HwBinder:847_3: 3.6% user + 0% kernel
|
2844
|
4.4% 20258/kworker/u16:12-memlat_wq: 0% user + 4.4% kernel
|
2845
|
8.2% TOTAL: 3.1% user + 4.7% kernel + 0.3% irq
|
2846
|
|
2847
|
procrank:
|
2848
|
<empty>
|
2849
|
|
2850
|
ZRAM: 0K physical used for 163136K in swap (4194300K total swap)
|
2851
|
RAM: 7896224K total, 2888764K free, 3504K buffers, 1561732K cached, 49760K shmem, 277396K slab
|
2852
|
// procrank status was 0
|
2853
|
anr traces:
|
2854
|
// anr traces status was 1
|
2855
|
meminfo:
|
2856
|
Applications Memory Usage (in Kilobytes):
|
2857
|
Uptime: 16194749 Realtime: 16194749
|
2858
|
|
2859
|
|
2860
|
Total RSS by process:
|
2861
|
472,260K: system (pid 1529)
|
2862
|
400,500K: com.android.systemui (pid 12073)
|
2863
|
340,522K: com.android.launcher3 (pid 2535 / activities)
|
2864
|
255,948K: com.android.settings (pid 23710 / activities)
|
2865
|
226,252K: com.android.music (pid 15671 / activities)
|
2866
|
216,600K: com.android.gallery3d (pid 15465 / activities)
|
2867
|
214,008K: com.android.settings.intelligence (pid 21077)
|
2868
|
191,316K: com.hht.lebocast (pid 2894 / activities)
|
2869
|
181,120K: com.android.documentsui (pid 15342 / activities)
|
2870
|
180,216K: com.android.htmlviewer (pid 22851)
|
2871
|
162,360K: com.android.systemui:screenshot (pid 19830)
|
2872
|
145,484K: com.thundercomm.gamemode (pid 2130)
|
2873
|
129,128K: com.android.bluetooth (pid 17676)
|
2874
|
128,776K: com.sohu.inputmethod.sogou.car (pid 3262)
|
2875
|
120,212K: android.ext.services (pid 2438)
|
2876
|
117,964K: zygote64 (pid 671)
|
2877
|
114,156K: com.android.packageinstaller (pid 4081 / activities)
|
2878
|
107,740K: com.android.providers.media.module (pid 3006)
|
2879
|
104,396K: com.android.commands.monkey (pid 15122)
|
2880
|
102,596K: com.thundercomm.remotecontrolservice (pid 2359)
|
2881
|
101,988K: com.android.permissioncontroller (pid 15181)
|
2882
|
100,756K: com.android.networkstack.process (pid 2083)
|
2883
|
100,520K: com.thundercomm.microsettings (pid 2182)
|
2884
|
97,672K: com.qualcomm.location (pid 2663)
|
2885
|
96,864K: android.process.media (pid 15081)
|
2886
|
94,532K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
2887
|
94,236K: com.qualcomm.qti.qdma (pid 2402)
|
2888
|
92,234K: surfaceflinger (pid 994)
|
2889
|
91,936K: com.thundercomm.tcservice (pid 2364)
|
2890
|
91,792K: com.hryt.hiphishowfsecontrol (pid 2916)
|
2891
|
89,920K: .dataservices (pid 2203)
|
2892
|
88,800K: com.tc.logclient (pid 2238)
|
2893
|
88,408K: zygote (pid 672)
|
2894
|
88,316K: com.qti.diagservices (pid 18915)
|
2895
|
86,772K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
2896
|
86,608K: com.thundercomm.microservice (pid 2180)
|
2897
|
86,568K: com.qualcomm.qti.qccnetstat (pid 2992)
|
2898
|
86,484K: com.thundercomm.tchttpserver (pid 2231)
|
2899
|
85,572K: com.android.se (pid 2316)
|
2900
|
85,248K: .qtidataservices (pid 2206)
|
2901
|
85,052K: com.thundercomm.gamemode.provider (pid 14946)
|
2902
|
84,820K: com.android.musicfx (pid 17390)
|
2903
|
84,776K: ts.car.uart (pid 2897)
|
2904
|
84,700K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
2905
|
84,648K: vendor.qti.qesdk.sysservice (pid 2252)
|
2906
|
84,616K: com.qualcomm.location.XT (pid 3059)
|
2907
|
83,956K: .pasr (pid 2952)
|
2908
|
83,836K: com.thundercomm.tcsetupwizard (pid 2251)
|
2909
|
83,492K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
2910
|
83,180K: tlog (pid 1230)
|
2911
|
79,328K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
2912
|
63,680K: com.android.externalstorage (pid 15401)
|
2913
|
57,720K: webview_zygote (pid 2172)
|
2914
|
52,816K: audioserver (pid 24108)
|
2915
|
25,500K: android.hardware.audio.service (pid 24004)
|
2916
|
25,168K: media.extractor (pid 1202)
|
2917
|
21,204K: mediaserver (pid 1206)
|
2918
|
19,012K: android.hardware.wifi@1.0-service (pid 840)
|
2919
|
14,528K: media.swcodec (pid 1299)
|
2920
|
13,516K: media.metrics (pid 1204)
|
2921
|
11,052K: vendor.qti.hardware.display.composer-service (pid 847)
|
2922
|
10,708K: iorapd (pid 1164)
|
2923
|
10,296K: init (pid 1)
|
2924
|
10,176K: cameraserver (pid 1191)
|
2925
|
10,072K: keystore2 (pid 571)
|
2926
|
9,124K: hht_ota_mgr (pid 2643)
|
2927
|
9,024K: media.codec (pid 1240)
|
2928
|
8,904K: netd (pid 670)
|
2929
|
8,256K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
2930
|
7,664K: logd (pid 506)
|
2931
|
7,312K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
2932
|
7,096K: lmkd (pid 507)
|
2933
|
6,940K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
2934
|
6,940K: android.hardware.gnss@2.1-service-qti (pid 819)
|
2935
|
6,896K: vold (pid 521)
|
2936
|
6,832K: traced_probes (pid 1167)
|
2937
|
6,688K: storaged (pid 1229)
|
2938
|
6,676K: media.hwcodec (pid 881)
|
2939
|
6,608K: installd (pid 1199)
|
2940
|
6,340K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
2941
|
6,328K: ueventd (pid 478)
|
2942
|
6,032K: cnss_diag (pid 1188)
|
2943
|
5,924K: perfservice (pid 1235)
|
2944
|
5,904K: wificond (pid 1232)
|
2945
|
5,880K: hwservicemanager (pid 509)
|
2946
|
5,844K: selfinstaller (pid 1226)
|
2947
|
5,844K: xtra-daemon (pid 1416)
|
2948
|
5,716K: update_engine (pid 1317)
|
2949
|
5,396K: lowi-server (pid 1414)
|
2950
|
5,344K: cnd (pid 1243)
|
2951
|
5,312K: cnss-daemon (pid 1303)
|
2952
|
5,200K: adbd (pid 2683)
|
2953
|
5,184K: tzlog (pid 1316)
|
2954
|
5,180K: thermal-engine (pid 2741)
|
2955
|
5,104K: vendor.qti.hardware.display.allocator-service (pid 846)
|
2956
|
5,096K: init (pid 476)
|
2957
|
5,052K: iorap.prefetcherd (pid 1993)
|
2958
|
5,040K: gatekeeperd (pid 1309)
|
2959
|
5,008K: ssgtzd (pid 796)
|
2960
|
4,976K: android.system.suspend@1.0-service (pid 570)
|
2961
|
4,976K: credstore (pid 984)
|
2962
|
4,924K: servicemanager (pid 508)
|
2963
|
4,908K: traced (pid 1170)
|
2964
|
4,844K: gpuservice (pid 987)
|
2965
|
4,812K: statsd (pid 669)
|
2966
|
4,720K: vppservice (pid 921)
|
2967
|
4,536K: android.hardware.power-service (pid 830)
|
2968
|
4,428K: slim_daemon (pid 1415)
|
2969
|
4,412K: ipacm (pid 649)
|
2970
|
4,380K: qccsyshal@1.1-service (pid 806)
|
2971
|
4,352K: vendor.qti.hardware.vibrator.service (pid 880)
|
2972
|
4,320K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
2973
|
4,248K: android.hardware.health@2.1-service (pid 824)
|
2974
|
4,172K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
2975
|
4,148K: vendor.qti.qspmhal@1.0-service (pid 883)
|
2976
|
4,144K: dumpsys (pid 24176)
|
2977
|
4,064K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
2978
|
4,056K: qseecomd (pid 519)
|
2979
|
4,056K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
2980
|
4,056K: incidentd (pid 1197)
|
2981
|
4,048K: qspmsvc (pid 2725)
|
2982
|
4,032K: android.hardware.lights-service.qti (pid 825)
|
2983
|
4,028K: adsprpcd (pid 1293)
|
2984
|
4,000K: dpmd (pid 1171)
|
2985
|
3,996K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
2986
|
3,992K: loc_launcher (pid 1307)
|
2987
|
3,972K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
2988
|
3,968K: android.hidl.allocator@1.0-service (pid 803)
|
2989
|
3,956K: ims_rtp_daemon (pid 1250)
|
2990
|
3,952K: vendor.ts.uart@1.0-service (pid 650)
|
2991
|
3,952K: qcc-trd (pid 1337)
|
2992
|
3,928K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
2993
|
3,904K: android.hardware.usb@1.2-service-qti (pid 839)
|
2994
|
3,896K: imsrcsd (pid 1254)
|
2995
|
3,868K: imsdatadaemon (pid 1454)
|
2996
|
3,844K: qfp-daemon (pid 1353)
|
2997
|
3,840K: android.hardware.memtrack@1.0-service (pid 826)
|
2998
|
3,836K: spdaemon (pid 569)
|
2999
|
3,836K: android.hardware.boot@1.1-service (pid 573)
|
3000
|
3,832K: vendor.display.color@1.0-service (pid 843)
|
3001
|
3,832K: feature_enabler_client (pid 1178)
|
3002
|
3,828K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
3003
|
3,816K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
3004
|
3,804K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
3005
|
3,800K: android.hardware.thermal@2.0-service.qti (pid 832)
|
3006
|
3,784K: sscrpcd (pid 575)
|
3007
|
3,784K: sscrpcd (pid 969)
|
3008
|
3,776K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
3009
|
3,772K: dpmQmiMgr (pid 1172)
|
3010
|
3,772K: cdsprpcd (pid 1294)
|
3011
|
3,768K: dspservice (pid 848)
|
3012
|
3,764K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
3013
|
3,764K: keymasterd (pid 620)
|
3014
|
3,744K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
3015
|
3,732K: vendor.qti.secure_element@1.2-service (pid 884)
|
3016
|
3,688K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
3017
|
3,688K: pm-service (pid 971)
|
3018
|
3,672K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
3019
|
3,668K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
3020
|
3,660K: vndservicemanager (pid 510)
|
3021
|
3,600K: adsprpcd (pid 1292)
|
3022
|
3,584K: time_daemon (pid 648)
|
3023
|
3,572K: android.hardware.atrace@1.0-service (pid 572)
|
3024
|
3,564K: tloc_daemon (pid 1362)
|
3025
|
3,492K: dpmd (pid 1194)
|
3026
|
3,480K: drmserver (pid 1163)
|
3027
|
3,468K: pd-mapper (pid 970)
|
3028
|
3,448K: msm_irqbalance (pid 1470)
|
3029
|
3,444K: sensors.qti (pid 1002)
|
3030
|
3,344K: ip6tables-restore (pid 724)
|
3031
|
3,316K: imsqmidaemon (pid 1253)
|
3032
|
3,284K: pm-proxy (pid 1159)
|
3033
|
3,268K: mlid (pid 1305)
|
3034
|
3,260K: rmt_storage (pid 995)
|
3035
|
3,256K: iptables-restore (pid 723)
|
3036
|
3,124K: tftp_server (pid 1001)
|
3037
|
3,116K: ipacm-diag (pid 1257)
|
3038
|
3,072K: wfdhdcphalservice (pid 1237)
|
3039
|
2,996K: qrtr-ns (pid 943)
|
3040
|
2,988K: wifidisplayhalservice (pid 1245)
|
3041
|
2,760K: tombstoned (pid 631)
|
3042
|
2,468K: android.hardware.cas@1.2-service (pid 812)
|
3043
|
2,272K: wfdvndservice (pid 1295)
|
3044
|
1,640K: ssgqmigd (pid 1304)
|
3045
|
1,072K: mdnsd (pid 2724)
|
3046
|
|
3047
|
Total RSS by OOM adjustment:
|
3048
|
1,307,854K: Native
|
3049
|
117,964K: zygote64 (pid 671)
|
3050
|
104,396K: com.android.commands.monkey (pid 15122)
|
3051
|
92,234K: surfaceflinger (pid 994)
|
3052
|
88,408K: zygote (pid 672)
|
3053
|
83,180K: tlog (pid 1230)
|
3054
|
57,720K: webview_zygote (pid 2172)
|
3055
|
52,816K: audioserver (pid 24108)
|
3056
|
25,500K: android.hardware.audio.service (pid 24004)
|
3057
|
25,168K: media.extractor (pid 1202)
|
3058
|
21,204K: mediaserver (pid 1206)
|
3059
|
19,012K: android.hardware.wifi@1.0-service (pid 840)
|
3060
|
14,528K: media.swcodec (pid 1299)
|
3061
|
13,516K: media.metrics (pid 1204)
|
3062
|
11,052K: vendor.qti.hardware.display.composer-service (pid 847)
|
3063
|
10,708K: iorapd (pid 1164)
|
3064
|
10,296K: init (pid 1)
|
3065
|
10,176K: cameraserver (pid 1191)
|
3066
|
10,072K: keystore2 (pid 571)
|
3067
|
9,124K: hht_ota_mgr (pid 2643)
|
3068
|
9,024K: media.codec (pid 1240)
|
3069
|
8,904K: netd (pid 670)
|
3070
|
8,256K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
3071
|
7,664K: logd (pid 506)
|
3072
|
7,312K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
3073
|
7,096K: lmkd (pid 507)
|
3074
|
6,940K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
3075
|
6,940K: android.hardware.gnss@2.1-service-qti (pid 819)
|
3076
|
6,896K: vold (pid 521)
|
3077
|
6,832K: traced_probes (pid 1167)
|
3078
|
6,688K: storaged (pid 1229)
|
3079
|
6,676K: media.hwcodec (pid 881)
|
3080
|
6,608K: installd (pid 1199)
|
3081
|
6,340K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
3082
|
6,328K: ueventd (pid 478)
|
3083
|
6,032K: cnss_diag (pid 1188)
|
3084
|
5,924K: perfservice (pid 1235)
|
3085
|
5,904K: wificond (pid 1232)
|
3086
|
5,880K: hwservicemanager (pid 509)
|
3087
|
5,844K: selfinstaller (pid 1226)
|
3088
|
5,844K: xtra-daemon (pid 1416)
|
3089
|
5,716K: update_engine (pid 1317)
|
3090
|
5,396K: lowi-server (pid 1414)
|
3091
|
5,344K: cnd (pid 1243)
|
3092
|
5,312K: cnss-daemon (pid 1303)
|
3093
|
5,200K: adbd (pid 2683)
|
3094
|
5,184K: tzlog (pid 1316)
|
3095
|
5,180K: thermal-engine (pid 2741)
|
3096
|
5,104K: vendor.qti.hardware.display.allocator-service (pid 846)
|
3097
|
5,096K: init (pid 476)
|
3098
|
5,052K: iorap.prefetcherd (pid 1993)
|
3099
|
5,040K: gatekeeperd (pid 1309)
|
3100
|
5,008K: ssgtzd (pid 796)
|
3101
|
4,976K: android.system.suspend@1.0-service (pid 570)
|
3102
|
4,976K: credstore (pid 984)
|
3103
|
4,924K: servicemanager (pid 508)
|
3104
|
4,908K: traced (pid 1170)
|
3105
|
4,844K: gpuservice (pid 987)
|
3106
|
4,812K: statsd (pid 669)
|
3107
|
4,720K: vppservice (pid 921)
|
3108
|
4,536K: android.hardware.power-service (pid 830)
|
3109
|
4,428K: slim_daemon (pid 1415)
|
3110
|
4,412K: ipacm (pid 649)
|
3111
|
4,380K: qccsyshal@1.1-service (pid 806)
|
3112
|
4,352K: vendor.qti.hardware.vibrator.service (pid 880)
|
3113
|
4,320K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
3114
|
4,248K: android.hardware.health@2.1-service (pid 824)
|
3115
|
4,172K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
3116
|
4,148K: vendor.qti.qspmhal@1.0-service (pid 883)
|
3117
|
4,144K: dumpsys (pid 24176)
|
3118
|
4,064K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
3119
|
4,056K: qseecomd (pid 519)
|
3120
|
4,056K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
3121
|
4,056K: incidentd (pid 1197)
|
3122
|
4,048K: qspmsvc (pid 2725)
|
3123
|
4,032K: android.hardware.lights-service.qti (pid 825)
|
3124
|
4,028K: adsprpcd (pid 1293)
|
3125
|
4,000K: dpmd (pid 1171)
|
3126
|
3,996K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
3127
|
3,992K: loc_launcher (pid 1307)
|
3128
|
3,972K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
3129
|
3,968K: android.hidl.allocator@1.0-service (pid 803)
|
3130
|
3,956K: ims_rtp_daemon (pid 1250)
|
3131
|
3,952K: vendor.ts.uart@1.0-service (pid 650)
|
3132
|
3,952K: qcc-trd (pid 1337)
|
3133
|
3,928K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
3134
|
3,904K: android.hardware.usb@1.2-service-qti (pid 839)
|
3135
|
3,896K: imsrcsd (pid 1254)
|
3136
|
3,868K: imsdatadaemon (pid 1454)
|
3137
|
3,844K: qfp-daemon (pid 1353)
|
3138
|
3,840K: android.hardware.memtrack@1.0-service (pid 826)
|
3139
|
3,836K: spdaemon (pid 569)
|
3140
|
3,836K: android.hardware.boot@1.1-service (pid 573)
|
3141
|
3,832K: vendor.display.color@1.0-service (pid 843)
|
3142
|
3,832K: feature_enabler_client (pid 1178)
|
3143
|
3,828K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
3144
|
3,816K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
3145
|
3,804K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
3146
|
3,800K: android.hardware.thermal@2.0-service.qti (pid 832)
|
3147
|
3,784K: sscrpcd (pid 575)
|
3148
|
3,784K: sscrpcd (pid 969)
|
3149
|
3,776K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
3150
|
3,772K: dpmQmiMgr (pid 1172)
|
3151
|
3,772K: cdsprpcd (pid 1294)
|
3152
|
3,768K: dspservice (pid 848)
|
3153
|
3,764K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
3154
|
3,764K: keymasterd (pid 620)
|
3155
|
3,744K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
3156
|
3,732K: vendor.qti.secure_element@1.2-service (pid 884)
|
3157
|
3,688K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
3158
|
3,688K: pm-service (pid 971)
|
3159
|
3,672K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
3160
|
3,668K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
3161
|
3,660K: vndservicemanager (pid 510)
|
3162
|
3,600K: adsprpcd (pid 1292)
|
3163
|
3,584K: time_daemon (pid 648)
|
3164
|
3,572K: android.hardware.atrace@1.0-service (pid 572)
|
3165
|
3,564K: tloc_daemon (pid 1362)
|
3166
|
3,492K: dpmd (pid 1194)
|
3167
|
3,480K: drmserver (pid 1163)
|
3168
|
3,468K: pd-mapper (pid 970)
|
3169
|
3,448K: msm_irqbalance (pid 1470)
|
3170
|
3,444K: sensors.qti (pid 1002)
|
3171
|
3,344K: ip6tables-restore (pid 724)
|
3172
|
3,316K: imsqmidaemon (pid 1253)
|
3173
|
3,284K: pm-proxy (pid 1159)
|
3174
|
3,268K: mlid (pid 1305)
|
3175
|
3,260K: rmt_storage (pid 995)
|
3176
|
3,256K: iptables-restore (pid 723)
|
3177
|
3,124K: tftp_server (pid 1001)
|
3178
|
3,116K: ipacm-diag (pid 1257)
|
3179
|
3,072K: wfdhdcphalservice (pid 1237)
|
3180
|
2,996K: qrtr-ns (pid 943)
|
3181
|
2,988K: wifidisplayhalservice (pid 1245)
|
3182
|
2,760K: tombstoned (pid 631)
|
3183
|
2,468K: android.hardware.cas@1.2-service (pid 812)
|
3184
|
2,272K: wfdvndservice (pid 1295)
|
3185
|
1,640K: ssgqmigd (pid 1304)
|
3186
|
1,072K: mdnsd (pid 2724)
|
3187
|
472,260K: System
|
3188
|
472,260K: system (pid 1529)
|
3189
|
2,712,720K: Persistent
|
3190
|
400,500K: com.android.systemui (pid 12073)
|
3191
|
191,316K: com.hht.lebocast (pid 2894 / activities)
|
3192
|
145,484K: com.thundercomm.gamemode (pid 2130)
|
3193
|
102,596K: com.thundercomm.remotecontrolservice (pid 2359)
|
3194
|
100,756K: com.android.networkstack.process (pid 2083)
|
3195
|
100,520K: com.thundercomm.microsettings (pid 2182)
|
3196
|
97,672K: com.qualcomm.location (pid 2663)
|
3197
|
94,532K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
3198
|
94,236K: com.qualcomm.qti.qdma (pid 2402)
|
3199
|
91,936K: com.thundercomm.tcservice (pid 2364)
|
3200
|
91,792K: com.hryt.hiphishowfsecontrol (pid 2916)
|
3201
|
89,920K: .dataservices (pid 2203)
|
3202
|
88,800K: com.tc.logclient (pid 2238)
|
3203
|
86,772K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
3204
|
86,608K: com.thundercomm.microservice (pid 2180)
|
3205
|
86,568K: com.qualcomm.qti.qccnetstat (pid 2992)
|
3206
|
86,484K: com.thundercomm.tchttpserver (pid 2231)
|
3207
|
85,572K: com.android.se (pid 2316)
|
3208
|
85,248K: .qtidataservices (pid 2206)
|
3209
|
84,776K: ts.car.uart (pid 2897)
|
3210
|
84,700K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
3211
|
84,648K: vendor.qti.qesdk.sysservice (pid 2252)
|
3212
|
83,956K: .pasr (pid 2952)
|
3213
|
83,836K: com.thundercomm.tcsetupwizard (pid 2251)
|
3214
|
83,492K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
3215
|
236,868K: Persistent Service
|
3216
|
129,128K: com.android.bluetooth (pid 17676)
|
3217
|
107,740K: com.android.providers.media.module (pid 3006)
|
3218
|
226,252K: Foreground
|
3219
|
226,252K: com.android.music (pid 15671 / activities)
|
3220
|
545,350K: Visible
|
3221
|
340,522K: com.android.launcher3 (pid 2535 / activities)
|
3222
|
120,212K: android.ext.services (pid 2438)
|
3223
|
84,616K: com.qualcomm.location.XT (pid 3059)
|
3224
|
128,776K: Perceptible
|
3225
|
128,776K: com.sohu.inputmethod.sogou.car (pid 3262)
|
3226
|
88,316K: A Services
|
3227
|
88,316K: com.qti.diagservices (pid 18915)
|
3228
|
85,052K: Previous
|
3229
|
85,052K: com.thundercomm.gamemode.provider (pid 14946)
|
3230
|
1,751,088K: Cached
|
3231
|
255,948K: com.android.settings (pid 23710 / activities)
|
3232
|
216,600K: com.android.gallery3d (pid 15465 / activities)
|
3233
|
214,008K: com.android.settings.intelligence (pid 21077)
|
3234
|
181,120K: com.android.documentsui (pid 15342 / activities)
|
3235
|
180,216K: com.android.htmlviewer (pid 22851)
|
3236
|
162,360K: com.android.systemui:screenshot (pid 19830)
|
3237
|
114,156K: com.android.packageinstaller (pid 4081 / activities)
|
3238
|
101,988K: com.android.permissioncontroller (pid 15181)
|
3239
|
96,864K: android.process.media (pid 15081)
|
3240
|
84,820K: com.android.musicfx (pid 17390)
|
3241
|
79,328K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
3242
|
63,680K: com.android.externalstorage (pid 15401)
|
3243
|
|
3244
|
Total RSS by category:
|
3245
|
1,705,928K: .so mmap
|
3246
|
1,264,108K: Native
|
3247
|
1,172,600K: .jar mmap
|
3248
|
941,968K: .art mmap
|
3249
|
561,376K: .oat mmap
|
3250
|
527,808K: Dalvik
|
3251
|
240,372K: EGL mtrack
|
3252
|
204,840K: .apk mmap
|
3253
|
175,464K: Dalvik Other
|
3254
|
167,388K: Gfx dev
|
3255
|
162,744K: .dex mmap
|
3256
|
155,612K: Other mmap
|
3257
|
120,980K: Unknown
|
3258
|
47,664K: Other dev
|
3259
|
46,064K: Stack
|
3260
|
32,864K: .ttf mmap
|
3261
|
20,612K: Ashmem
|
3262
|
6,144K: GL mtrack
|
3263
|
0K: Cursor
|
3264
|
0K: Other mtrack
|
3265
|
|
3266
|
Total PSS by process:
|
3267
|
266,778K: com.android.systemui (pid 12073)
|
3268
|
224,689K: com.android.launcher3 (pid 2535 / activities)
|
3269
|
199,337K: system (pid 1529)
|
3270
|
136,354K: com.android.settings (pid 23710 / activities)
|
3271
|
125,846K: com.hht.lebocast (pid 2894 / activities)
|
3272
|
107,896K: com.android.music (pid 15671 / activities)
|
3273
|
103,022K: com.android.settings.intelligence (pid 21077)
|
3274
|
92,818K: com.android.gallery3d (pid 15465 / activities)
|
3275
|
78,037K: tlog (pid 1230)
|
3276
|
77,882K: surfaceflinger (pid 994)
|
3277
|
74,829K: com.android.htmlviewer (pid 22851)
|
3278
|
63,055K: com.android.documentsui (pid 15342 / activities)
|
3279
|
60,508K: com.sohu.inputmethod.sogou.car (pid 3262)
|
3280
|
41,489K: com.thundercomm.gamemode (pid 2130)
|
3281
|
41,161K: com.android.packageinstaller (pid 4081 / activities)
|
3282
|
39,190K: com.android.systemui:screenshot (pid 19830)
|
3283
|
39,111K: com.android.commands.monkey (pid 15122)
|
3284
|
31,115K: audioserver (pid 24108)
|
3285
|
29,287K: android.ext.services (pid 2438)
|
3286
|
28,413K: com.android.bluetooth (pid 17676)
|
3287
|
24,339K: com.thundercomm.remotecontrolservice (pid 2359)
|
3288
|
22,603K: android.hardware.audio.service (pid 24004)
|
3289
|
21,140K: android.process.media (pid 15081)
|
3290
|
19,640K: com.android.providers.media.module (pid 3006)
|
3291
|
18,939K: zygote (pid 672)
|
3292
|
17,955K: media.extractor (pid 1202)
|
3293
|
16,035K: webview_zygote (pid 2172)
|
3294
|
15,873K: android.hardware.wifi@1.0-service (pid 840)
|
3295
|
15,300K: com.android.permissioncontroller (pid 15181)
|
3296
|
15,185K: com.android.networkstack.process (pid 2083)
|
3297
|
15,057K: com.thundercomm.microsettings (pid 2182)
|
3298
|
14,687K: mediaserver (pid 1206)
|
3299
|
13,678K: com.qualcomm.location (pid 2663)
|
3300
|
13,174K: com.android.externalstorage (pid 15401)
|
3301
|
11,912K: com.thundercomm.tcservice (pid 2364)
|
3302
|
11,447K: .dataservices (pid 2203)
|
3303
|
10,833K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
3304
|
9,709K: media.metrics (pid 1204)
|
3305
|
9,434K: com.qualcomm.qti.qdma (pid 2402)
|
3306
|
9,122K: com.hryt.hiphishowfsecontrol (pid 2916)
|
3307
|
8,823K: com.thundercomm.microservice (pid 2180)
|
3308
|
8,753K: com.tc.logclient (pid 2238)
|
3309
|
8,568K: com.thundercomm.tchttpserver (pid 2231)
|
3310
|
8,420K: media.swcodec (pid 1299)
|
3311
|
8,332K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
3312
|
8,095K: com.qualcomm.qti.qccnetstat (pid 2992)
|
3313
|
8,011K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
3314
|
7,933K: .qtidataservices (pid 2206)
|
3315
|
7,869K: com.android.se (pid 2316)
|
3316
|
7,658K: ts.car.uart (pid 2897)
|
3317
|
7,636K: vendor.qti.qesdk.sysservice (pid 2252)
|
3318
|
7,612K: com.thundercomm.tcsetupwizard (pid 2251)
|
3319
|
7,503K: zygote64 (pid 671)
|
3320
|
7,490K: init (pid 1)
|
3321
|
7,489K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
3322
|
7,466K: .pasr (pid 2952)
|
3323
|
7,401K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
3324
|
7,159K: com.thundercomm.gamemode.provider (pid 14946)
|
3325
|
6,681K: vendor.qti.hardware.display.composer-service (pid 847)
|
3326
|
6,424K: com.qti.diagservices (pid 18915)
|
3327
|
6,308K: media.codec (pid 1240)
|
3328
|
6,055K: iorapd (pid 1164)
|
3329
|
5,687K: com.android.musicfx (pid 17390)
|
3330
|
5,683K: com.qualcomm.location.XT (pid 3059)
|
3331
|
5,635K: hht_ota_mgr (pid 2643)
|
3332
|
5,259K: cameraserver (pid 1191)
|
3333
|
4,913K: logd (pid 506)
|
3334
|
4,819K: android.hardware.gnss@2.1-service-qti (pid 819)
|
3335
|
4,741K: keystore2 (pid 571)
|
3336
|
4,589K: media.hwcodec (pid 881)
|
3337
|
4,420K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
3338
|
4,254K: netd (pid 670)
|
3339
|
4,136K: ueventd (pid 478)
|
3340
|
3,985K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
3341
|
3,874K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
3342
|
3,246K: cnss_diag (pid 1188)
|
3343
|
3,026K: storaged (pid 1229)
|
3344
|
2,867K: init (pid 476)
|
3345
|
2,822K: installd (pid 1199)
|
3346
|
2,782K: vold (pid 521)
|
3347
|
2,647K: lowi-server (pid 1414)
|
3348
|
2,633K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
3349
|
2,593K: ssgtzd (pid 796)
|
3350
|
2,418K: xtra-daemon (pid 1416)
|
3351
|
2,403K: cnd (pid 1243)
|
3352
|
2,345K: traced_probes (pid 1167)
|
3353
|
2,327K: selfinstaller (pid 1226)
|
3354
|
2,318K: cnss-daemon (pid 1303)
|
3355
|
2,279K: iorap.prefetcherd (pid 1993)
|
3356
|
2,277K: thermal-engine (pid 2741)
|
3357
|
1,970K: wificond (pid 1232)
|
3358
|
1,955K: hwservicemanager (pid 509)
|
3359
|
1,894K: traced (pid 1170)
|
3360
|
1,807K: statsd (pid 669)
|
3361
|
1,778K: adbd (pid 2683)
|
3362
|
1,720K: update_engine (pid 1317)
|
3363
|
1,701K: servicemanager (pid 508)
|
3364
|
1,672K: lmkd (pid 507)
|
3365
|
1,637K: wifidisplayhalservice (pid 1245)
|
3366
|
1,601K: slim_daemon (pid 1415)
|
3367
|
1,582K: vppservice (pid 921)
|
3368
|
1,570K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
3369
|
1,536K: ipacm (pid 649)
|
3370
|
1,535K: imsdatadaemon (pid 1454)
|
3371
|
1,523K: drmserver (pid 1163)
|
3372
|
1,520K: perfservice (pid 1235)
|
3373
|
1,497K: wfdhdcphalservice (pid 1237)
|
3374
|
1,475K: imsrcsd (pid 1254)
|
3375
|
1,455K: ims_rtp_daemon (pid 1250)
|
3376
|
1,414K: vendor.qti.hardware.display.allocator-service (pid 846)
|
3377
|
1,406K: qseecomd (pid 519)
|
3378
|
1,401K: loc_launcher (pid 1307)
|
3379
|
1,386K: android.system.suspend@1.0-service (pid 570)
|
3380
|
1,318K: gpuservice (pid 987)
|
3381
|
1,279K: tzlog (pid 1316)
|
3382
|
1,261K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
3383
|
1,238K: android.hardware.health@2.1-service (pid 824)
|
3384
|
1,238K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
3385
|
1,186K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
3386
|
1,169K: credstore (pid 984)
|
3387
|
1,165K: adsprpcd (pid 1293)
|
3388
|
1,147K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
3389
|
1,123K: ip6tables-restore (pid 724)
|
3390
|
1,111K: dpmQmiMgr (pid 1172)
|
3391
|
1,099K: qcc-trd (pid 1337)
|
3392
|
1,099K: vendor.display.color@1.0-service (pid 843)
|
3393
|
1,098K: vendor.ts.uart@1.0-service (pid 650)
|
3394
|
1,098K: feature_enabler_client (pid 1178)
|
3395
|
1,094K: iptables-restore (pid 723)
|
3396
|
1,065K: time_daemon (pid 648)
|
3397
|
1,063K: vendor.qti.qspmhal@1.0-service (pid 883)
|
3398
|
1,055K: qfp-daemon (pid 1353)
|
3399
|
1,050K: android.hardware.usb@1.2-service-qti (pid 839)
|
3400
|
1,046K: android.hardware.power-service (pid 830)
|
3401
|
1,033K: qccsyshal@1.1-service (pid 806)
|
3402
|
1,008K: spdaemon (pid 569)
|
3403
|
1,003K: android.hardware.thermal@2.0-service.qti (pid 832)
|
3404
|
1,002K: gatekeeperd (pid 1309)
|
3405
|
988K: mdnsd (pid 2724)
|
3406
|
986K: android.hardware.cas@1.2-service (pid 812)
|
3407
|
984K: android.hardware.boot@1.1-service (pid 573)
|
3408
|
983K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
3409
|
983K: pm-service (pid 971)
|
3410
|
981K: vendor.qti.secure_element@1.2-service (pid 884)
|
3411
|
975K: incidentd (pid 1197)
|
3412
|
974K: vendor.qti.hardware.vibrator.service (pid 880)
|
3413
|
963K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
3414
|
962K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
3415
|
961K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
3416
|
954K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
3417
|
951K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
3418
|
948K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
3419
|
948K: dpmd (pid 1194)
|
3420
|
946K: dspservice (pid 848)
|
3421
|
939K: keymasterd (pid 620)
|
3422
|
932K: vndservicemanager (pid 510)
|
3423
|
931K: sscrpcd (pid 575)
|
3424
|
927K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
3425
|
917K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
3426
|
916K: adsprpcd (pid 1292)
|
3427
|
914K: android.hardware.memtrack@1.0-service (pid 826)
|
3428
|
914K: wfdvndservice (pid 1295)
|
3429
|
906K: cdsprpcd (pid 1294)
|
3430
|
906K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
3431
|
903K: sscrpcd (pid 969)
|
3432
|
897K: qspmsvc (pid 2725)
|
3433
|
894K: tloc_daemon (pid 1362)
|
3434
|
882K: sensors.qti (pid 1002)
|
3435
|
870K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
3436
|
863K: android.hardware.lights-service.qti (pid 825)
|
3437
|
852K: pd-mapper (pid 970)
|
3438
|
833K: dumpsys (pid 24176)
|
3439
|
821K: android.hardware.atrace@1.0-service (pid 572)
|
3440
|
796K: imsqmidaemon (pid 1253)
|
3441
|
795K: msm_irqbalance (pid 1470)
|
3442
|
791K: pm-proxy (pid 1159)
|
3443
|
765K: mlid (pid 1305)
|
3444
|
750K: android.hidl.allocator@1.0-service (pid 803)
|
3445
|
721K: rmt_storage (pid 995)
|
3446
|
687K: tftp_server (pid 1001)
|
3447
|
666K: dpmd (pid 1171)
|
3448
|
665K: tombstoned (pid 631)
|
3449
|
636K: ipacm-diag (pid 1257)
|
3450
|
630K: qrtr-ns (pid 943)
|
3451
|
502K: ssgqmigd (pid 1304)
|
3452
|
|
3453
|
Total PSS by OOM adjustment:
|
3454
|
580,002K: Native
|
3455
|
78,037K: tlog (pid 1230)
|
3456
|
77,882K: surfaceflinger (pid 994)
|
3457
|
39,111K: com.android.commands.monkey (pid 15122)
|
3458
|
31,115K: audioserver (pid 24108)
|
3459
|
22,603K: android.hardware.audio.service (pid 24004)
|
3460
|
18,939K: zygote (pid 672)
|
3461
|
17,955K: media.extractor (pid 1202)
|
3462
|
16,035K: webview_zygote (pid 2172)
|
3463
|
15,873K: android.hardware.wifi@1.0-service (pid 840)
|
3464
|
14,687K: mediaserver (pid 1206)
|
3465
|
9,709K: media.metrics (pid 1204)
|
3466
|
8,420K: media.swcodec (pid 1299)
|
3467
|
7,503K: zygote64 (pid 671)
|
3468
|
7,490K: init (pid 1)
|
3469
|
6,681K: vendor.qti.hardware.display.composer-service (pid 847)
|
3470
|
6,308K: media.codec (pid 1240)
|
3471
|
6,055K: iorapd (pid 1164)
|
3472
|
5,635K: hht_ota_mgr (pid 2643)
|
3473
|
5,259K: cameraserver (pid 1191)
|
3474
|
4,913K: logd (pid 506)
|
3475
|
4,819K: android.hardware.gnss@2.1-service-qti (pid 819)
|
3476
|
4,741K: keystore2 (pid 571)
|
3477
|
4,589K: media.hwcodec (pid 881)
|
3478
|
4,420K: vendor.qti.hardware.perf@2.2-service (pid 851)
|
3479
|
4,254K: netd (pid 670)
|
3480
|
4,136K: ueventd (pid 478)
|
3481
|
3,985K: android.hardware.bluetooth@1.0-service-qti (pid 810)
|
3482
|
3,874K: android.hardware.neuralnetworks@1.3-service-qti (pid 829)
|
3483
|
3,246K: cnss_diag (pid 1188)
|
3484
|
3,026K: storaged (pid 1229)
|
3485
|
2,867K: init (pid 476)
|
3486
|
2,822K: installd (pid 1199)
|
3487
|
2,782K: vold (pid 521)
|
3488
|
2,647K: lowi-server (pid 1414)
|
3489
|
2,633K: vendor.qti.hardware.iop@2.0-service (pid 849)
|
3490
|
2,593K: ssgtzd (pid 796)
|
3491
|
2,418K: xtra-daemon (pid 1416)
|
3492
|
2,403K: cnd (pid 1243)
|
3493
|
2,345K: traced_probes (pid 1167)
|
3494
|
2,327K: selfinstaller (pid 1226)
|
3495
|
2,318K: cnss-daemon (pid 1303)
|
3496
|
2,279K: iorap.prefetcherd (pid 1993)
|
3497
|
2,277K: thermal-engine (pid 2741)
|
3498
|
1,970K: wificond (pid 1232)
|
3499
|
1,955K: hwservicemanager (pid 509)
|
3500
|
1,894K: traced (pid 1170)
|
3501
|
1,807K: statsd (pid 669)
|
3502
|
1,778K: adbd (pid 2683)
|
3503
|
1,720K: update_engine (pid 1317)
|
3504
|
1,701K: servicemanager (pid 508)
|
3505
|
1,672K: lmkd (pid 507)
|
3506
|
1,637K: wifidisplayhalservice (pid 1245)
|
3507
|
1,601K: slim_daemon (pid 1415)
|
3508
|
1,582K: vppservice (pid 921)
|
3509
|
1,570K: android.hardware.sensors@2.0-service.multihal (pid 831)
|
3510
|
1,536K: ipacm (pid 649)
|
3511
|
1,535K: imsdatadaemon (pid 1454)
|
3512
|
1,523K: drmserver (pid 1163)
|
3513
|
1,520K: perfservice (pid 1235)
|
3514
|
1,497K: wfdhdcphalservice (pid 1237)
|
3515
|
1,475K: imsrcsd (pid 1254)
|
3516
|
1,455K: ims_rtp_daemon (pid 1250)
|
3517
|
1,414K: vendor.qti.hardware.display.allocator-service (pid 846)
|
3518
|
1,406K: qseecomd (pid 519)
|
3519
|
1,401K: loc_launcher (pid 1307)
|
3520
|
1,386K: android.system.suspend@1.0-service (pid 570)
|
3521
|
1,318K: gpuservice (pid 987)
|
3522
|
1,279K: tzlog (pid 1316)
|
3523
|
1,261K: vendor.qti.hardware.servicetracker@1.2-service (pid 872)
|
3524
|
1,238K: android.hardware.health@2.1-service (pid 824)
|
3525
|
1,238K: android.hardware.drm@1.3-service.clearkey (pid 815)
|
3526
|
1,186K: android.hardware.keymaster@4.1-service-qti (pid 518)
|
3527
|
1,169K: credstore (pid 984)
|
3528
|
1,165K: adsprpcd (pid 1293)
|
3529
|
1,147K: vendor.qti.hardware.qteeconnector@1.0-service (pid 870)
|
3530
|
1,123K: ip6tables-restore (pid 724)
|
3531
|
1,111K: dpmQmiMgr (pid 1172)
|
3532
|
1,099K: qcc-trd (pid 1337)
|
3533
|
1,099K: vendor.display.color@1.0-service (pid 843)
|
3534
|
1,098K: vendor.ts.uart@1.0-service (pid 650)
|
3535
|
1,098K: feature_enabler_client (pid 1178)
|
3536
|
1,094K: iptables-restore (pid 723)
|
3537
|
1,065K: time_daemon (pid 648)
|
3538
|
1,063K: vendor.qti.qspmhal@1.0-service (pid 883)
|
3539
|
1,055K: qfp-daemon (pid 1353)
|
3540
|
1,050K: android.hardware.usb@1.2-service-qti (pid 839)
|
3541
|
1,046K: android.hardware.power-service (pid 830)
|
3542
|
1,033K: qccsyshal@1.1-service (pid 806)
|
3543
|
1,008K: spdaemon (pid 569)
|
3544
|
1,003K: android.hardware.thermal@2.0-service.qti (pid 832)
|
3545
|
1,002K: gatekeeperd (pid 1309)
|
3546
|
988K: mdnsd (pid 2724)
|
3547
|
986K: android.hardware.cas@1.2-service (pid 812)
|
3548
|
984K: android.hardware.boot@1.1-service (pid 573)
|
3549
|
983K: vendor.qti.esepowermanager@1.1-service (pid 844)
|
3550
|
983K: pm-service (pid 971)
|
3551
|
981K: vendor.qti.secure_element@1.2-service (pid 884)
|
3552
|
975K: incidentd (pid 1197)
|
3553
|
974K: vendor.qti.hardware.vibrator.service (pid 880)
|
3554
|
963K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 903)
|
3555
|
962K: vendor.qti.hardware.qseecom@1.0-service (pid 520)
|
3556
|
961K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 845)
|
3557
|
954K: vendor.qti.hardware.soter@1.0-service (pid 873)
|
3558
|
951K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 871)
|
3559
|
948K: android.hardware.gatekeeper@1.0-service-qti (pid 574)
|
3560
|
948K: dpmd (pid 1194)
|
3561
|
946K: dspservice (pid 848)
|
3562
|
939K: keymasterd (pid 620)
|
3563
|
932K: vndservicemanager (pid 510)
|
3564
|
931K: sscrpcd (pid 575)
|
3565
|
927K: vendor.qti.power.pasrmanager@1.0-service (pid 882)
|
3566
|
917K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 876)
|
3567
|
916K: adsprpcd (pid 1292)
|
3568
|
914K: android.hardware.memtrack@1.0-service (pid 826)
|
3569
|
914K: wfdvndservice (pid 1295)
|
3570
|
906K: cdsprpcd (pid 1294)
|
3571
|
906K: vendor.qti.hardware.qccvndhal@1.0-service (pid 869)
|
3572
|
903K: sscrpcd (pid 969)
|
3573
|
897K: qspmsvc (pid 2725)
|
3574
|
894K: tloc_daemon (pid 1362)
|
3575
|
882K: sensors.qti (pid 1002)
|
3576
|
870K: vendor.qti.hardware.limits@1.0-service (pid 850)
|
3577
|
863K: android.hardware.lights-service.qti (pid 825)
|
3578
|
852K: pd-mapper (pid 970)
|
3579
|
833K: dumpsys (pid 24176)
|
3580
|
821K: android.hardware.atrace@1.0-service (pid 572)
|
3581
|
796K: imsqmidaemon (pid 1253)
|
3582
|
795K: msm_irqbalance (pid 1470)
|
3583
|
791K: pm-proxy (pid 1159)
|
3584
|
765K: mlid (pid 1305)
|
3585
|
750K: android.hidl.allocator@1.0-service (pid 803)
|
3586
|
721K: rmt_storage (pid 995)
|
3587
|
687K: tftp_server (pid 1001)
|
3588
|
666K: dpmd (pid 1171)
|
3589
|
665K: tombstoned (pid 631)
|
3590
|
636K: ipacm-diag (pid 1257)
|
3591
|
630K: qrtr-ns (pid 943)
|
3592
|
502K: ssgqmigd (pid 1304)
|
3593
|
199,337K: System
|
3594
|
199,337K: system (pid 1529)
|
3595
|
658,434K: Persistent
|
3596
|
266,778K: com.android.systemui (pid 12073)
|
3597
|
125,846K: com.hht.lebocast (pid 2894 / activities)
|
3598
|
41,489K: com.thundercomm.gamemode (pid 2130)
|
3599
|
24,339K: com.thundercomm.remotecontrolservice (pid 2359)
|
3600
|
15,185K: com.android.networkstack.process (pid 2083)
|
3601
|
15,057K: com.thundercomm.microsettings (pid 2182)
|
3602
|
13,678K: com.qualcomm.location (pid 2663)
|
3603
|
11,912K: com.thundercomm.tcservice (pid 2364)
|
3604
|
11,447K: .dataservices (pid 2203)
|
3605
|
10,833K: com.qualcomm.qti.workloadclassifier (pid 3001)
|
3606
|
9,434K: com.qualcomm.qti.qdma (pid 2402)
|
3607
|
9,122K: com.hryt.hiphishowfsecontrol (pid 2916)
|
3608
|
8,823K: com.thundercomm.microservice (pid 2180)
|
3609
|
8,753K: com.tc.logclient (pid 2238)
|
3610
|
8,568K: com.thundercomm.tchttpserver (pid 2231)
|
3611
|
8,095K: com.qualcomm.qti.qccnetstat (pid 2992)
|
3612
|
8,011K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2971)
|
3613
|
7,933K: .qtidataservices (pid 2206)
|
3614
|
7,869K: com.android.se (pid 2316)
|
3615
|
7,658K: ts.car.uart (pid 2897)
|
3616
|
7,636K: vendor.qti.qesdk.sysservice (pid 2252)
|
3617
|
7,612K: com.thundercomm.tcsetupwizard (pid 2251)
|
3618
|
7,489K: com.qti.qualcomm.mstatssystemservice (pid 2266)
|
3619
|
7,466K: .pasr (pid 2952)
|
3620
|
7,401K: com.qualcomm.qti.devicestatisticsservice (pid 3852)
|
3621
|
48,053K: Persistent Service
|
3622
|
28,413K: com.android.bluetooth (pid 17676)
|
3623
|
19,640K: com.android.providers.media.module (pid 3006)
|
3624
|
107,896K: Foreground
|
3625
|
107,896K: com.android.music (pid 15671 / activities)
|
3626
|
259,659K: Visible
|
3627
|
224,689K: com.android.launcher3 (pid 2535 / activities)
|
3628
|
29,287K: android.ext.services (pid 2438)
|
3629
|
5,683K: com.qualcomm.location.XT (pid 3059)
|
3630
|
60,508K: Perceptible
|
3631
|
60,508K: com.sohu.inputmethod.sogou.car (pid 3262)
|
3632
|
6,424K: A Services
|
3633
|
6,424K: com.qti.diagservices (pid 18915)
|
3634
|
7,159K: Previous
|
3635
|
7,159K: com.thundercomm.gamemode.provider (pid 14946)
|
3636
|
614,062K: Cached
|
3637
|
136,354K: com.android.settings (pid 23710 / activities)
|
3638
|
103,022K: com.android.settings.intelligence (pid 21077)
|
3639
|
92,818K: com.android.gallery3d (pid 15465 / activities)
|
3640
|
74,829K: com.android.htmlviewer (pid 22851)
|
3641
|
63,055K: com.android.documentsui (pid 15342 / activities)
|
3642
|
41,161K: com.android.packageinstaller (pid 4081 / activities)
|
3643
|
39,190K: com.android.systemui:screenshot (pid 19830)
|
3644
|
21,140K: android.process.media (pid 15081)
|
3645
|
15,300K: com.android.permissioncontroller (pid 15181)
|
3646
|
13,174K: com.android.externalstorage (pid 15401)
|
3647
|
8,332K: com.qualcomm.qti.qccauthmgr (pid 15146)
|
3648
|
5,687K: com.android.musicfx (pid 17390)
|
3649
|
|
3650
|
Total PSS by category:
|
3651
|
1,071,792K: Native
|
3652
|
240,372K: EGL mtrack
|
3653
|
169,675K: .so mmap
|
3654
|
167,388K: Gfx dev
|
3655
|
144,960K: Dalvik
|
3656
|
125,865K: .apk mmap
|
3657
|
92,610K: .art mmap
|
3658
|
85,993K: Unknown
|
3659
|
69,731K: .jar mmap
|
3660
|
61,686K: Dalvik Other
|
3661
|
61,584K: .dex mmap
|
3662
|
45,392K: Stack
|
3663
|
31,784K: Other mmap
|
3664
|
25,218K: .oat mmap
|
3665
|
8,764K: .ttf mmap
|
3666
|
6,144K: GL mtrack
|
3667
|
3,461K: Other dev
|
3668
|
2,875K: Ashmem
|
3669
|
0K: Cursor
|
3670
|
0K: Other mtrack
|
3671
|
|
3672
|
Total RAM: 7,896,224K (status normal)
|
3673
|
Free RAM: 4,888,594K ( 614,062K cached pss + 1,361,900K cached kernel + 2,912,632K free)
|
3674
|
ION: 465,880K ( 9,700K mapped + 456,180K unmapped + 0K pools)
|
3675
|
Used RAM: 2,540,152K (1,696,800K used pss + 843,352K kernel)
|
3676
|
Lost RAM: 565,490K
|
3677
|
ZRAM: 28,228K physical used for 163,136K in swap (4,194,300K total swap)
|
3678
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
3679
|
// meminfo status was 0
|
3680
|
// CRASH: com.android.settings (pid 23710)
|
3681
|
// Short Msg: java.lang.ClassCastException
|
3682
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3683
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3684
|
// Build Changelist: 2563
|
3685
|
// Build Time: 1679424085000
|
3686
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3687
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3688
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3689
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3690
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3691
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3692
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3693
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3694
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3695
|
// at android.os.Looper.loop(Looper.java:288)
|
3696
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3697
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3698
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3699
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3700
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3701
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3702
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3703
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3704
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3705
|
// ... 12 more
|
3706
|
//
|
3707
|
// CRASH: com.android.settings (pid 25237)
|
3708
|
// Short Msg: java.lang.ClassCastException
|
3709
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3710
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3711
|
// Build Changelist: 2563
|
3712
|
// Build Time: 1679424085000
|
3713
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3714
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3715
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3716
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3717
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3718
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3719
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3720
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3721
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3722
|
// at android.os.Looper.loop(Looper.java:288)
|
3723
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3724
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3725
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3726
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3727
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3728
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3729
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3730
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3731
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3732
|
// ... 12 more
|
3733
|
//
|
3734
|
// CRASH: com.android.settings (pid 25601)
|
3735
|
// Short Msg: java.lang.ClassCastException
|
3736
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3737
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3738
|
// Build Changelist: 2563
|
3739
|
// Build Time: 1679424085000
|
3740
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3741
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3742
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3743
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3744
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3745
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3746
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3747
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3748
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3749
|
// at android.os.Looper.loop(Looper.java:288)
|
3750
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3751
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3752
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3753
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3754
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3755
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3756
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3757
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3758
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3759
|
// ... 12 more
|
3760
|
//
|
3761
|
// CRASH: com.android.settings (pid 26555)
|
3762
|
// Short Msg: java.lang.ClassCastException
|
3763
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3764
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3765
|
// Build Changelist: 2563
|
3766
|
// Build Time: 1679424085000
|
3767
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3768
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3769
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3770
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3771
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3772
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3773
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3774
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3775
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3776
|
// at android.os.Looper.loop(Looper.java:288)
|
3777
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3778
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3779
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3780
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3781
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3782
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3783
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3784
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3785
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3786
|
// ... 12 more
|
3787
|
//
|
3788
|
// CRASH: com.android.settings (pid 28549)
|
3789
|
// Short Msg: java.lang.ClassCastException
|
3790
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3791
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3792
|
// Build Changelist: 2563
|
3793
|
// Build Time: 1679424085000
|
3794
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3795
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3796
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3797
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3798
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3799
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3800
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3801
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3802
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3803
|
// at android.os.Looper.loop(Looper.java:288)
|
3804
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3805
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3806
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3807
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3808
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3809
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3810
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3811
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3812
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3813
|
// ... 12 more
|
3814
|
//
|
3815
|
// CRASH: com.android.settings (pid 28910)
|
3816
|
// Short Msg: java.lang.ClassCastException
|
3817
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3818
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3819
|
// Build Changelist: 2563
|
3820
|
// Build Time: 1679424085000
|
3821
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3822
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3823
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3824
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3825
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3826
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3827
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3828
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3829
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3830
|
// at android.os.Looper.loop(Looper.java:288)
|
3831
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3832
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3833
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3834
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3835
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3836
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3837
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3838
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3839
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3840
|
// ... 12 more
|
3841
|
//
|
3842
|
// CRASH: com.android.settings (pid 29941)
|
3843
|
// Short Msg: java.lang.ClassCastException
|
3844
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3845
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3846
|
// Build Changelist: 2563
|
3847
|
// Build Time: 1679424085000
|
3848
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3849
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3850
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3851
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3852
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3853
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3854
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3855
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3856
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3857
|
// at android.os.Looper.loop(Looper.java:288)
|
3858
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3859
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3860
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3861
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3862
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3863
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3864
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3865
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3866
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3867
|
// ... 12 more
|
3868
|
//
|
3869
|
// CRASH: com.android.settings (pid 32316)
|
3870
|
// Short Msg: java.lang.ClassCastException
|
3871
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3872
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3873
|
// Build Changelist: 2563
|
3874
|
// Build Time: 1679424085000
|
3875
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3876
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3877
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3878
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3879
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3880
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3881
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3882
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3883
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3884
|
// at android.os.Looper.loop(Looper.java:288)
|
3885
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3886
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3887
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3888
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3889
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3890
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3891
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3892
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3893
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3894
|
// ... 12 more
|
3895
|
//
|
3896
|
// CRASH: com.android.settings (pid 4256)
|
3897
|
// Short Msg: java.lang.ClassCastException
|
3898
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3899
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3900
|
// Build Changelist: 2563
|
3901
|
// Build Time: 1679424085000
|
3902
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3903
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3904
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3905
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3906
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3907
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3908
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3909
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3910
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3911
|
// at android.os.Looper.loop(Looper.java:288)
|
3912
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3913
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3914
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3915
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3916
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3917
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3918
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3919
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3920
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3921
|
// ... 12 more
|
3922
|
//
|
3923
|
// CRASH: com.android.settings (pid 11012)
|
3924
|
// Short Msg: java.lang.ClassCastException
|
3925
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3926
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3927
|
// Build Changelist: 2563
|
3928
|
// Build Time: 1679424085000
|
3929
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3930
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3931
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3932
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3933
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3934
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3935
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3936
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3937
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3938
|
// at android.os.Looper.loop(Looper.java:288)
|
3939
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3940
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3941
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3942
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3943
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3944
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3945
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3946
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3947
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3948
|
// ... 12 more
|
3949
|
//
|
3950
|
// CRASH: com.android.settings (pid 12321)
|
3951
|
// Short Msg: java.lang.ClassCastException
|
3952
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3953
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3954
|
// Build Changelist: 2563
|
3955
|
// Build Time: 1679424085000
|
3956
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3957
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3958
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3959
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3960
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3961
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3962
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3963
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3964
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3965
|
// at android.os.Looper.loop(Looper.java:288)
|
3966
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3967
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3968
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3969
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3970
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3971
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3972
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
3973
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
3974
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
3975
|
// ... 12 more
|
3976
|
//
|
3977
|
// CRASH: com.android.settings (pid 13290)
|
3978
|
// Short Msg: java.lang.ClassCastException
|
3979
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3980
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
3981
|
// Build Changelist: 2563
|
3982
|
// Build Time: 1679424085000
|
3983
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3984
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
3985
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
3986
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
3987
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
3988
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
3989
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
3990
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
3991
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
3992
|
// at android.os.Looper.loop(Looper.java:288)
|
3993
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
3994
|
// at java.lang.reflect.Method.invoke(Native Method)
|
3995
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
3996
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
3997
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
3998
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
3999
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4000
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4001
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4002
|
// ... 12 more
|
4003
|
//
|
4004
|
// CRASH: com.android.settings (pid 13398)
|
4005
|
// Short Msg: java.lang.ClassCastException
|
4006
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4007
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4008
|
// Build Changelist: 2563
|
4009
|
// Build Time: 1679424085000
|
4010
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4011
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4012
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4013
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4014
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4015
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4016
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4017
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4018
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4019
|
// at android.os.Looper.loop(Looper.java:288)
|
4020
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4021
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4022
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4023
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4024
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4025
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4026
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4027
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4028
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4029
|
// ... 12 more
|
4030
|
//
|
4031
|
// CRASH: com.android.settings (pid 16234)
|
4032
|
// Short Msg: java.lang.ClassCastException
|
4033
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4034
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4035
|
// Build Changelist: 2563
|
4036
|
// Build Time: 1679424085000
|
4037
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4038
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4039
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4040
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4041
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4042
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4043
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4044
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4045
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4046
|
// at android.os.Looper.loop(Looper.java:288)
|
4047
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4048
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4049
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4050
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4051
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4052
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4053
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4054
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4055
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4056
|
// ... 12 more
|
4057
|
//
|
4058
|
// CRASH: com.android.settings (pid 16658)
|
4059
|
// Short Msg: java.lang.ClassCastException
|
4060
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4061
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4062
|
// Build Changelist: 2563
|
4063
|
// Build Time: 1679424085000
|
4064
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4065
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4066
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4067
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4068
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4069
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4070
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4071
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4072
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4073
|
// at android.os.Looper.loop(Looper.java:288)
|
4074
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4075
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4076
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4077
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4078
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4079
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4080
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4081
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4082
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4083
|
// ... 12 more
|
4084
|
//
|
4085
|
// CRASH: com.android.settings (pid 16727)
|
4086
|
// Short Msg: java.lang.ClassCastException
|
4087
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4088
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4089
|
// Build Changelist: 2563
|
4090
|
// Build Time: 1679424085000
|
4091
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4092
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4093
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4094
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4095
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4096
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4097
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4098
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4099
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4100
|
// at android.os.Looper.loop(Looper.java:288)
|
4101
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4102
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4103
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4104
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4105
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4106
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4107
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4108
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4109
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4110
|
// ... 12 more
|
4111
|
//
|
4112
|
// CRASH: com.android.settings (pid 18213)
|
4113
|
// Short Msg: java.lang.ClassCastException
|
4114
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4115
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4116
|
// Build Changelist: 2563
|
4117
|
// Build Time: 1679424085000
|
4118
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4119
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4120
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4121
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4122
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4123
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4124
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4125
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4126
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4127
|
// at android.os.Looper.loop(Looper.java:288)
|
4128
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4129
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4130
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4131
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4132
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4133
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4134
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4135
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4136
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4137
|
// ... 12 more
|
4138
|
//
|
4139
|
// CRASH: com.android.settings (pid 18512)
|
4140
|
// Short Msg: java.lang.ClassCastException
|
4141
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4142
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4143
|
// Build Changelist: 2563
|
4144
|
// Build Time: 1679424085000
|
4145
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4146
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4147
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4148
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4149
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4150
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4151
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4152
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4153
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4154
|
// at android.os.Looper.loop(Looper.java:288)
|
4155
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4156
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4157
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4158
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4159
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4160
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4161
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4162
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4163
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4164
|
// ... 12 more
|
4165
|
//
|
4166
|
// CRASH: com.android.settings (pid 19362)
|
4167
|
// Short Msg: java.lang.ClassCastException
|
4168
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4169
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4170
|
// Build Changelist: 2563
|
4171
|
// Build Time: 1679424085000
|
4172
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4173
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4174
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4175
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4176
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4177
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4178
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4179
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4180
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4181
|
// at android.os.Looper.loop(Looper.java:288)
|
4182
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4183
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4184
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4185
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4186
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4187
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4188
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4189
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4190
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4191
|
// ... 12 more
|
4192
|
//
|
4193
|
// CRASH: com.android.settings (pid 19942)
|
4194
|
// Short Msg: java.lang.ClassCastException
|
4195
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4196
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4197
|
// Build Changelist: 2563
|
4198
|
// Build Time: 1679424085000
|
4199
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4200
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4201
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4202
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4203
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4204
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4205
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4206
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4207
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4208
|
// at android.os.Looper.loop(Looper.java:288)
|
4209
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4210
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4211
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4212
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4213
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4214
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4215
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4216
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4217
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4218
|
// ... 12 more
|
4219
|
//
|
4220
|
// CRASH: com.android.settings (pid 20102)
|
4221
|
// Short Msg: java.lang.ClassCastException
|
4222
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4223
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4224
|
// Build Changelist: 2563
|
4225
|
// Build Time: 1679424085000
|
4226
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4227
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4228
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4229
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4230
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4231
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4232
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4233
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4234
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4235
|
// at android.os.Looper.loop(Looper.java:288)
|
4236
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4237
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4238
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4239
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4240
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4241
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4242
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4243
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4244
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4245
|
// ... 12 more
|
4246
|
//
|
4247
|
// CRASH: com.android.settings (pid 20733)
|
4248
|
// Short Msg: java.lang.ClassCastException
|
4249
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4250
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4251
|
// Build Changelist: 2563
|
4252
|
// Build Time: 1679424085000
|
4253
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4254
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4255
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4256
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4257
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4258
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4259
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4260
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4261
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4262
|
// at android.os.Looper.loop(Looper.java:288)
|
4263
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4264
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4265
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4266
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4267
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4268
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4269
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4270
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4271
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4272
|
// ... 12 more
|
4273
|
//
|
4274
|
// CRASH: com.android.settings (pid 22845)
|
4275
|
// Short Msg: java.lang.ClassCastException
|
4276
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4277
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4278
|
// Build Changelist: 2563
|
4279
|
// Build Time: 1679424085000
|
4280
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4281
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4282
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4283
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4284
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4285
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4286
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4287
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4288
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4289
|
// at android.os.Looper.loop(Looper.java:288)
|
4290
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4291
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4292
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4293
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4294
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4295
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4296
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4297
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4298
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4299
|
// ... 12 more
|
4300
|
//
|
4301
|
// CRASH: com.android.settings (pid 23191)
|
4302
|
// Short Msg: java.lang.ClassCastException
|
4303
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4304
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4305
|
// Build Changelist: 2563
|
4306
|
// Build Time: 1679424085000
|
4307
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4308
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4309
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4310
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4311
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4312
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4313
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4314
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4315
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4316
|
// at android.os.Looper.loop(Looper.java:288)
|
4317
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4318
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4319
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4320
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4321
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4322
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4323
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4324
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4325
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4326
|
// ... 12 more
|
4327
|
//
|
4328
|
// CRASH: com.android.settings (pid 24154)
|
4329
|
// Short Msg: java.lang.ClassCastException
|
4330
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4331
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4332
|
// Build Changelist: 2563
|
4333
|
// Build Time: 1679424085000
|
4334
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4335
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4336
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4337
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4338
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4339
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4340
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4341
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4342
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4343
|
// at android.os.Looper.loop(Looper.java:288)
|
4344
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4345
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4346
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4347
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4348
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4349
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4350
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4351
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4352
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4353
|
// ... 12 more
|
4354
|
//
|
4355
|
// CRASH: com.android.settings (pid 24633)
|
4356
|
// Short Msg: java.lang.ClassCastException
|
4357
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4358
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4359
|
// Build Changelist: 2563
|
4360
|
// Build Time: 1679424085000
|
4361
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4362
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4363
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4364
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4365
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4366
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4367
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4368
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4369
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4370
|
// at android.os.Looper.loop(Looper.java:288)
|
4371
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4372
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4373
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4374
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4375
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4376
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4377
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4378
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4379
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4380
|
// ... 12 more
|
4381
|
//
|
4382
|
// CRASH: com.android.settings (pid 27534)
|
4383
|
// Short Msg: java.lang.ClassCastException
|
4384
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4385
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4386
|
// Build Changelist: 2563
|
4387
|
// Build Time: 1679424085000
|
4388
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4389
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4390
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4391
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4392
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4393
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4394
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4395
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4396
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4397
|
// at android.os.Looper.loop(Looper.java:288)
|
4398
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4399
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4400
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4401
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4402
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4403
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4404
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4405
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4406
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4407
|
// ... 12 more
|
4408
|
//
|
4409
|
// CRASH: com.android.settings (pid 27793)
|
4410
|
// Short Msg: java.lang.ClassCastException
|
4411
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4412
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4413
|
// Build Changelist: 2563
|
4414
|
// Build Time: 1679424085000
|
4415
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4416
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4417
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4418
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4419
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4420
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4421
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4422
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4423
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4424
|
// at android.os.Looper.loop(Looper.java:288)
|
4425
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4426
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4427
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4428
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4429
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4430
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4431
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4432
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4433
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4434
|
// ... 12 more
|
4435
|
//
|
4436
|
// CRASH: com.android.settings (pid 28715)
|
4437
|
// Short Msg: java.lang.ClassCastException
|
4438
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4439
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4440
|
// Build Changelist: 2563
|
4441
|
// Build Time: 1679424085000
|
4442
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4443
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4444
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4445
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4446
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4447
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4448
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4449
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4450
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4451
|
// at android.os.Looper.loop(Looper.java:288)
|
4452
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4453
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4454
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4455
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4456
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4457
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4458
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4459
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4460
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4461
|
// ... 12 more
|
4462
|
//
|
4463
|
// CRASH: com.android.settings (pid 29076)
|
4464
|
// Short Msg: java.lang.ClassCastException
|
4465
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4466
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4467
|
// Build Changelist: 2563
|
4468
|
// Build Time: 1679424085000
|
4469
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4470
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4471
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4472
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4473
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4474
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4475
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4476
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4477
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4478
|
// at android.os.Looper.loop(Looper.java:288)
|
4479
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4480
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4481
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4482
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4483
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4484
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4485
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4486
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4487
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4488
|
// ... 12 more
|
4489
|
//
|
4490
|
// CRASH: com.android.settings (pid 30685)
|
4491
|
// Short Msg: java.lang.ClassCastException
|
4492
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4493
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4494
|
// Build Changelist: 2563
|
4495
|
// Build Time: 1679424085000
|
4496
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4497
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4498
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4499
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4500
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4501
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4502
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4503
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4504
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4505
|
// at android.os.Looper.loop(Looper.java:288)
|
4506
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4507
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4508
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4509
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4510
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4511
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4512
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4513
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4514
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4515
|
// ... 12 more
|
4516
|
//
|
4517
|
// CRASH: com.android.settings (pid 31566)
|
4518
|
// Short Msg: java.lang.ClassCastException
|
4519
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4520
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4521
|
// Build Changelist: 2563
|
4522
|
// Build Time: 1679424085000
|
4523
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4524
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4525
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4526
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4527
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4528
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4529
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4530
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4531
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4532
|
// at android.os.Looper.loop(Looper.java:288)
|
4533
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4534
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4535
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4536
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4537
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4538
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4539
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4540
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4541
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4542
|
// ... 12 more
|
4543
|
//
|
4544
|
// CRASH: com.android.settings (pid 32564)
|
4545
|
// Short Msg: java.lang.ClassCastException
|
4546
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4547
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4548
|
// Build Changelist: 2563
|
4549
|
// Build Time: 1679424085000
|
4550
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4551
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4552
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4553
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4554
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4555
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4556
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4557
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4558
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4559
|
// at android.os.Looper.loop(Looper.java:288)
|
4560
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4561
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4562
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4563
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4564
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4565
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4566
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4567
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4568
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4569
|
// ... 12 more
|
4570
|
//
|
4571
|
// CRASH: com.android.settings (pid 1346)
|
4572
|
// Short Msg: java.lang.ClassCastException
|
4573
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4574
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4575
|
// Build Changelist: 2563
|
4576
|
// Build Time: 1679424085000
|
4577
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4578
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4579
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4580
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4581
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4582
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4583
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4584
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4585
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4586
|
// at android.os.Looper.loop(Looper.java:288)
|
4587
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4588
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4589
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4590
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4591
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4592
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4593
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4594
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4595
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4596
|
// ... 12 more
|
4597
|
//
|
4598
|
// CRASH: com.android.settings (pid 1531)
|
4599
|
// Short Msg: java.lang.ClassCastException
|
4600
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4601
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4602
|
// Build Changelist: 2563
|
4603
|
// Build Time: 1679424085000
|
4604
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4605
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4606
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4607
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4608
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4609
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4610
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4611
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4612
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4613
|
// at android.os.Looper.loop(Looper.java:288)
|
4614
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4615
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4616
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4617
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4618
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4619
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4620
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4621
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4622
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4623
|
// ... 12 more
|
4624
|
//
|
4625
|
// CRASH: com.android.settings (pid 1680)
|
4626
|
// Short Msg: java.lang.ClassCastException
|
4627
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4628
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4629
|
// Build Changelist: 2563
|
4630
|
// Build Time: 1679424085000
|
4631
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4632
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4633
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4634
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4635
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4636
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4637
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4638
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4639
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4640
|
// at android.os.Looper.loop(Looper.java:288)
|
4641
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4642
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4643
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4644
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4645
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4646
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4647
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4648
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4649
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4650
|
// ... 12 more
|
4651
|
//
|
4652
|
// CRASH: com.android.settings (pid 4958)
|
4653
|
// Short Msg: java.lang.ClassCastException
|
4654
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4655
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4656
|
// Build Changelist: 2563
|
4657
|
// Build Time: 1679424085000
|
4658
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4659
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4660
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4661
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4662
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4663
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4664
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4665
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4666
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4667
|
// at android.os.Looper.loop(Looper.java:288)
|
4668
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4669
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4670
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4671
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4672
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4673
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4674
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4675
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4676
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4677
|
// ... 12 more
|
4678
|
//
|
4679
|
// CRASH: com.android.settings (pid 4988)
|
4680
|
// Short Msg: java.lang.ClassCastException
|
4681
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4682
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/2563:user/test-keys
|
4683
|
// Build Changelist: 2563
|
4684
|
// Build Time: 1679424085000
|
4685
|
// java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.notification.history.NotificationHistoryActivity}: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4686
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
4687
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
4688
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
4689
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
4690
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
4691
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
4692
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
4693
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
4694
|
// at android.os.Looper.loop(Looper.java:288)
|
4695
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
4696
|
// at java.lang.reflect.Method.invoke(Native Method)
|
4697
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
4698
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
4699
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
4700
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
4701
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
4702
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
4703
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
4704
|
// ... 12 more
|
4705
|
//
|