1
|
args: [--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, 5, --pct-anyevent, 5, --ignore-crashes, -v, -v, -v, 57000]
|
2
|
arg: "--ignore-crashes"
|
3
|
arg: "--ignore-timeouts"
|
4
|
arg: "--ignore-security-exceptions"
|
5
|
arg: "--monitor-native-crashes"
|
6
|
arg: "--ignore-native-crashes"
|
7
|
arg: "-s"
|
8
|
arg: "20"
|
9
|
arg: "--throttle"
|
10
|
arg: "500"
|
11
|
arg: "--pct-touch"
|
12
|
arg: "30"
|
13
|
arg: "--pct-motion"
|
14
|
arg: "15"
|
15
|
arg: "--pct-nav"
|
16
|
arg: "15"
|
17
|
arg: "--pct-majornav"
|
18
|
arg: "15"
|
19
|
arg: "--pct-syskeys"
|
20
|
arg: "5"
|
21
|
arg: "--pct-appswitch"
|
22
|
arg: "5"
|
23
|
arg: "--pct-anyevent"
|
24
|
arg: "5"
|
25
|
arg: "--ignore-crashes"
|
26
|
arg: "-v"
|
27
|
arg: "-v"
|
28
|
arg: "-v"
|
29
|
arg: "57000"
|
30
|
arg="--ignore-crashes" mCurArgData="null" mNextArg=1 argwas="--ignore-crashes" nextarg="--ignore-timeouts"
|
31
|
arg="--ignore-timeouts" mCurArgData="null" mNextArg=2 argwas="--ignore-timeouts" nextarg="--ignore-security-exceptions"
|
32
|
arg="--ignore-security-exceptions" mCurArgData="null" mNextArg=3 argwas="--ignore-security-exceptions" nextarg="--monitor-native-crashes"
|
33
|
arg="--monitor-native-crashes" mCurArgData="null" mNextArg=4 argwas="--monitor-native-crashes" nextarg="--ignore-native-crashes"
|
34
|
arg="--ignore-native-crashes" mCurArgData="null" mNextArg=5 argwas="--ignore-native-crashes" nextarg="-s"
|
35
|
data="20"
|
36
|
arg="--throttle" mCurArgData="null" mNextArg=8 argwas="--throttle" nextarg="500"
|
37
|
data="500"
|
38
|
arg="--pct-touch" mCurArgData="null" mNextArg=10 argwas="--pct-touch" nextarg="30"
|
39
|
data="30"
|
40
|
arg="--pct-motion" mCurArgData="null" mNextArg=12 argwas="--pct-motion" nextarg="15"
|
41
|
data="15"
|
42
|
arg="--pct-nav" mCurArgData="null" mNextArg=14 argwas="--pct-nav" nextarg="15"
|
43
|
data="15"
|
44
|
arg="--pct-majornav" mCurArgData="null" mNextArg=16 argwas="--pct-majornav" nextarg="15"
|
45
|
data="15"
|
46
|
arg="--pct-syskeys" mCurArgData="null" mNextArg=18 argwas="--pct-syskeys" nextarg="5"
|
47
|
data="5"
|
48
|
arg="--pct-appswitch" mCurArgData="null" mNextArg=20 argwas="--pct-appswitch" nextarg="5"
|
49
|
data="5"
|
50
|
arg="--pct-anyevent" mCurArgData="null" mNextArg=22 argwas="--pct-anyevent" nextarg="5"
|
51
|
data="5"
|
52
|
arg="--ignore-crashes" mCurArgData="null" mNextArg=24 argwas="--ignore-crashes" nextarg="-v"
|
53
|
// CRASH: com.android.settings (pid 2902)
|
54
|
// Short Msg: java.lang.NullPointerException
|
55
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
56
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
57
|
// Build Changelist: 1242
|
58
|
// Build Time: 1666977142000
|
59
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
60
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
61
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
62
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
63
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
64
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
65
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
66
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
67
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
68
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
69
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
70
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
71
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
72
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
73
|
// at android.app.Activity.performStart(Activity.java:8095)
|
74
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
75
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
76
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
77
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
78
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
79
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
80
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
81
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
82
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
83
|
// at android.os.Looper.loop(Looper.java:288)
|
84
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
85
|
// at java.lang.reflect.Method.invoke(Native Method)
|
86
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
87
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
88
|
//
|
89
|
// CRASH: com.android.settings (pid 7297)
|
90
|
// Short Msg: java.lang.ClassCastException
|
91
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
92
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
93
|
// Build Changelist: 1242
|
94
|
// Build Time: 1666977142000
|
95
|
// 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
|
96
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
97
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
98
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
99
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
100
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
101
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
102
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
103
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
104
|
// at android.os.Looper.loop(Looper.java:288)
|
105
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
106
|
// at java.lang.reflect.Method.invoke(Native Method)
|
107
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
108
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
109
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
110
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
111
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
112
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
113
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
114
|
// ... 12 more
|
115
|
//
|
116
|
// CRASH: com.android.settings (pid 9666)
|
117
|
// Short Msg: java.lang.NullPointerException
|
118
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
119
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
120
|
// Build Changelist: 1242
|
121
|
// Build Time: 1666977142000
|
122
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
123
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
124
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
125
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
126
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
127
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
128
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
129
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
130
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
131
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
132
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
133
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
134
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
135
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
136
|
// at android.app.Activity.performStart(Activity.java:8095)
|
137
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
138
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
139
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
140
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
141
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
142
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
143
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
144
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
145
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
146
|
// at android.os.Looper.loop(Looper.java:288)
|
147
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
148
|
// at java.lang.reflect.Method.invoke(Native Method)
|
149
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
150
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
151
|
//
|
152
|
// CRASH: com.android.settings (pid 10512)
|
153
|
// Short Msg: java.lang.NullPointerException
|
154
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
155
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
156
|
// Build Changelist: 1242
|
157
|
// Build Time: 1666977142000
|
158
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
159
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
160
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
161
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
162
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
163
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
164
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
165
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
166
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
167
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
168
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
169
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
170
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
171
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
172
|
// at android.app.Activity.performStart(Activity.java:8095)
|
173
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
174
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
175
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
176
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
177
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
178
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
179
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
180
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
181
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
182
|
// at android.os.Looper.loop(Looper.java:288)
|
183
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
184
|
// at java.lang.reflect.Method.invoke(Native Method)
|
185
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
186
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
187
|
//
|
188
|
// NOT RESPONDING: com.android.permissioncontroller (pid 2359)
|
189
|
ANR in com.android.permissioncontroller (com.android.permissioncontroller/.permission.ui.ManagePermissionsActivity)
|
190
|
PID: 2359
|
191
|
Reason: Input dispatching timed out (Application does not have a focused window)
|
192
|
Parent: com.android.permissioncontroller/.permission.ui.ManagePermissionsActivity
|
193
|
Frozen: false
|
194
|
Load: 0.0 / 0.0 / 0.0
|
195
|
----- Output from /proc/pressure/memory -----
|
196
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
197
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
198
|
----- End output from /proc/pressure/memory -----
|
199
|
|
200
|
CPU usage from 5447ms to 0ms ago (2022-10-29 02:21:27.280 to 2022-10-29 02:21:32.726):
|
201
|
10% 1513/system_server: 4.4% user + 6.2% kernel / faults: 3034 minor
|
202
|
2.7% 2356/com.android.systemui: 2.2% user + 0.5% kernel / faults: 233 minor
|
203
|
2.7% 2359/com.android.permissioncontroller: 2.2% user + 0.5% kernel / faults: 2790 minor
|
204
|
2.3% 276/kworker/u16:4-ufs_pm_qos_0: 0% user + 2.3% kernel
|
205
|
0% 826/android.hardware.memtrack@1.0-service: 0% user + 0% kernel
|
206
|
0.9% 5565/com.microsoft.emmx: 0.1% user + 0.7% kernel / faults: 1 minor
|
207
|
0.7% 4708/tlog: 0% user + 0.7% kernel
|
208
|
0.7% 8283/kworker/u16:7-kgsl-mementry: 0% user + 0.7% kernel
|
209
|
0.3% 29/ksoftirqd/2: 0% user + 0.3% kernel
|
210
|
0.3% 348/kworker/u16:16-kverityd: 0% user + 0.3% kernel
|
211
|
0.3% 647/vendor.ts.uart@1.0-service: 0.1% user + 0.1% kernel
|
212
|
0.1% 10/rcu_preempt: 0% user + 0.1% kernel
|
213
|
0.1% 499/logd: 0% user + 0.1% kernel
|
214
|
0.1% 666/statsd: 0% user + 0.1% kernel / faults: 3 minor
|
215
|
0.1% 667/netd: 0.1% user + 0% kernel
|
216
|
0.1% 758/crtc_commit:125: 0% user + 0.1% kernel
|
217
|
0% 803/android.hardware.audio.service: 0% user + 0% kernel
|
218
|
0.1% 846/vendor.qti.hardware.perf@2.2-service: 0% user + 0.1% kernel / faults: 4 minor
|
219
|
0.1% 957/surfaceflinger: 0% user + 0.1% kernel / faults: 3 minor
|
220
|
0.1% 1190/selfinstaller: 0% user + 0.1% kernel
|
221
|
0.1% 2691/com.thundercomm.remotecontrolservice: 0.1% user + 0% kernel / faults: 3 minor
|
222
|
0.1% 3037/android.ext.services: 0.1% user + 0% kernel / faults: 15 minor
|
223
|
0.1% 3113/irq/16-90b6400.: 0% user + 0.1% kernel
|
224
|
0.1% 6871/kworker/2:0-events_power_efficient: 0% user + 0.1% kernel
|
225
|
0.1% 9876/kworker/u17:6-kgsl-events: 0% user + 0.1% kernel
|
226
|
3.7% TOTAL: 1.6% user + 1.7% kernel + 0% iowait + 0.2% irq + 0% softirq
|
227
|
CPU usage from 4162009ms to 4162009ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake:
|
228
|
0% TOTAL: 0% user + 0% kernel
|
229
|
|
230
|
procrank:
|
231
|
<empty>
|
232
|
|
233
|
ZRAM: 0K physical used for 0K in swap (4194300K total swap)
|
234
|
RAM: 7896228K total, 3061884K free, 323296K buffers, 1719796K cached, 16632K shmem, 245828K slab
|
235
|
// procrank status was 0
|
236
|
anr traces:
|
237
|
// anr traces status was 1
|
238
|
meminfo:
|
239
|
Applications Memory Usage (in Kilobytes):
|
240
|
Uptime: 4172221 Realtime: 4172221
|
241
|
|
242
|
|
243
|
Total RSS by process:
|
244
|
560,708K: system (pid 1513)
|
245
|
334,400K: com.microsoft.emmx (pid 5565 / activities)
|
246
|
295,556K: com.android.systemui (pid 2356)
|
247
|
215,612K: com.android.settings (pid 12049 / activities)
|
248
|
212,652K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
249
|
207,544K: com.android.launcher3 (pid 2829 / activities)
|
250
|
201,040K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
251
|
200,748K: com.android.gallery3d (pid 3902 / activities)
|
252
|
193,968K: com.android.permissioncontroller (pid 2359 / activities)
|
253
|
191,816K: zygote64 (pid 668)
|
254
|
182,672K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
255
|
178,392K: com.android.deskclock (pid 3039 / activities)
|
256
|
169,708K: zygote (pid 669)
|
257
|
168,936K: com.android.documentsui (pid 3454 / activities)
|
258
|
159,428K: com.sohu.inputmethod.sogou.car (pid 3670)
|
259
|
149,516K: com.android.calendar (pid 3863 / activities)
|
260
|
141,884K: com.tc.logclient (pid 2629)
|
261
|
141,640K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
262
|
134,800K: com.android.soundrecorder (pid 5411 / activities)
|
263
|
132,348K: com.android.bluetooth (pid 8877)
|
264
|
131,940K: android:ui (pid 14519)
|
265
|
126,276K: com.thundercomm.microsettings (pid 2567)
|
266
|
125,800K: com.android.providers.media.module (pid 3446)
|
267
|
121,292K: surfaceflinger (pid 957)
|
268
|
120,140K: com.android.music (pid 14901 / activities)
|
269
|
119,000K: com.android.commands.monkey (pid 5070)
|
270
|
118,260K: com.microsoft.emmx_zygote (pid 14269)
|
271
|
107,900K: android.ext.services (pid 3037)
|
272
|
106,724K: com.thundercomm.remotecontrolservice (pid 2691)
|
273
|
103,048K: com.qualcomm.qti.qdma (pid 2797)
|
274
|
102,540K: android.process.media (pid 3417)
|
275
|
102,224K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
276
|
101,796K: com.android.networkstack.process (pid 2500)
|
277
|
101,676K: com.qualcomm.location (pid 3110)
|
278
|
101,468K: com.thundercomm.tchttpserver (pid 2615)
|
279
|
101,132K: com.thundercomm.microservice (pid 2549)
|
280
|
95,648K: com.android.providers.calendar (pid 3711)
|
281
|
92,972K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
282
|
92,028K: .dataservices (pid 2580)
|
283
|
91,440K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
284
|
90,936K: com.thundercomm.tcservice (pid 2727)
|
285
|
90,596K: com.qualcomm.location.XT (pid 3393)
|
286
|
90,364K: com.qti.diagservices (pid 10358)
|
287
|
90,244K: com.android.externalstorage (pid 3560)
|
288
|
89,812K: com.android.shell (pid 4934)
|
289
|
89,232K: com.android.se (pid 2676)
|
290
|
89,096K: com.qualcomm.qti.qccnetstat (pid 3313)
|
291
|
88,888K: .qtidataservices (pid 2597)
|
292
|
88,796K: com.android.packageinstaller (pid 4013)
|
293
|
88,236K: vendor.qti.qesdk.sysservice (pid 2634)
|
294
|
88,160K: com.thundercomm.tcsetupWizard (pid 2570)
|
295
|
88,152K: ts.car.uart (pid 3250)
|
296
|
87,496K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
297
|
86,980K: .pasr (pid 3252)
|
298
|
86,400K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
299
|
74,364K: webview_zygote (pid 2533)
|
300
|
54,072K: audioserver (pid 949)
|
301
|
41,728K: media.extractor (pid 1186)
|
302
|
30,932K: cameraserver (pid 1181)
|
303
|
30,304K: mediaserver (pid 1189)
|
304
|
23,976K: android.hardware.audio.service (pid 803)
|
305
|
22,540K: vendor.qti.hardware.display.composer-service (pid 840)
|
306
|
20,916K: media.swcodec (pid 1238)
|
307
|
20,604K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
308
|
20,328K: android.hardware.gnss@2.1-service-qti (pid 821)
|
309
|
15,940K: media.codec (pid 1201)
|
310
|
15,104K: keystore2 (pid 564)
|
311
|
14,144K: media.hwcodec (pid 871)
|
312
|
13,892K: init (pid 1)
|
313
|
13,792K: cnd (pid 1206)
|
314
|
13,084K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
315
|
12,844K: iorapd (pid 1165)
|
316
|
10,792K: media.metrics (pid 1188)
|
317
|
10,664K: update_engine (pid 1263)
|
318
|
10,332K: xtra-daemon (pid 1380)
|
319
|
10,148K: vold (pid 515)
|
320
|
9,968K: adbd (pid 5037)
|
321
|
9,940K: ueventd (pid 471)
|
322
|
9,928K: imsrcsd (pid 1219)
|
323
|
9,724K: netd (pid 667)
|
324
|
9,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
325
|
9,368K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
326
|
9,160K: imsdatadaemon (pid 1343)
|
327
|
8,892K: slim_daemon (pid 1378)
|
328
|
8,652K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
329
|
8,592K: ssgtzd (pid 798)
|
330
|
8,568K: init (pid 469)
|
331
|
8,464K: vppservice (pid 878)
|
332
|
8,360K: traced_probes (pid 1167)
|
333
|
8,340K: ims_rtp_daemon (pid 1214)
|
334
|
8,160K: android.hardware.wifi@1.0-service (pid 832)
|
335
|
8,144K: tlog (pid 4708)
|
336
|
8,124K: wifidisplayhalservice (pid 1209)
|
337
|
8,076K: iorap.prefetcherd (pid 1947)
|
338
|
7,948K: perfservice (pid 1195)
|
339
|
7,932K: vendor.qti.hardware.display.allocator-service (pid 838)
|
340
|
7,728K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
341
|
7,700K: drmserver (pid 1164)
|
342
|
7,684K: qseecomd (pid 513)
|
343
|
7,636K: installd (pid 1185)
|
344
|
7,624K: logd (pid 499)
|
345
|
7,576K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
346
|
7,576K: gpuservice (pid 952)
|
347
|
7,500K: credstore (pid 951)
|
348
|
7,336K: ipacm (pid 646)
|
349
|
7,332K: cnss-daemon (pid 1240)
|
350
|
7,252K: thermal-engine (pid 3108)
|
351
|
7,232K: hwservicemanager (pid 502)
|
352
|
7,212K: wfdhdcphalservice (pid 1196)
|
353
|
7,164K: qccsyshal@1.1-service (pid 807)
|
354
|
7,140K: lmkd (pid 500)
|
355
|
7,032K: spdaemon (pid 562)
|
356
|
7,016K: storaged (pid 1192)
|
357
|
6,964K: vendor.display.color@1.0-service (pid 835)
|
358
|
6,908K: selfinstaller (pid 1190)
|
359
|
6,888K: android.hardware.power-service (pid 828)
|
360
|
6,884K: tzlog (pid 1249)
|
361
|
6,804K: wificond (pid 1194)
|
362
|
6,772K: qfp-daemon (pid 1286)
|
363
|
6,488K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
364
|
6,456K: cnss_diag (pid 1180)
|
365
|
6,340K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
366
|
6,220K: keymasterd (pid 616)
|
367
|
6,188K: dpmQmiMgr (pid 1177)
|
368
|
6,152K: gatekeeperd (pid 1248)
|
369
|
6,100K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
370
|
6,020K: statsd (pid 666)
|
371
|
5,984K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
372
|
5,964K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
373
|
5,912K: vendor.qti.secure_element@1.2-service (pid 876)
|
374
|
5,868K: servicemanager (pid 501)
|
375
|
5,832K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
376
|
5,828K: dpmd (pid 1175)
|
377
|
5,820K: vendor.ts.uart@1.0-service (pid 647)
|
378
|
5,812K: sensors.qti (pid 989)
|
379
|
5,780K: feature_enabler_client (pid 1178)
|
380
|
5,736K: qcc-trd (pid 1279)
|
381
|
5,664K: incidentd (pid 1184)
|
382
|
5,660K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
383
|
5,620K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
384
|
5,572K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
385
|
5,572K: vendor.qti.qspmhal@1.0-service (pid 875)
|
386
|
5,568K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
387
|
5,536K: android.hardware.boot@1.1-service (pid 566)
|
388
|
5,492K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
389
|
5,424K: android.hardware.health@2.1-service (pid 824)
|
390
|
5,424K: sscrpcd (pid 920)
|
391
|
5,412K: android.system.suspend@1.0-service (pid 563)
|
392
|
5,404K: android.hardware.thermal@2.0-service.qti (pid 830)
|
393
|
5,400K: qspmsvc (pid 3103)
|
394
|
5,352K: android.hardware.usb@1.2-service-qti (pid 831)
|
395
|
5,304K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
396
|
5,296K: dspservice (pid 841)
|
397
|
5,292K: lowi-server (pid 1377)
|
398
|
5,272K: vendor.qti.hardware.vibrator.service (pid 870)
|
399
|
5,268K: adsprpcd (pid 1230)
|
400
|
5,252K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
401
|
5,228K: traced (pid 1171)
|
402
|
5,212K: tloc_daemon (pid 1310)
|
403
|
5,172K: adsprpcd (pid 1232)
|
404
|
5,168K: cdsprpcd (pid 1234)
|
405
|
5,152K: android.hardware.memtrack@1.0-service (pid 826)
|
406
|
5,140K: sscrpcd (pid 568)
|
407
|
5,140K: android.hardware.cas@1.2-service (pid 815)
|
408
|
5,136K: android.hardware.lights-service.qti (pid 825)
|
409
|
4,984K: vndservicemanager (pid 503)
|
410
|
4,964K: android.hardware.atrace@1.0-service (pid 565)
|
411
|
4,956K: pm-service (pid 945)
|
412
|
4,736K: dpmd (pid 1191)
|
413
|
4,676K: time_daemon (pid 645)
|
414
|
4,652K: pm-proxy (pid 1162)
|
415
|
4,612K: imsqmidaemon (pid 1218)
|
416
|
4,556K: loc_launcher (pid 1246)
|
417
|
4,436K: pd-mapper (pid 926)
|
418
|
4,396K: mlid (pid 1245)
|
419
|
4,328K: rmt_storage (pid 986)
|
420
|
4,288K: android.hidl.allocator@1.0-service (pid 805)
|
421
|
4,192K: wfdvndservice (pid 1235)
|
422
|
4,180K: msm_irqbalance (pid 1426)
|
423
|
4,132K: dumpsys (pid 14973)
|
424
|
3,872K: ipacm-diag (pid 1221)
|
425
|
3,672K: ip6tables-restore (pid 725)
|
426
|
3,656K: qrtr-ns (pid 916)
|
427
|
3,612K: tftp_server (pid 988)
|
428
|
3,604K: iptables-restore (pid 724)
|
429
|
3,264K: sh (pid 5068)
|
430
|
2,992K: tombstoned (pid 627)
|
431
|
2,488K: ssgqmigd (pid 1241)
|
432
|
1,140K: mdnsd (pid 3101)
|
433
|
|
434
|
Total RSS by OOM adjustment:
|
435
|
1,898,412K: Native
|
436
|
191,816K: zygote64 (pid 668)
|
437
|
169,708K: zygote (pid 669)
|
438
|
121,292K: surfaceflinger (pid 957)
|
439
|
119,000K: com.android.commands.monkey (pid 5070)
|
440
|
118,260K: com.microsoft.emmx_zygote (pid 14269)
|
441
|
74,364K: webview_zygote (pid 2533)
|
442
|
54,072K: audioserver (pid 949)
|
443
|
41,728K: media.extractor (pid 1186)
|
444
|
30,932K: cameraserver (pid 1181)
|
445
|
30,304K: mediaserver (pid 1189)
|
446
|
23,976K: android.hardware.audio.service (pid 803)
|
447
|
22,540K: vendor.qti.hardware.display.composer-service (pid 840)
|
448
|
20,916K: media.swcodec (pid 1238)
|
449
|
20,604K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
450
|
20,328K: android.hardware.gnss@2.1-service-qti (pid 821)
|
451
|
15,940K: media.codec (pid 1201)
|
452
|
15,104K: keystore2 (pid 564)
|
453
|
14,144K: media.hwcodec (pid 871)
|
454
|
13,892K: init (pid 1)
|
455
|
13,792K: cnd (pid 1206)
|
456
|
13,084K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
457
|
12,844K: iorapd (pid 1165)
|
458
|
10,792K: media.metrics (pid 1188)
|
459
|
10,664K: update_engine (pid 1263)
|
460
|
10,332K: xtra-daemon (pid 1380)
|
461
|
10,148K: vold (pid 515)
|
462
|
9,968K: adbd (pid 5037)
|
463
|
9,940K: ueventd (pid 471)
|
464
|
9,928K: imsrcsd (pid 1219)
|
465
|
9,724K: netd (pid 667)
|
466
|
9,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
467
|
9,368K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
468
|
9,160K: imsdatadaemon (pid 1343)
|
469
|
8,892K: slim_daemon (pid 1378)
|
470
|
8,652K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
471
|
8,592K: ssgtzd (pid 798)
|
472
|
8,568K: init (pid 469)
|
473
|
8,464K: vppservice (pid 878)
|
474
|
8,360K: traced_probes (pid 1167)
|
475
|
8,340K: ims_rtp_daemon (pid 1214)
|
476
|
8,160K: android.hardware.wifi@1.0-service (pid 832)
|
477
|
8,144K: tlog (pid 4708)
|
478
|
8,124K: wifidisplayhalservice (pid 1209)
|
479
|
8,076K: iorap.prefetcherd (pid 1947)
|
480
|
7,948K: perfservice (pid 1195)
|
481
|
7,932K: vendor.qti.hardware.display.allocator-service (pid 838)
|
482
|
7,728K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
483
|
7,700K: drmserver (pid 1164)
|
484
|
7,684K: qseecomd (pid 513)
|
485
|
7,636K: installd (pid 1185)
|
486
|
7,624K: logd (pid 499)
|
487
|
7,576K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
488
|
7,576K: gpuservice (pid 952)
|
489
|
7,500K: credstore (pid 951)
|
490
|
7,336K: ipacm (pid 646)
|
491
|
7,332K: cnss-daemon (pid 1240)
|
492
|
7,252K: thermal-engine (pid 3108)
|
493
|
7,232K: hwservicemanager (pid 502)
|
494
|
7,212K: wfdhdcphalservice (pid 1196)
|
495
|
7,164K: qccsyshal@1.1-service (pid 807)
|
496
|
7,140K: lmkd (pid 500)
|
497
|
7,032K: spdaemon (pid 562)
|
498
|
7,016K: storaged (pid 1192)
|
499
|
6,964K: vendor.display.color@1.0-service (pid 835)
|
500
|
6,908K: selfinstaller (pid 1190)
|
501
|
6,888K: android.hardware.power-service (pid 828)
|
502
|
6,884K: tzlog (pid 1249)
|
503
|
6,804K: wificond (pid 1194)
|
504
|
6,772K: qfp-daemon (pid 1286)
|
505
|
6,488K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
506
|
6,456K: cnss_diag (pid 1180)
|
507
|
6,340K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
508
|
6,220K: keymasterd (pid 616)
|
509
|
6,188K: dpmQmiMgr (pid 1177)
|
510
|
6,152K: gatekeeperd (pid 1248)
|
511
|
6,100K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
512
|
6,020K: statsd (pid 666)
|
513
|
5,984K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
514
|
5,964K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
515
|
5,912K: vendor.qti.secure_element@1.2-service (pid 876)
|
516
|
5,868K: servicemanager (pid 501)
|
517
|
5,832K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
518
|
5,828K: dpmd (pid 1175)
|
519
|
5,820K: vendor.ts.uart@1.0-service (pid 647)
|
520
|
5,812K: sensors.qti (pid 989)
|
521
|
5,780K: feature_enabler_client (pid 1178)
|
522
|
5,736K: qcc-trd (pid 1279)
|
523
|
5,664K: incidentd (pid 1184)
|
524
|
5,660K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
525
|
5,620K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
526
|
5,572K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
527
|
5,572K: vendor.qti.qspmhal@1.0-service (pid 875)
|
528
|
5,568K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
529
|
5,536K: android.hardware.boot@1.1-service (pid 566)
|
530
|
5,492K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
531
|
5,424K: android.hardware.health@2.1-service (pid 824)
|
532
|
5,424K: sscrpcd (pid 920)
|
533
|
5,412K: android.system.suspend@1.0-service (pid 563)
|
534
|
5,404K: android.hardware.thermal@2.0-service.qti (pid 830)
|
535
|
5,400K: qspmsvc (pid 3103)
|
536
|
5,352K: android.hardware.usb@1.2-service-qti (pid 831)
|
537
|
5,304K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
538
|
5,296K: dspservice (pid 841)
|
539
|
5,292K: lowi-server (pid 1377)
|
540
|
5,272K: vendor.qti.hardware.vibrator.service (pid 870)
|
541
|
5,268K: adsprpcd (pid 1230)
|
542
|
5,252K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
543
|
5,228K: traced (pid 1171)
|
544
|
5,212K: tloc_daemon (pid 1310)
|
545
|
5,172K: adsprpcd (pid 1232)
|
546
|
5,168K: cdsprpcd (pid 1234)
|
547
|
5,152K: android.hardware.memtrack@1.0-service (pid 826)
|
548
|
5,140K: sscrpcd (pid 568)
|
549
|
5,140K: android.hardware.cas@1.2-service (pid 815)
|
550
|
5,136K: android.hardware.lights-service.qti (pid 825)
|
551
|
4,984K: vndservicemanager (pid 503)
|
552
|
4,964K: android.hardware.atrace@1.0-service (pid 565)
|
553
|
4,956K: pm-service (pid 945)
|
554
|
4,736K: dpmd (pid 1191)
|
555
|
4,676K: time_daemon (pid 645)
|
556
|
4,652K: pm-proxy (pid 1162)
|
557
|
4,612K: imsqmidaemon (pid 1218)
|
558
|
4,556K: loc_launcher (pid 1246)
|
559
|
4,436K: pd-mapper (pid 926)
|
560
|
4,396K: mlid (pid 1245)
|
561
|
4,328K: rmt_storage (pid 986)
|
562
|
4,288K: android.hidl.allocator@1.0-service (pid 805)
|
563
|
4,192K: wfdvndservice (pid 1235)
|
564
|
4,180K: msm_irqbalance (pid 1426)
|
565
|
4,132K: dumpsys (pid 14973)
|
566
|
3,872K: ipacm-diag (pid 1221)
|
567
|
3,672K: ip6tables-restore (pid 725)
|
568
|
3,656K: qrtr-ns (pid 916)
|
569
|
3,612K: tftp_server (pid 988)
|
570
|
3,604K: iptables-restore (pid 724)
|
571
|
3,264K: sh (pid 5068)
|
572
|
2,992K: tombstoned (pid 627)
|
573
|
2,488K: ssgqmigd (pid 1241)
|
574
|
1,140K: mdnsd (pid 3101)
|
575
|
560,708K: System
|
576
|
560,708K: system (pid 1513)
|
577
|
2,348,828K: Persistent
|
578
|
295,556K: com.android.systemui (pid 2356)
|
579
|
141,884K: com.tc.logclient (pid 2629)
|
580
|
126,276K: com.thundercomm.microsettings (pid 2567)
|
581
|
106,724K: com.thundercomm.remotecontrolservice (pid 2691)
|
582
|
103,048K: com.qualcomm.qti.qdma (pid 2797)
|
583
|
102,224K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
584
|
101,796K: com.android.networkstack.process (pid 2500)
|
585
|
101,676K: com.qualcomm.location (pid 3110)
|
586
|
101,468K: com.thundercomm.tchttpserver (pid 2615)
|
587
|
101,132K: com.thundercomm.microservice (pid 2549)
|
588
|
92,028K: .dataservices (pid 2580)
|
589
|
91,440K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
590
|
90,936K: com.thundercomm.tcservice (pid 2727)
|
591
|
89,232K: com.android.se (pid 2676)
|
592
|
89,096K: com.qualcomm.qti.qccnetstat (pid 3313)
|
593
|
88,888K: .qtidataservices (pid 2597)
|
594
|
88,236K: vendor.qti.qesdk.sysservice (pid 2634)
|
595
|
88,160K: com.thundercomm.tcsetupWizard (pid 2570)
|
596
|
88,152K: ts.car.uart (pid 3250)
|
597
|
87,496K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
598
|
86,980K: .pasr (pid 3252)
|
599
|
86,400K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
600
|
258,148K: Persistent Service
|
601
|
132,348K: com.android.bluetooth (pid 8877)
|
602
|
125,800K: com.android.providers.media.module (pid 3446)
|
603
|
193,968K: Foreground
|
604
|
193,968K: com.android.permissioncontroller (pid 2359 / activities)
|
605
|
406,040K: Visible
|
606
|
207,544K: com.android.launcher3 (pid 2829 / activities)
|
607
|
107,900K: android.ext.services (pid 3037)
|
608
|
90,596K: com.qualcomm.location.XT (pid 3393)
|
609
|
159,428K: Perceptible
|
610
|
159,428K: com.sohu.inputmethod.sogou.car (pid 3670)
|
611
|
90,364K: A Services
|
612
|
90,364K: com.qti.diagservices (pid 10358)
|
613
|
215,612K: Previous
|
614
|
215,612K: com.android.settings (pid 12049 / activities)
|
615
|
178,392K: B Services
|
616
|
178,392K: com.android.deskclock (pid 3039 / activities)
|
617
|
2,538,496K: Cached
|
618
|
334,400K: com.microsoft.emmx (pid 5565 / activities)
|
619
|
212,652K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
620
|
201,040K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
621
|
200,748K: com.android.gallery3d (pid 3902 / activities)
|
622
|
182,672K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
623
|
168,936K: com.android.documentsui (pid 3454 / activities)
|
624
|
149,516K: com.android.calendar (pid 3863 / activities)
|
625
|
141,640K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
626
|
134,800K: com.android.soundrecorder (pid 5411 / activities)
|
627
|
131,940K: android:ui (pid 14519)
|
628
|
120,140K: com.android.music (pid 14901 / activities)
|
629
|
102,540K: android.process.media (pid 3417)
|
630
|
95,648K: com.android.providers.calendar (pid 3711)
|
631
|
92,972K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
632
|
90,244K: com.android.externalstorage (pid 3560)
|
633
|
89,812K: com.android.shell (pid 4934)
|
634
|
88,796K: com.android.packageinstaller (pid 4013)
|
635
|
|
636
|
Total RSS by category:
|
637
|
2,626,032K: .so mmap
|
638
|
1,302,584K: .jar mmap
|
639
|
1,082,220K: .art mmap
|
640
|
784,908K: .apk mmap
|
641
|
753,084K: Native
|
642
|
619,584K: .oat mmap
|
643
|
607,056K: Dalvik
|
644
|
223,848K: Other mmap
|
645
|
197,160K: Dalvik Other
|
646
|
164,900K: .dex mmap
|
647
|
155,948K: Unknown
|
648
|
73,716K: EGL mtrack
|
649
|
67,096K: .ttf mmap
|
650
|
62,636K: Gfx dev
|
651
|
48,696K: Other dev
|
652
|
43,060K: Stack
|
653
|
28,956K: Ashmem
|
654
|
6,912K: GL mtrack
|
655
|
0K: Cursor
|
656
|
0K: Other mtrack
|
657
|
|
658
|
Total PSS by process:
|
659
|
223,606K: system (pid 1513)
|
660
|
133,373K: com.microsoft.emmx (pid 5565 / activities)
|
661
|
112,353K: com.android.systemui (pid 2356)
|
662
|
94,824K: surfaceflinger (pid 957)
|
663
|
78,112K: com.sohu.inputmethod.sogou.car (pid 3670)
|
664
|
72,160K: com.android.settings (pid 12049 / activities)
|
665
|
67,203K: com.android.launcher3 (pid 2829 / activities)
|
666
|
63,267K: com.android.gallery3d (pid 3902 / activities)
|
667
|
58,095K: com.android.permissioncontroller (pid 2359 / activities)
|
668
|
53,246K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
669
|
51,898K: zygote (pid 669)
|
670
|
48,598K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
671
|
41,070K: com.android.deskclock (pid 3039 / activities)
|
672
|
38,941K: com.android.documentsui (pid 3454 / activities)
|
673
|
38,905K: com.android.commands.monkey (pid 5070)
|
674
|
37,076K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
675
|
34,966K: com.thundercomm.microsettings (pid 2567)
|
676
|
28,307K: webview_zygote (pid 2533)
|
677
|
28,004K: com.android.bluetooth (pid 8877)
|
678
|
25,212K: audioserver (pid 949)
|
679
|
22,380K: com.android.calendar (pid 3863 / activities)
|
680
|
22,188K: com.tc.logclient (pid 2629)
|
681
|
21,273K: com.android.providers.media.module (pid 3446)
|
682
|
21,169K: zygote64 (pid 668)
|
683
|
20,509K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
684
|
19,926K: android.hardware.audio.service (pid 803)
|
685
|
19,427K: media.extractor (pid 1186)
|
686
|
18,218K: com.thundercomm.tchttpserver (pid 2615)
|
687
|
18,055K: com.thundercomm.remotecontrolservice (pid 2691)
|
688
|
17,697K: com.thundercomm.microservice (pid 2549)
|
689
|
16,422K: com.android.soundrecorder (pid 5411 / activities)
|
690
|
15,269K: mediaserver (pid 1189)
|
691
|
14,462K: com.microsoft.emmx_zygote (pid 14269)
|
692
|
13,493K: android.hardware.gnss@2.1-service-qti (pid 821)
|
693
|
13,119K: android:ui (pid 14519)
|
694
|
12,916K: android.ext.services (pid 3037)
|
695
|
12,748K: com.android.music (pid 14901 / activities)
|
696
|
12,688K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
697
|
12,529K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
698
|
11,503K: vendor.qti.hardware.display.composer-service (pid 840)
|
699
|
10,768K: cameraserver (pid 1181)
|
700
|
10,592K: android.process.media (pid 3417)
|
701
|
10,147K: com.qualcomm.location (pid 3110)
|
702
|
9,935K: com.android.networkstack.process (pid 2500)
|
703
|
9,414K: media.swcodec (pid 1238)
|
704
|
8,988K: media.codec (pid 1201)
|
705
|
8,791K: com.qualcomm.qti.qdma (pid 2797)
|
706
|
8,432K: init (pid 1)
|
707
|
7,870K: .dataservices (pid 2580)
|
708
|
7,533K: media.hwcodec (pid 871)
|
709
|
7,135K: com.thundercomm.tcservice (pid 2727)
|
710
|
7,121K: com.android.providers.calendar (pid 3711)
|
711
|
6,932K: com.android.packageinstaller (pid 4013)
|
712
|
6,869K: cnd (pid 1206)
|
713
|
6,325K: com.thundercomm.tcsetupWizard (pid 2570)
|
714
|
6,169K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
715
|
6,134K: com.qualcomm.location.XT (pid 3393)
|
716
|
6,131K: keystore2 (pid 564)
|
717
|
6,125K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
718
|
5,979K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
719
|
5,917K: ts.car.uart (pid 3250)
|
720
|
5,745K: com.qualcomm.qti.qccnetstat (pid 3313)
|
721
|
5,649K: com.android.shell (pid 4934)
|
722
|
5,511K: .qtidataservices (pid 2597)
|
723
|
5,510K: adbd (pid 5037)
|
724
|
5,452K: com.android.se (pid 2676)
|
725
|
5,425K: com.android.externalstorage (pid 3560)
|
726
|
5,400K: imsrcsd (pid 1219)
|
727
|
5,379K: com.qti.diagservices (pid 10358)
|
728
|
5,128K: vendor.qti.qesdk.sysservice (pid 2634)
|
729
|
5,098K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
730
|
5,069K: media.metrics (pid 1188)
|
731
|
5,048K: iorapd (pid 1165)
|
732
|
5,025K: .pasr (pid 3252)
|
733
|
4,999K: ueventd (pid 471)
|
734
|
4,887K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
735
|
4,816K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
736
|
4,538K: logd (pid 499)
|
737
|
4,266K: netd (pid 667)
|
738
|
4,096K: update_engine (pid 1263)
|
739
|
4,082K: vold (pid 515)
|
740
|
3,947K: android.hardware.wifi@1.0-service (pid 832)
|
741
|
3,712K: wifidisplayhalservice (pid 1209)
|
742
|
3,699K: init (pid 469)
|
743
|
3,659K: selfinstaller (pid 1190)
|
744
|
3,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
745
|
3,138K: ssgtzd (pid 798)
|
746
|
3,057K: xtra-daemon (pid 1380)
|
747
|
3,057K: imsdatadaemon (pid 1343)
|
748
|
2,985K: installd (pid 1185)
|
749
|
2,949K: vppservice (pid 878)
|
750
|
2,911K: traced_probes (pid 1167)
|
751
|
2,866K: iorap.prefetcherd (pid 1947)
|
752
|
2,839K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
753
|
2,792K: thermal-engine (pid 3108)
|
754
|
2,694K: ims_rtp_daemon (pid 1214)
|
755
|
2,669K: wfdhdcphalservice (pid 1196)
|
756
|
2,603K: tlog (pid 4708)
|
757
|
2,418K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
758
|
2,381K: slim_daemon (pid 1378)
|
759
|
2,362K: qfp-daemon (pid 1286)
|
760
|
2,329K: drmserver (pid 1164)
|
761
|
2,312K: cnss-daemon (pid 1240)
|
762
|
2,311K: ipacm (pid 646)
|
763
|
2,301K: storaged (pid 1192)
|
764
|
2,284K: vendor.display.color@1.0-service (pid 835)
|
765
|
2,188K: statsd (pid 666)
|
766
|
2,178K: qseecomd (pid 513)
|
767
|
2,134K: credstore (pid 951)
|
768
|
2,021K: hwservicemanager (pid 502)
|
769
|
1,984K: cnss_diag (pid 1180)
|
770
|
1,935K: qccsyshal@1.1-service (pid 807)
|
771
|
1,888K: traced (pid 1171)
|
772
|
1,781K: gpuservice (pid 952)
|
773
|
1,754K: servicemanager (pid 501)
|
774
|
1,678K: vendor.qti.secure_element@1.2-service (pid 876)
|
775
|
1,668K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
776
|
1,666K: wificond (pid 1194)
|
777
|
1,664K: spdaemon (pid 562)
|
778
|
1,663K: lowi-server (pid 1377)
|
779
|
1,662K: android.hardware.cas@1.2-service (pid 815)
|
780
|
1,635K: perfservice (pid 1195)
|
781
|
1,627K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
782
|
1,594K: vendor.qti.hardware.display.allocator-service (pid 838)
|
783
|
1,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
784
|
1,519K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
785
|
1,510K: dpmQmiMgr (pid 1177)
|
786
|
1,459K: tzlog (pid 1249)
|
787
|
1,451K: lmkd (pid 500)
|
788
|
1,438K: android.hardware.usb@1.2-service-qti (pid 831)
|
789
|
1,433K: qcc-trd (pid 1279)
|
790
|
1,395K: sensors.qti (pid 989)
|
791
|
1,377K: android.hardware.boot@1.1-service (pid 566)
|
792
|
1,288K: vendor.ts.uart@1.0-service (pid 647)
|
793
|
1,265K: incidentd (pid 1184)
|
794
|
1,250K: feature_enabler_client (pid 1178)
|
795
|
1,246K: dpmd (pid 1191)
|
796
|
1,233K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
797
|
1,222K: android.hardware.thermal@2.0-service.qti (pid 830)
|
798
|
1,217K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
799
|
1,214K: android.hardware.health@2.1-service (pid 824)
|
800
|
1,211K: gatekeeperd (pid 1248)
|
801
|
1,210K: android.system.suspend@1.0-service (pid 563)
|
802
|
1,207K: keymasterd (pid 616)
|
803
|
1,193K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
804
|
1,184K: android.hardware.power-service (pid 828)
|
805
|
1,176K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
806
|
1,173K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
807
|
1,165K: vendor.qti.qspmhal@1.0-service (pid 875)
|
808
|
1,149K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
809
|
1,132K: wfdvndservice (pid 1235)
|
810
|
1,130K: qspmsvc (pid 3103)
|
811
|
1,130K: tloc_daemon (pid 1310)
|
812
|
1,121K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
813
|
1,112K: ip6tables-restore (pid 725)
|
814
|
1,110K: time_daemon (pid 645)
|
815
|
1,089K: iptables-restore (pid 724)
|
816
|
1,084K: sscrpcd (pid 568)
|
817
|
1,079K: adsprpcd (pid 1232)
|
818
|
1,075K: adsprpcd (pid 1230)
|
819
|
1,066K: pm-service (pid 945)
|
820
|
1,062K: sscrpcd (pid 920)
|
821
|
1,061K: dpmd (pid 1175)
|
822
|
1,058K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
823
|
1,056K: mdnsd (pid 3101)
|
824
|
1,052K: cdsprpcd (pid 1234)
|
825
|
1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
826
|
1,045K: sh (pid 5068)
|
827
|
1,037K: dspservice (pid 841)
|
828
|
1,007K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
829
|
1,001K: vendor.qti.hardware.vibrator.service (pid 870)
|
830
|
998K: android.hardware.memtrack@1.0-service (pid 826)
|
831
|
972K: loc_launcher (pid 1246)
|
832
|
971K: vndservicemanager (pid 503)
|
833
|
963K: mlid (pid 1245)
|
834
|
942K: imsqmidaemon (pid 1218)
|
835
|
936K: android.hardware.atrace@1.0-service (pid 565)
|
836
|
930K: android.hardware.lights-service.qti (pid 825)
|
837
|
926K: pd-mapper (pid 926)
|
838
|
832K: pm-proxy (pid 1162)
|
839
|
805K: msm_irqbalance (pid 1426)
|
840
|
788K: dumpsys (pid 14973)
|
841
|
782K: rmt_storage (pid 986)
|
842
|
751K: android.hidl.allocator@1.0-service (pid 805)
|
843
|
750K: tftp_server (pid 988)
|
844
|
665K: ipacm-diag (pid 1221)
|
845
|
663K: tombstoned (pid 627)
|
846
|
642K: qrtr-ns (pid 916)
|
847
|
635K: ssgqmigd (pid 1241)
|
848
|
|
849
|
Total PSS by OOM adjustment:
|
850
|
654,964K: Native
|
851
|
94,824K: surfaceflinger (pid 957)
|
852
|
51,898K: zygote (pid 669)
|
853
|
38,905K: com.android.commands.monkey (pid 5070)
|
854
|
28,307K: webview_zygote (pid 2533)
|
855
|
25,212K: audioserver (pid 949)
|
856
|
21,169K: zygote64 (pid 668)
|
857
|
19,926K: android.hardware.audio.service (pid 803)
|
858
|
19,427K: media.extractor (pid 1186)
|
859
|
15,269K: mediaserver (pid 1189)
|
860
|
14,462K: com.microsoft.emmx_zygote (pid 14269)
|
861
|
13,493K: android.hardware.gnss@2.1-service-qti (pid 821)
|
862
|
12,688K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
863
|
11,503K: vendor.qti.hardware.display.composer-service (pid 840)
|
864
|
10,768K: cameraserver (pid 1181)
|
865
|
9,414K: media.swcodec (pid 1238)
|
866
|
8,988K: media.codec (pid 1201)
|
867
|
8,432K: init (pid 1)
|
868
|
7,533K: media.hwcodec (pid 871)
|
869
|
6,869K: cnd (pid 1206)
|
870
|
6,169K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
871
|
6,131K: keystore2 (pid 564)
|
872
|
5,510K: adbd (pid 5037)
|
873
|
5,400K: imsrcsd (pid 1219)
|
874
|
5,069K: media.metrics (pid 1188)
|
875
|
5,048K: iorapd (pid 1165)
|
876
|
4,999K: ueventd (pid 471)
|
877
|
4,816K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
878
|
4,538K: logd (pid 499)
|
879
|
4,266K: netd (pid 667)
|
880
|
4,096K: update_engine (pid 1263)
|
881
|
4,082K: vold (pid 515)
|
882
|
3,947K: android.hardware.wifi@1.0-service (pid 832)
|
883
|
3,712K: wifidisplayhalservice (pid 1209)
|
884
|
3,699K: init (pid 469)
|
885
|
3,659K: selfinstaller (pid 1190)
|
886
|
3,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
887
|
3,138K: ssgtzd (pid 798)
|
888
|
3,057K: xtra-daemon (pid 1380)
|
889
|
3,057K: imsdatadaemon (pid 1343)
|
890
|
2,985K: installd (pid 1185)
|
891
|
2,949K: vppservice (pid 878)
|
892
|
2,911K: traced_probes (pid 1167)
|
893
|
2,866K: iorap.prefetcherd (pid 1947)
|
894
|
2,839K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
895
|
2,792K: thermal-engine (pid 3108)
|
896
|
2,694K: ims_rtp_daemon (pid 1214)
|
897
|
2,669K: wfdhdcphalservice (pid 1196)
|
898
|
2,603K: tlog (pid 4708)
|
899
|
2,418K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
900
|
2,381K: slim_daemon (pid 1378)
|
901
|
2,362K: qfp-daemon (pid 1286)
|
902
|
2,329K: drmserver (pid 1164)
|
903
|
2,312K: cnss-daemon (pid 1240)
|
904
|
2,311K: ipacm (pid 646)
|
905
|
2,301K: storaged (pid 1192)
|
906
|
2,284K: vendor.display.color@1.0-service (pid 835)
|
907
|
2,188K: statsd (pid 666)
|
908
|
2,178K: qseecomd (pid 513)
|
909
|
2,134K: credstore (pid 951)
|
910
|
2,021K: hwservicemanager (pid 502)
|
911
|
1,984K: cnss_diag (pid 1180)
|
912
|
1,935K: qccsyshal@1.1-service (pid 807)
|
913
|
1,888K: traced (pid 1171)
|
914
|
1,781K: gpuservice (pid 952)
|
915
|
1,754K: servicemanager (pid 501)
|
916
|
1,678K: vendor.qti.secure_element@1.2-service (pid 876)
|
917
|
1,668K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
918
|
1,666K: wificond (pid 1194)
|
919
|
1,664K: spdaemon (pid 562)
|
920
|
1,663K: lowi-server (pid 1377)
|
921
|
1,662K: android.hardware.cas@1.2-service (pid 815)
|
922
|
1,635K: perfservice (pid 1195)
|
923
|
1,627K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
924
|
1,594K: vendor.qti.hardware.display.allocator-service (pid 838)
|
925
|
1,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
926
|
1,519K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
927
|
1,510K: dpmQmiMgr (pid 1177)
|
928
|
1,459K: tzlog (pid 1249)
|
929
|
1,451K: lmkd (pid 500)
|
930
|
1,438K: android.hardware.usb@1.2-service-qti (pid 831)
|
931
|
1,433K: qcc-trd (pid 1279)
|
932
|
1,395K: sensors.qti (pid 989)
|
933
|
1,377K: android.hardware.boot@1.1-service (pid 566)
|
934
|
1,288K: vendor.ts.uart@1.0-service (pid 647)
|
935
|
1,265K: incidentd (pid 1184)
|
936
|
1,250K: feature_enabler_client (pid 1178)
|
937
|
1,246K: dpmd (pid 1191)
|
938
|
1,233K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
939
|
1,222K: android.hardware.thermal@2.0-service.qti (pid 830)
|
940
|
1,217K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
941
|
1,214K: android.hardware.health@2.1-service (pid 824)
|
942
|
1,211K: gatekeeperd (pid 1248)
|
943
|
1,210K: android.system.suspend@1.0-service (pid 563)
|
944
|
1,207K: keymasterd (pid 616)
|
945
|
1,193K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
946
|
1,184K: android.hardware.power-service (pid 828)
|
947
|
1,176K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
948
|
1,173K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
949
|
1,165K: vendor.qti.qspmhal@1.0-service (pid 875)
|
950
|
1,149K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
951
|
1,132K: wfdvndservice (pid 1235)
|
952
|
1,130K: qspmsvc (pid 3103)
|
953
|
1,130K: tloc_daemon (pid 1310)
|
954
|
1,121K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
955
|
1,112K: ip6tables-restore (pid 725)
|
956
|
1,110K: time_daemon (pid 645)
|
957
|
1,089K: iptables-restore (pid 724)
|
958
|
1,084K: sscrpcd (pid 568)
|
959
|
1,079K: adsprpcd (pid 1232)
|
960
|
1,075K: adsprpcd (pid 1230)
|
961
|
1,066K: pm-service (pid 945)
|
962
|
1,062K: sscrpcd (pid 920)
|
963
|
1,061K: dpmd (pid 1175)
|
964
|
1,058K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
965
|
1,056K: mdnsd (pid 3101)
|
966
|
1,052K: cdsprpcd (pid 1234)
|
967
|
1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
968
|
1,045K: sh (pid 5068)
|
969
|
1,037K: dspservice (pid 841)
|
970
|
1,007K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
971
|
1,001K: vendor.qti.hardware.vibrator.service (pid 870)
|
972
|
998K: android.hardware.memtrack@1.0-service (pid 826)
|
973
|
972K: loc_launcher (pid 1246)
|
974
|
971K: vndservicemanager (pid 503)
|
975
|
963K: mlid (pid 1245)
|
976
|
942K: imsqmidaemon (pid 1218)
|
977
|
936K: android.hardware.atrace@1.0-service (pid 565)
|
978
|
930K: android.hardware.lights-service.qti (pid 825)
|
979
|
926K: pd-mapper (pid 926)
|
980
|
832K: pm-proxy (pid 1162)
|
981
|
805K: msm_irqbalance (pid 1426)
|
982
|
788K: dumpsys (pid 14973)
|
983
|
782K: rmt_storage (pid 986)
|
984
|
751K: android.hidl.allocator@1.0-service (pid 805)
|
985
|
750K: tftp_server (pid 988)
|
986
|
665K: ipacm-diag (pid 1221)
|
987
|
663K: tombstoned (pid 627)
|
988
|
642K: qrtr-ns (pid 916)
|
989
|
635K: ssgqmigd (pid 1241)
|
990
|
223,606K: System
|
991
|
223,606K: system (pid 1513)
|
992
|
334,951K: Persistent
|
993
|
112,353K: com.android.systemui (pid 2356)
|
994
|
34,966K: com.thundercomm.microsettings (pid 2567)
|
995
|
22,188K: com.tc.logclient (pid 2629)
|
996
|
18,218K: com.thundercomm.tchttpserver (pid 2615)
|
997
|
18,055K: com.thundercomm.remotecontrolservice (pid 2691)
|
998
|
17,697K: com.thundercomm.microservice (pid 2549)
|
999
|
12,529K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
1000
|
10,147K: com.qualcomm.location (pid 3110)
|
1001
|
9,935K: com.android.networkstack.process (pid 2500)
|
1002
|
8,791K: com.qualcomm.qti.qdma (pid 2797)
|
1003
|
7,870K: .dataservices (pid 2580)
|
1004
|
7,135K: com.thundercomm.tcservice (pid 2727)
|
1005
|
6,325K: com.thundercomm.tcsetupWizard (pid 2570)
|
1006
|
5,979K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
1007
|
5,917K: ts.car.uart (pid 3250)
|
1008
|
5,745K: com.qualcomm.qti.qccnetstat (pid 3313)
|
1009
|
5,511K: .qtidataservices (pid 2597)
|
1010
|
5,452K: com.android.se (pid 2676)
|
1011
|
5,128K: vendor.qti.qesdk.sysservice (pid 2634)
|
1012
|
5,098K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
1013
|
5,025K: .pasr (pid 3252)
|
1014
|
4,887K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
1015
|
49,277K: Persistent Service
|
1016
|
28,004K: com.android.bluetooth (pid 8877)
|
1017
|
21,273K: com.android.providers.media.module (pid 3446)
|
1018
|
58,095K: Foreground
|
1019
|
58,095K: com.android.permissioncontroller (pid 2359 / activities)
|
1020
|
86,253K: Visible
|
1021
|
67,203K: com.android.launcher3 (pid 2829 / activities)
|
1022
|
12,916K: android.ext.services (pid 3037)
|
1023
|
6,134K: com.qualcomm.location.XT (pid 3393)
|
1024
|
78,112K: Perceptible
|
1025
|
78,112K: com.sohu.inputmethod.sogou.car (pid 3670)
|
1026
|
5,379K: A Services
|
1027
|
5,379K: com.qti.diagservices (pid 10358)
|
1028
|
72,160K: Previous
|
1029
|
72,160K: com.android.settings (pid 12049 / activities)
|
1030
|
41,070K: B Services
|
1031
|
41,070K: com.android.deskclock (pid 3039 / activities)
|
1032
|
501,523K: Cached
|
1033
|
133,373K: com.microsoft.emmx (pid 5565 / activities)
|
1034
|
63,267K: com.android.gallery3d (pid 3902 / activities)
|
1035
|
53,246K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
1036
|
48,598K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
1037
|
38,941K: com.android.documentsui (pid 3454 / activities)
|
1038
|
37,076K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
1039
|
22,380K: com.android.calendar (pid 3863 / activities)
|
1040
|
20,509K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
1041
|
16,422K: com.android.soundrecorder (pid 5411 / activities)
|
1042
|
13,119K: android:ui (pid 14519)
|
1043
|
12,748K: com.android.music (pid 14901 / activities)
|
1044
|
10,592K: android.process.media (pid 3417)
|
1045
|
7,121K: com.android.providers.calendar (pid 3711)
|
1046
|
6,932K: com.android.packageinstaller (pid 4013)
|
1047
|
6,125K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
1048
|
5,649K: com.android.shell (pid 4934)
|
1049
|
5,425K: com.android.externalstorage (pid 3560)
|
1050
|
|
1051
|
Total PSS by category:
|
1052
|
532,255K: Native
|
1053
|
361,238K: .so mmap
|
1054
|
333,303K: .apk mmap
|
1055
|
165,479K: Dalvik
|
1056
|
116,344K: Unknown
|
1057
|
94,872K: .art mmap
|
1058
|
76,681K: .jar mmap
|
1059
|
73,716K: EGL mtrack
|
1060
|
69,835K: Dalvik Other
|
1061
|
62,636K: Gfx dev
|
1062
|
59,438K: .dex mmap
|
1063
|
56,827K: Other mmap
|
1064
|
42,294K: Stack
|
1065
|
28,185K: .oat mmap
|
1066
|
19,628K: .ttf mmap
|
1067
|
6,912K: GL mtrack
|
1068
|
4,229K: Other dev
|
1069
|
1,518K: Ashmem
|
1070
|
0K: Cursor
|
1071
|
0K: Other mtrack
|
1072
|
|
1073
|
Total RAM: 7,896,228K (status normal)
|
1074
|
Free RAM: 5,298,559K ( 501,523K cached pss + 1,729,236K cached kernel + 3,067,800K free)
|
1075
|
ION: 245,056K ( 8,044K mapped + 237,012K unmapped + 0K pools)
|
1076
|
Used RAM: 2,131,815K (1,538,195K used pss + 593,620K kernel)
|
1077
|
Lost RAM: 465,842K
|
1078
|
ZRAM: 12K physical used for 0K in swap (4,194,300K total swap)
|
1079
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
1080
|
// meminfo status was 0
|
1081
|
// NOT RESPONDING: com.android.launcher3 (pid 2829)
|
1082
|
ANR in com.android.launcher3 (com.android.launcher3/.uioverrides.QuickstepLauncher)
|
1083
|
PID: 2829
|
1084
|
Reason: Input dispatching timed out (Application does not have a focused window)
|
1085
|
Parent: com.android.launcher3/.uioverrides.QuickstepLauncher
|
1086
|
Frozen: false
|
1087
|
Load: 0.0 / 0.0 / 0.0
|
1088
|
----- Output from /proc/pressure/memory -----
|
1089
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
1090
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
1091
|
----- End output from /proc/pressure/memory -----
|
1092
|
|
1093
|
CPU usage from 6576ms to 0ms ago (2022-10-29 02:23:26.973 to 2022-10-29 02:23:33.549):
|
1094
|
3.4% 1513/system_server: 2.2% user + 1.2% kernel / faults: 1474 minor
|
1095
|
1.8% 9179/kworker/u16:9-devfreq_wq: 0% user + 1.8% kernel
|
1096
|
1.3% 5565/com.microsoft.emmx: 0.4% user + 0.9% kernel / faults: 1 minor
|
1097
|
1% 276/kworker/u16:4-ufs_pm_qos_0: 0% user + 1% kernel
|
1098
|
0.4% 37/ksoftirqd/3: 0% user + 0.4% kernel
|
1099
|
0% 2356/com.android.systemui: 0% user + 0% kernel / faults: 19 minor
|
1100
|
0.4% 4708/tlog: 0% user + 0.4% kernel
|
1101
|
0.3% 647/vendor.ts.uart@1.0-service: 0% user + 0.3% kernel
|
1102
|
0% 10/rcu_preempt: 0% user + 0% kernel
|
1103
|
0.1% 501/servicemanager: 0% user + 0.1% kernel
|
1104
|
0% 842/vendor.qti.hardware.iop@2.0-service: 0% user + 0% kernel
|
1105
|
0.1% 1426/msm_irqbalance: 0% user + 0.1% kernel
|
1106
|
0% 2615/com.thundercomm.tchttpserver: 0% user + 0% kernel / faults: 12 minor
|
1107
|
0% 2829/com.android.launcher3: 0% user + 0% kernel / faults: 8 minor
|
1108
|
0% 5070/com.android.commands.monkey: 0% user + 0% kernel / faults: 2 minor
|
1109
|
0.1% 6871/kworker/2:0-events_power_efficient: 0% user + 0.1% kernel
|
1110
|
0.1% 13805/kworker/3:0-events_freezable_power_: 0% user + 0.1% kernel
|
1111
|
0.1% 14993/kworker/0:0-events: 0.1% user + 0% kernel
|
1112
|
1.6% TOTAL: 0.4% user + 0.8% kernel + 0.2% irq + 0% softirq
|
1113
|
CPU usage from 4282831ms to 4282831ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake:
|
1114
|
0% TOTAL: 0% user + 0% kernel
|
1115
|
|
1116
|
procrank:
|
1117
|
<empty>
|
1118
|
|
1119
|
ZRAM: 0K physical used for 0K in swap (4194300K total swap)
|
1120
|
RAM: 7896228K total, 3060944K free, 323296K buffers, 1720548K cached, 16640K shmem, 246960K slab
|
1121
|
// procrank status was 0
|
1122
|
anr traces:
|
1123
|
// anr traces status was 1
|
1124
|
meminfo:
|
1125
|
Applications Memory Usage (in Kilobytes):
|
1126
|
Uptime: 4293005 Realtime: 4293005
|
1127
|
|
1128
|
|
1129
|
Total RSS by process:
|
1130
|
573,060K: system (pid 1513)
|
1131
|
334,612K: com.microsoft.emmx (pid 5565 / activities)
|
1132
|
295,688K: com.android.systemui (pid 2356)
|
1133
|
215,680K: com.android.settings (pid 12049 / activities)
|
1134
|
212,704K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
1135
|
210,140K: com.android.launcher3 (pid 2829 / activities)
|
1136
|
201,360K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
1137
|
200,796K: com.android.gallery3d (pid 3902 / activities)
|
1138
|
193,968K: com.android.permissioncontroller (pid 2359 / activities)
|
1139
|
191,816K: zygote64 (pid 668)
|
1140
|
183,000K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
1141
|
178,456K: com.android.deskclock (pid 3039 / activities)
|
1142
|
169,708K: zygote (pid 669)
|
1143
|
169,000K: com.android.documentsui (pid 3454 / activities)
|
1144
|
159,428K: com.sohu.inputmethod.sogou.car (pid 3670)
|
1145
|
149,580K: com.android.calendar (pid 3863 / activities)
|
1146
|
141,948K: com.tc.logclient (pid 2629)
|
1147
|
141,704K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
1148
|
134,864K: com.android.soundrecorder (pid 5411 / activities)
|
1149
|
132,396K: com.android.bluetooth (pid 8877)
|
1150
|
132,004K: android:ui (pid 14519)
|
1151
|
126,340K: com.thundercomm.microsettings (pid 2567)
|
1152
|
125,848K: com.android.providers.media.module (pid 3446)
|
1153
|
121,272K: surfaceflinger (pid 957)
|
1154
|
120,204K: com.android.music (pid 14901 / activities)
|
1155
|
118,324K: com.android.commands.monkey (pid 5070)
|
1156
|
118,308K: com.microsoft.emmx_zygote (pid 14269)
|
1157
|
107,964K: android.ext.services (pid 3037)
|
1158
|
107,048K: com.thundercomm.remotecontrolservice (pid 2691)
|
1159
|
103,112K: com.qualcomm.qti.qdma (pid 2797)
|
1160
|
102,604K: android.process.media (pid 3417)
|
1161
|
102,288K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
1162
|
101,860K: com.android.networkstack.process (pid 2500)
|
1163
|
101,832K: com.thundercomm.tchttpserver (pid 2615)
|
1164
|
101,740K: com.qualcomm.location (pid 3110)
|
1165
|
101,472K: com.thundercomm.microservice (pid 2549)
|
1166
|
95,712K: com.android.providers.calendar (pid 3711)
|
1167
|
93,036K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
1168
|
92,092K: .dataservices (pid 2580)
|
1169
|
91,504K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
1170
|
91,000K: com.thundercomm.tcservice (pid 2727)
|
1171
|
90,660K: com.qualcomm.location.XT (pid 3393)
|
1172
|
90,428K: com.qti.diagservices (pid 10358)
|
1173
|
90,308K: com.android.externalstorage (pid 3560)
|
1174
|
89,876K: com.android.shell (pid 4934)
|
1175
|
89,296K: com.android.se (pid 2676)
|
1176
|
89,160K: com.qualcomm.qti.qccnetstat (pid 3313)
|
1177
|
88,952K: .qtidataservices (pid 2597)
|
1178
|
88,860K: com.android.packageinstaller (pid 4013)
|
1179
|
88,300K: vendor.qti.qesdk.sysservice (pid 2634)
|
1180
|
88,224K: com.thundercomm.tcsetupWizard (pid 2570)
|
1181
|
88,216K: ts.car.uart (pid 3250)
|
1182
|
87,560K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
1183
|
87,044K: .pasr (pid 3252)
|
1184
|
86,464K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
1185
|
74,468K: webview_zygote (pid 2533)
|
1186
|
54,072K: audioserver (pid 949)
|
1187
|
41,728K: media.extractor (pid 1186)
|
1188
|
30,932K: cameraserver (pid 1181)
|
1189
|
30,304K: mediaserver (pid 1189)
|
1190
|
23,976K: android.hardware.audio.service (pid 803)
|
1191
|
22,540K: vendor.qti.hardware.display.composer-service (pid 840)
|
1192
|
20,916K: media.swcodec (pid 1238)
|
1193
|
20,604K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
1194
|
20,328K: android.hardware.gnss@2.1-service-qti (pid 821)
|
1195
|
15,940K: media.codec (pid 1201)
|
1196
|
15,104K: keystore2 (pid 564)
|
1197
|
14,144K: media.hwcodec (pid 871)
|
1198
|
13,892K: init (pid 1)
|
1199
|
13,792K: cnd (pid 1206)
|
1200
|
13,084K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
1201
|
12,844K: iorapd (pid 1165)
|
1202
|
10,792K: media.metrics (pid 1188)
|
1203
|
10,664K: update_engine (pid 1263)
|
1204
|
10,332K: xtra-daemon (pid 1380)
|
1205
|
10,148K: vold (pid 515)
|
1206
|
9,968K: adbd (pid 5037)
|
1207
|
9,940K: ueventd (pid 471)
|
1208
|
9,928K: imsrcsd (pid 1219)
|
1209
|
9,724K: netd (pid 667)
|
1210
|
9,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
1211
|
9,368K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
1212
|
9,160K: imsdatadaemon (pid 1343)
|
1213
|
8,892K: slim_daemon (pid 1378)
|
1214
|
8,652K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
1215
|
8,592K: ssgtzd (pid 798)
|
1216
|
8,568K: init (pid 469)
|
1217
|
8,464K: vppservice (pid 878)
|
1218
|
8,360K: traced_probes (pid 1167)
|
1219
|
8,340K: ims_rtp_daemon (pid 1214)
|
1220
|
8,160K: android.hardware.wifi@1.0-service (pid 832)
|
1221
|
8,144K: tlog (pid 4708)
|
1222
|
8,124K: wifidisplayhalservice (pid 1209)
|
1223
|
8,076K: iorap.prefetcherd (pid 1947)
|
1224
|
7,948K: perfservice (pid 1195)
|
1225
|
7,932K: vendor.qti.hardware.display.allocator-service (pid 838)
|
1226
|
7,728K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
1227
|
7,700K: drmserver (pid 1164)
|
1228
|
7,684K: qseecomd (pid 513)
|
1229
|
7,636K: installd (pid 1185)
|
1230
|
7,612K: logd (pid 499)
|
1231
|
7,576K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
1232
|
7,576K: gpuservice (pid 952)
|
1233
|
7,500K: credstore (pid 951)
|
1234
|
7,336K: ipacm (pid 646)
|
1235
|
7,332K: cnss-daemon (pid 1240)
|
1236
|
7,252K: thermal-engine (pid 3108)
|
1237
|
7,232K: hwservicemanager (pid 502)
|
1238
|
7,212K: wfdhdcphalservice (pid 1196)
|
1239
|
7,164K: qccsyshal@1.1-service (pid 807)
|
1240
|
7,140K: lmkd (pid 500)
|
1241
|
7,032K: spdaemon (pid 562)
|
1242
|
7,016K: storaged (pid 1192)
|
1243
|
6,964K: vendor.display.color@1.0-service (pid 835)
|
1244
|
6,908K: selfinstaller (pid 1190)
|
1245
|
6,888K: android.hardware.power-service (pid 828)
|
1246
|
6,884K: tzlog (pid 1249)
|
1247
|
6,804K: wificond (pid 1194)
|
1248
|
6,772K: qfp-daemon (pid 1286)
|
1249
|
6,488K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
1250
|
6,456K: cnss_diag (pid 1180)
|
1251
|
6,340K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
1252
|
6,220K: keymasterd (pid 616)
|
1253
|
6,188K: dpmQmiMgr (pid 1177)
|
1254
|
6,152K: gatekeeperd (pid 1248)
|
1255
|
6,100K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
1256
|
6,024K: statsd (pid 666)
|
1257
|
5,984K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
1258
|
5,964K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
1259
|
5,912K: vendor.qti.secure_element@1.2-service (pid 876)
|
1260
|
5,868K: servicemanager (pid 501)
|
1261
|
5,832K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
1262
|
5,828K: dpmd (pid 1175)
|
1263
|
5,820K: vendor.ts.uart@1.0-service (pid 647)
|
1264
|
5,812K: sensors.qti (pid 989)
|
1265
|
5,780K: feature_enabler_client (pid 1178)
|
1266
|
5,736K: qcc-trd (pid 1279)
|
1267
|
5,664K: incidentd (pid 1184)
|
1268
|
5,660K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
1269
|
5,620K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1270
|
5,572K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
1271
|
5,572K: vendor.qti.qspmhal@1.0-service (pid 875)
|
1272
|
5,568K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
1273
|
5,536K: android.hardware.boot@1.1-service (pid 566)
|
1274
|
5,492K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
1275
|
5,424K: android.hardware.health@2.1-service (pid 824)
|
1276
|
5,424K: sscrpcd (pid 920)
|
1277
|
5,412K: android.system.suspend@1.0-service (pid 563)
|
1278
|
5,404K: android.hardware.thermal@2.0-service.qti (pid 830)
|
1279
|
5,400K: qspmsvc (pid 3103)
|
1280
|
5,352K: android.hardware.usb@1.2-service-qti (pid 831)
|
1281
|
5,304K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
1282
|
5,296K: dspservice (pid 841)
|
1283
|
5,292K: lowi-server (pid 1377)
|
1284
|
5,272K: vendor.qti.hardware.vibrator.service (pid 870)
|
1285
|
5,268K: adsprpcd (pid 1230)
|
1286
|
5,252K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
1287
|
5,228K: traced (pid 1171)
|
1288
|
5,212K: tloc_daemon (pid 1310)
|
1289
|
5,172K: adsprpcd (pid 1232)
|
1290
|
5,168K: cdsprpcd (pid 1234)
|
1291
|
5,152K: android.hardware.memtrack@1.0-service (pid 826)
|
1292
|
5,140K: sscrpcd (pid 568)
|
1293
|
5,140K: android.hardware.cas@1.2-service (pid 815)
|
1294
|
5,136K: android.hardware.lights-service.qti (pid 825)
|
1295
|
4,984K: vndservicemanager (pid 503)
|
1296
|
4,964K: android.hardware.atrace@1.0-service (pid 565)
|
1297
|
4,956K: pm-service (pid 945)
|
1298
|
4,736K: dpmd (pid 1191)
|
1299
|
4,676K: time_daemon (pid 645)
|
1300
|
4,652K: pm-proxy (pid 1162)
|
1301
|
4,612K: imsqmidaemon (pid 1218)
|
1302
|
4,556K: loc_launcher (pid 1246)
|
1303
|
4,436K: pd-mapper (pid 926)
|
1304
|
4,396K: mlid (pid 1245)
|
1305
|
4,328K: rmt_storage (pid 986)
|
1306
|
4,288K: android.hidl.allocator@1.0-service (pid 805)
|
1307
|
4,252K: dumpsys (pid 15003)
|
1308
|
4,192K: wfdvndservice (pid 1235)
|
1309
|
4,180K: msm_irqbalance (pid 1426)
|
1310
|
3,872K: ipacm-diag (pid 1221)
|
1311
|
3,672K: ip6tables-restore (pid 725)
|
1312
|
3,656K: qrtr-ns (pid 916)
|
1313
|
3,612K: tftp_server (pid 988)
|
1314
|
3,604K: iptables-restore (pid 724)
|
1315
|
3,264K: sh (pid 5068)
|
1316
|
2,992K: tombstoned (pid 627)
|
1317
|
2,488K: ssgqmigd (pid 1241)
|
1318
|
1,140K: mdnsd (pid 3101)
|
1319
|
|
1320
|
Total RSS by OOM adjustment:
|
1321
|
1,897,980K: Native
|
1322
|
191,816K: zygote64 (pid 668)
|
1323
|
169,708K: zygote (pid 669)
|
1324
|
121,272K: surfaceflinger (pid 957)
|
1325
|
118,324K: com.android.commands.monkey (pid 5070)
|
1326
|
118,308K: com.microsoft.emmx_zygote (pid 14269)
|
1327
|
74,468K: webview_zygote (pid 2533)
|
1328
|
54,072K: audioserver (pid 949)
|
1329
|
41,728K: media.extractor (pid 1186)
|
1330
|
30,932K: cameraserver (pid 1181)
|
1331
|
30,304K: mediaserver (pid 1189)
|
1332
|
23,976K: android.hardware.audio.service (pid 803)
|
1333
|
22,540K: vendor.qti.hardware.display.composer-service (pid 840)
|
1334
|
20,916K: media.swcodec (pid 1238)
|
1335
|
20,604K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
1336
|
20,328K: android.hardware.gnss@2.1-service-qti (pid 821)
|
1337
|
15,940K: media.codec (pid 1201)
|
1338
|
15,104K: keystore2 (pid 564)
|
1339
|
14,144K: media.hwcodec (pid 871)
|
1340
|
13,892K: init (pid 1)
|
1341
|
13,792K: cnd (pid 1206)
|
1342
|
13,084K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
1343
|
12,844K: iorapd (pid 1165)
|
1344
|
10,792K: media.metrics (pid 1188)
|
1345
|
10,664K: update_engine (pid 1263)
|
1346
|
10,332K: xtra-daemon (pid 1380)
|
1347
|
10,148K: vold (pid 515)
|
1348
|
9,968K: adbd (pid 5037)
|
1349
|
9,940K: ueventd (pid 471)
|
1350
|
9,928K: imsrcsd (pid 1219)
|
1351
|
9,724K: netd (pid 667)
|
1352
|
9,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
1353
|
9,368K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
1354
|
9,160K: imsdatadaemon (pid 1343)
|
1355
|
8,892K: slim_daemon (pid 1378)
|
1356
|
8,652K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
1357
|
8,592K: ssgtzd (pid 798)
|
1358
|
8,568K: init (pid 469)
|
1359
|
8,464K: vppservice (pid 878)
|
1360
|
8,360K: traced_probes (pid 1167)
|
1361
|
8,340K: ims_rtp_daemon (pid 1214)
|
1362
|
8,160K: android.hardware.wifi@1.0-service (pid 832)
|
1363
|
8,144K: tlog (pid 4708)
|
1364
|
8,124K: wifidisplayhalservice (pid 1209)
|
1365
|
8,076K: iorap.prefetcherd (pid 1947)
|
1366
|
7,948K: perfservice (pid 1195)
|
1367
|
7,932K: vendor.qti.hardware.display.allocator-service (pid 838)
|
1368
|
7,728K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
1369
|
7,700K: drmserver (pid 1164)
|
1370
|
7,684K: qseecomd (pid 513)
|
1371
|
7,636K: installd (pid 1185)
|
1372
|
7,612K: logd (pid 499)
|
1373
|
7,576K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
1374
|
7,576K: gpuservice (pid 952)
|
1375
|
7,500K: credstore (pid 951)
|
1376
|
7,336K: ipacm (pid 646)
|
1377
|
7,332K: cnss-daemon (pid 1240)
|
1378
|
7,252K: thermal-engine (pid 3108)
|
1379
|
7,232K: hwservicemanager (pid 502)
|
1380
|
7,212K: wfdhdcphalservice (pid 1196)
|
1381
|
7,164K: qccsyshal@1.1-service (pid 807)
|
1382
|
7,140K: lmkd (pid 500)
|
1383
|
7,032K: spdaemon (pid 562)
|
1384
|
7,016K: storaged (pid 1192)
|
1385
|
6,964K: vendor.display.color@1.0-service (pid 835)
|
1386
|
6,908K: selfinstaller (pid 1190)
|
1387
|
6,888K: android.hardware.power-service (pid 828)
|
1388
|
6,884K: tzlog (pid 1249)
|
1389
|
6,804K: wificond (pid 1194)
|
1390
|
6,772K: qfp-daemon (pid 1286)
|
1391
|
6,488K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
1392
|
6,456K: cnss_diag (pid 1180)
|
1393
|
6,340K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
1394
|
6,220K: keymasterd (pid 616)
|
1395
|
6,188K: dpmQmiMgr (pid 1177)
|
1396
|
6,152K: gatekeeperd (pid 1248)
|
1397
|
6,100K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
1398
|
6,024K: statsd (pid 666)
|
1399
|
5,984K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
1400
|
5,964K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
1401
|
5,912K: vendor.qti.secure_element@1.2-service (pid 876)
|
1402
|
5,868K: servicemanager (pid 501)
|
1403
|
5,832K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
1404
|
5,828K: dpmd (pid 1175)
|
1405
|
5,820K: vendor.ts.uart@1.0-service (pid 647)
|
1406
|
5,812K: sensors.qti (pid 989)
|
1407
|
5,780K: feature_enabler_client (pid 1178)
|
1408
|
5,736K: qcc-trd (pid 1279)
|
1409
|
5,664K: incidentd (pid 1184)
|
1410
|
5,660K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
1411
|
5,620K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1412
|
5,572K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
1413
|
5,572K: vendor.qti.qspmhal@1.0-service (pid 875)
|
1414
|
5,568K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
1415
|
5,536K: android.hardware.boot@1.1-service (pid 566)
|
1416
|
5,492K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
1417
|
5,424K: android.hardware.health@2.1-service (pid 824)
|
1418
|
5,424K: sscrpcd (pid 920)
|
1419
|
5,412K: android.system.suspend@1.0-service (pid 563)
|
1420
|
5,404K: android.hardware.thermal@2.0-service.qti (pid 830)
|
1421
|
5,400K: qspmsvc (pid 3103)
|
1422
|
5,352K: android.hardware.usb@1.2-service-qti (pid 831)
|
1423
|
5,304K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
1424
|
5,296K: dspservice (pid 841)
|
1425
|
5,292K: lowi-server (pid 1377)
|
1426
|
5,272K: vendor.qti.hardware.vibrator.service (pid 870)
|
1427
|
5,268K: adsprpcd (pid 1230)
|
1428
|
5,252K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
1429
|
5,228K: traced (pid 1171)
|
1430
|
5,212K: tloc_daemon (pid 1310)
|
1431
|
5,172K: adsprpcd (pid 1232)
|
1432
|
5,168K: cdsprpcd (pid 1234)
|
1433
|
5,152K: android.hardware.memtrack@1.0-service (pid 826)
|
1434
|
5,140K: sscrpcd (pid 568)
|
1435
|
5,140K: android.hardware.cas@1.2-service (pid 815)
|
1436
|
5,136K: android.hardware.lights-service.qti (pid 825)
|
1437
|
4,984K: vndservicemanager (pid 503)
|
1438
|
4,964K: android.hardware.atrace@1.0-service (pid 565)
|
1439
|
4,956K: pm-service (pid 945)
|
1440
|
4,736K: dpmd (pid 1191)
|
1441
|
4,676K: time_daemon (pid 645)
|
1442
|
4,652K: pm-proxy (pid 1162)
|
1443
|
4,612K: imsqmidaemon (pid 1218)
|
1444
|
4,556K: loc_launcher (pid 1246)
|
1445
|
4,436K: pd-mapper (pid 926)
|
1446
|
4,396K: mlid (pid 1245)
|
1447
|
4,328K: rmt_storage (pid 986)
|
1448
|
4,288K: android.hidl.allocator@1.0-service (pid 805)
|
1449
|
4,252K: dumpsys (pid 15003)
|
1450
|
4,192K: wfdvndservice (pid 1235)
|
1451
|
4,180K: msm_irqbalance (pid 1426)
|
1452
|
3,872K: ipacm-diag (pid 1221)
|
1453
|
3,672K: ip6tables-restore (pid 725)
|
1454
|
3,656K: qrtr-ns (pid 916)
|
1455
|
3,612K: tftp_server (pid 988)
|
1456
|
3,604K: iptables-restore (pid 724)
|
1457
|
3,264K: sh (pid 5068)
|
1458
|
2,992K: tombstoned (pid 627)
|
1459
|
2,488K: ssgqmigd (pid 1241)
|
1460
|
1,140K: mdnsd (pid 3101)
|
1461
|
573,060K: System
|
1462
|
573,060K: system (pid 1513)
|
1463
|
2,351,140K: Persistent
|
1464
|
295,688K: com.android.systemui (pid 2356)
|
1465
|
141,948K: com.tc.logclient (pid 2629)
|
1466
|
126,340K: com.thundercomm.microsettings (pid 2567)
|
1467
|
107,048K: com.thundercomm.remotecontrolservice (pid 2691)
|
1468
|
103,112K: com.qualcomm.qti.qdma (pid 2797)
|
1469
|
102,288K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
1470
|
101,860K: com.android.networkstack.process (pid 2500)
|
1471
|
101,832K: com.thundercomm.tchttpserver (pid 2615)
|
1472
|
101,740K: com.qualcomm.location (pid 3110)
|
1473
|
101,472K: com.thundercomm.microservice (pid 2549)
|
1474
|
92,092K: .dataservices (pid 2580)
|
1475
|
91,504K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
1476
|
91,000K: com.thundercomm.tcservice (pid 2727)
|
1477
|
89,296K: com.android.se (pid 2676)
|
1478
|
89,160K: com.qualcomm.qti.qccnetstat (pid 3313)
|
1479
|
88,952K: .qtidataservices (pid 2597)
|
1480
|
88,300K: vendor.qti.qesdk.sysservice (pid 2634)
|
1481
|
88,224K: com.thundercomm.tcsetupWizard (pid 2570)
|
1482
|
88,216K: ts.car.uart (pid 3250)
|
1483
|
87,560K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
1484
|
87,044K: .pasr (pid 3252)
|
1485
|
86,464K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
1486
|
258,244K: Persistent Service
|
1487
|
132,396K: com.android.bluetooth (pid 8877)
|
1488
|
125,848K: com.android.providers.media.module (pid 3446)
|
1489
|
193,968K: Foreground
|
1490
|
193,968K: com.android.permissioncontroller (pid 2359 / activities)
|
1491
|
408,764K: Visible
|
1492
|
210,140K: com.android.launcher3 (pid 2829 / activities)
|
1493
|
107,964K: android.ext.services (pid 3037)
|
1494
|
90,660K: com.qualcomm.location.XT (pid 3393)
|
1495
|
159,428K: Perceptible
|
1496
|
159,428K: com.sohu.inputmethod.sogou.car (pid 3670)
|
1497
|
90,428K: A Services
|
1498
|
90,428K: com.qti.diagservices (pid 10358)
|
1499
|
215,680K: Previous
|
1500
|
215,680K: com.android.settings (pid 12049 / activities)
|
1501
|
178,456K: B Services
|
1502
|
178,456K: com.android.deskclock (pid 3039 / activities)
|
1503
|
2,540,224K: Cached
|
1504
|
334,612K: com.microsoft.emmx (pid 5565 / activities)
|
1505
|
212,704K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
1506
|
201,360K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
1507
|
200,796K: com.android.gallery3d (pid 3902 / activities)
|
1508
|
183,000K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
1509
|
169,000K: com.android.documentsui (pid 3454 / activities)
|
1510
|
149,580K: com.android.calendar (pid 3863 / activities)
|
1511
|
141,704K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
1512
|
134,864K: com.android.soundrecorder (pid 5411 / activities)
|
1513
|
132,004K: android:ui (pid 14519)
|
1514
|
120,204K: com.android.music (pid 14901 / activities)
|
1515
|
102,604K: android.process.media (pid 3417)
|
1516
|
95,712K: com.android.providers.calendar (pid 3711)
|
1517
|
93,036K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
1518
|
90,308K: com.android.externalstorage (pid 3560)
|
1519
|
89,876K: com.android.shell (pid 4934)
|
1520
|
88,860K: com.android.packageinstaller (pid 4013)
|
1521
|
|
1522
|
Total RSS by category:
|
1523
|
2,629,736K: .so mmap
|
1524
|
1,302,840K: .jar mmap
|
1525
|
1,082,220K: .art mmap
|
1526
|
785,260K: .apk mmap
|
1527
|
754,364K: Native
|
1528
|
619,648K: .oat mmap
|
1529
|
619,340K: Dalvik
|
1530
|
223,948K: Other mmap
|
1531
|
197,172K: Dalvik Other
|
1532
|
164,924K: .dex mmap
|
1533
|
156,892K: Unknown
|
1534
|
73,716K: EGL mtrack
|
1535
|
67,096K: .ttf mmap
|
1536
|
62,636K: Gfx dev
|
1537
|
48,708K: Other dev
|
1538
|
42,996K: Stack
|
1539
|
28,964K: Ashmem
|
1540
|
6,912K: GL mtrack
|
1541
|
0K: Cursor
|
1542
|
0K: Other mtrack
|
1543
|
|
1544
|
Total PSS by process:
|
1545
|
235,799K: system (pid 1513)
|
1546
|
133,571K: com.microsoft.emmx (pid 5565 / activities)
|
1547
|
112,420K: com.android.systemui (pid 2356)
|
1548
|
94,804K: surfaceflinger (pid 957)
|
1549
|
78,109K: com.sohu.inputmethod.sogou.car (pid 3670)
|
1550
|
72,163K: com.android.settings (pid 12049 / activities)
|
1551
|
68,375K: com.android.launcher3 (pid 2829 / activities)
|
1552
|
63,262K: com.android.gallery3d (pid 3902 / activities)
|
1553
|
57,837K: com.android.permissioncontroller (pid 2359 / activities)
|
1554
|
53,245K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
1555
|
51,895K: zygote (pid 669)
|
1556
|
48,871K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
1557
|
41,071K: com.android.deskclock (pid 3039 / activities)
|
1558
|
38,941K: com.android.documentsui (pid 3454 / activities)
|
1559
|
38,174K: com.android.commands.monkey (pid 5070)
|
1560
|
37,357K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
1561
|
34,967K: com.thundercomm.microsettings (pid 2567)
|
1562
|
28,380K: webview_zygote (pid 2533)
|
1563
|
28,004K: com.android.bluetooth (pid 8877)
|
1564
|
25,212K: audioserver (pid 949)
|
1565
|
22,381K: com.android.calendar (pid 3863 / activities)
|
1566
|
22,189K: com.tc.logclient (pid 2629)
|
1567
|
21,271K: com.android.providers.media.module (pid 3446)
|
1568
|
21,155K: zygote64 (pid 668)
|
1569
|
20,510K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
1570
|
19,926K: android.hardware.audio.service (pid 803)
|
1571
|
19,426K: media.extractor (pid 1186)
|
1572
|
18,519K: com.thundercomm.tchttpserver (pid 2615)
|
1573
|
18,332K: com.thundercomm.remotecontrolservice (pid 2691)
|
1574
|
17,974K: com.thundercomm.microservice (pid 2549)
|
1575
|
16,423K: com.android.soundrecorder (pid 5411 / activities)
|
1576
|
15,266K: mediaserver (pid 1189)
|
1577
|
14,463K: com.microsoft.emmx_zygote (pid 14269)
|
1578
|
13,493K: android.hardware.gnss@2.1-service-qti (pid 821)
|
1579
|
13,221K: com.android.music (pid 14901 / activities)
|
1580
|
13,120K: android:ui (pid 14519)
|
1581
|
12,917K: android.ext.services (pid 3037)
|
1582
|
12,688K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
1583
|
12,530K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
1584
|
11,503K: vendor.qti.hardware.display.composer-service (pid 840)
|
1585
|
10,768K: cameraserver (pid 1181)
|
1586
|
10,593K: android.process.media (pid 3417)
|
1587
|
10,146K: com.qualcomm.location (pid 3110)
|
1588
|
9,935K: com.android.networkstack.process (pid 2500)
|
1589
|
9,414K: media.swcodec (pid 1238)
|
1590
|
8,988K: media.codec (pid 1201)
|
1591
|
8,791K: com.qualcomm.qti.qdma (pid 2797)
|
1592
|
8,431K: init (pid 1)
|
1593
|
7,870K: .dataservices (pid 2580)
|
1594
|
7,533K: media.hwcodec (pid 871)
|
1595
|
7,136K: com.thundercomm.tcservice (pid 2727)
|
1596
|
7,122K: com.android.providers.calendar (pid 3711)
|
1597
|
6,933K: com.android.packageinstaller (pid 4013)
|
1598
|
6,869K: cnd (pid 1206)
|
1599
|
6,326K: com.thundercomm.tcsetupWizard (pid 2570)
|
1600
|
6,169K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
1601
|
6,134K: com.qualcomm.location.XT (pid 3393)
|
1602
|
6,131K: keystore2 (pid 564)
|
1603
|
6,126K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
1604
|
5,980K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
1605
|
5,918K: ts.car.uart (pid 3250)
|
1606
|
5,746K: com.qualcomm.qti.qccnetstat (pid 3313)
|
1607
|
5,650K: com.android.shell (pid 4934)
|
1608
|
5,512K: .qtidataservices (pid 2597)
|
1609
|
5,510K: adbd (pid 5037)
|
1610
|
5,453K: com.android.se (pid 2676)
|
1611
|
5,426K: com.android.externalstorage (pid 3560)
|
1612
|
5,400K: imsrcsd (pid 1219)
|
1613
|
5,380K: com.qti.diagservices (pid 10358)
|
1614
|
5,129K: vendor.qti.qesdk.sysservice (pid 2634)
|
1615
|
5,099K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
1616
|
5,069K: media.metrics (pid 1188)
|
1617
|
5,048K: iorapd (pid 1165)
|
1618
|
5,026K: .pasr (pid 3252)
|
1619
|
4,999K: ueventd (pid 471)
|
1620
|
4,888K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
1621
|
4,816K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
1622
|
4,526K: logd (pid 499)
|
1623
|
4,266K: netd (pid 667)
|
1624
|
4,096K: update_engine (pid 1263)
|
1625
|
4,082K: vold (pid 515)
|
1626
|
3,947K: android.hardware.wifi@1.0-service (pid 832)
|
1627
|
3,712K: wifidisplayhalservice (pid 1209)
|
1628
|
3,697K: init (pid 469)
|
1629
|
3,659K: selfinstaller (pid 1190)
|
1630
|
3,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
1631
|
3,138K: ssgtzd (pid 798)
|
1632
|
3,057K: xtra-daemon (pid 1380)
|
1633
|
3,057K: imsdatadaemon (pid 1343)
|
1634
|
2,985K: installd (pid 1185)
|
1635
|
2,948K: vppservice (pid 878)
|
1636
|
2,911K: traced_probes (pid 1167)
|
1637
|
2,866K: iorap.prefetcherd (pid 1947)
|
1638
|
2,839K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
1639
|
2,792K: thermal-engine (pid 3108)
|
1640
|
2,694K: ims_rtp_daemon (pid 1214)
|
1641
|
2,669K: wfdhdcphalservice (pid 1196)
|
1642
|
2,603K: tlog (pid 4708)
|
1643
|
2,418K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
1644
|
2,381K: slim_daemon (pid 1378)
|
1645
|
2,362K: qfp-daemon (pid 1286)
|
1646
|
2,329K: drmserver (pid 1164)
|
1647
|
2,312K: cnss-daemon (pid 1240)
|
1648
|
2,311K: ipacm (pid 646)
|
1649
|
2,301K: storaged (pid 1192)
|
1650
|
2,284K: vendor.display.color@1.0-service (pid 835)
|
1651
|
2,192K: statsd (pid 666)
|
1652
|
2,178K: qseecomd (pid 513)
|
1653
|
2,134K: credstore (pid 951)
|
1654
|
2,021K: hwservicemanager (pid 502)
|
1655
|
1,984K: cnss_diag (pid 1180)
|
1656
|
1,935K: qccsyshal@1.1-service (pid 807)
|
1657
|
1,888K: traced (pid 1171)
|
1658
|
1,780K: gpuservice (pid 952)
|
1659
|
1,754K: servicemanager (pid 501)
|
1660
|
1,678K: vendor.qti.secure_element@1.2-service (pid 876)
|
1661
|
1,668K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
1662
|
1,666K: wificond (pid 1194)
|
1663
|
1,664K: spdaemon (pid 562)
|
1664
|
1,663K: lowi-server (pid 1377)
|
1665
|
1,662K: android.hardware.cas@1.2-service (pid 815)
|
1666
|
1,635K: perfservice (pid 1195)
|
1667
|
1,627K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
1668
|
1,594K: vendor.qti.hardware.display.allocator-service (pid 838)
|
1669
|
1,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
1670
|
1,519K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
1671
|
1,510K: dpmQmiMgr (pid 1177)
|
1672
|
1,459K: tzlog (pid 1249)
|
1673
|
1,451K: lmkd (pid 500)
|
1674
|
1,438K: android.hardware.usb@1.2-service-qti (pid 831)
|
1675
|
1,433K: qcc-trd (pid 1279)
|
1676
|
1,395K: sensors.qti (pid 989)
|
1677
|
1,377K: android.hardware.boot@1.1-service (pid 566)
|
1678
|
1,288K: vendor.ts.uart@1.0-service (pid 647)
|
1679
|
1,265K: incidentd (pid 1184)
|
1680
|
1,250K: feature_enabler_client (pid 1178)
|
1681
|
1,246K: dpmd (pid 1191)
|
1682
|
1,233K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
1683
|
1,222K: android.hardware.thermal@2.0-service.qti (pid 830)
|
1684
|
1,217K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
1685
|
1,214K: android.hardware.health@2.1-service (pid 824)
|
1686
|
1,211K: gatekeeperd (pid 1248)
|
1687
|
1,210K: android.system.suspend@1.0-service (pid 563)
|
1688
|
1,207K: keymasterd (pid 616)
|
1689
|
1,193K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
1690
|
1,184K: android.hardware.power-service (pid 828)
|
1691
|
1,176K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
1692
|
1,173K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
1693
|
1,165K: vendor.qti.qspmhal@1.0-service (pid 875)
|
1694
|
1,149K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
1695
|
1,132K: wfdvndservice (pid 1235)
|
1696
|
1,130K: qspmsvc (pid 3103)
|
1697
|
1,130K: tloc_daemon (pid 1310)
|
1698
|
1,121K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
1699
|
1,112K: ip6tables-restore (pid 725)
|
1700
|
1,110K: time_daemon (pid 645)
|
1701
|
1,089K: iptables-restore (pid 724)
|
1702
|
1,084K: sscrpcd (pid 568)
|
1703
|
1,079K: adsprpcd (pid 1232)
|
1704
|
1,075K: adsprpcd (pid 1230)
|
1705
|
1,066K: pm-service (pid 945)
|
1706
|
1,062K: sscrpcd (pid 920)
|
1707
|
1,061K: dpmd (pid 1175)
|
1708
|
1,058K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1709
|
1,056K: mdnsd (pid 3101)
|
1710
|
1,052K: cdsprpcd (pid 1234)
|
1711
|
1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
1712
|
1,045K: sh (pid 5068)
|
1713
|
1,037K: dspservice (pid 841)
|
1714
|
1,007K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
1715
|
1,001K: vendor.qti.hardware.vibrator.service (pid 870)
|
1716
|
998K: android.hardware.memtrack@1.0-service (pid 826)
|
1717
|
972K: loc_launcher (pid 1246)
|
1718
|
971K: vndservicemanager (pid 503)
|
1719
|
963K: mlid (pid 1245)
|
1720
|
942K: imsqmidaemon (pid 1218)
|
1721
|
936K: android.hardware.atrace@1.0-service (pid 565)
|
1722
|
929K: android.hardware.lights-service.qti (pid 825)
|
1723
|
926K: pd-mapper (pid 926)
|
1724
|
832K: pm-proxy (pid 1162)
|
1725
|
805K: msm_irqbalance (pid 1426)
|
1726
|
793K: dumpsys (pid 15003)
|
1727
|
782K: rmt_storage (pid 986)
|
1728
|
751K: android.hidl.allocator@1.0-service (pid 805)
|
1729
|
750K: tftp_server (pid 988)
|
1730
|
665K: ipacm-diag (pid 1221)
|
1731
|
663K: tombstoned (pid 627)
|
1732
|
642K: qrtr-ns (pid 916)
|
1733
|
635K: ssgqmigd (pid 1241)
|
1734
|
|
1735
|
Total PSS by OOM adjustment:
|
1736
|
654,257K: Native
|
1737
|
94,804K: surfaceflinger (pid 957)
|
1738
|
51,895K: zygote (pid 669)
|
1739
|
38,174K: com.android.commands.monkey (pid 5070)
|
1740
|
28,380K: webview_zygote (pid 2533)
|
1741
|
25,212K: audioserver (pid 949)
|
1742
|
21,155K: zygote64 (pid 668)
|
1743
|
19,926K: android.hardware.audio.service (pid 803)
|
1744
|
19,426K: media.extractor (pid 1186)
|
1745
|
15,266K: mediaserver (pid 1189)
|
1746
|
14,463K: com.microsoft.emmx_zygote (pid 14269)
|
1747
|
13,493K: android.hardware.gnss@2.1-service-qti (pid 821)
|
1748
|
12,688K: android.hardware.neuralnetworks@1.3-service-qti (pid 827)
|
1749
|
11,503K: vendor.qti.hardware.display.composer-service (pid 840)
|
1750
|
10,768K: cameraserver (pid 1181)
|
1751
|
9,414K: media.swcodec (pid 1238)
|
1752
|
8,988K: media.codec (pid 1201)
|
1753
|
8,431K: init (pid 1)
|
1754
|
7,533K: media.hwcodec (pid 871)
|
1755
|
6,869K: cnd (pid 1206)
|
1756
|
6,169K: vendor.qti.hardware.perf@2.2-service (pid 846)
|
1757
|
6,131K: keystore2 (pid 564)
|
1758
|
5,510K: adbd (pid 5037)
|
1759
|
5,400K: imsrcsd (pid 1219)
|
1760
|
5,069K: media.metrics (pid 1188)
|
1761
|
5,048K: iorapd (pid 1165)
|
1762
|
4,999K: ueventd (pid 471)
|
1763
|
4,816K: android.hardware.bluetooth@1.0-service-qti (pid 809)
|
1764
|
4,526K: logd (pid 499)
|
1765
|
4,266K: netd (pid 667)
|
1766
|
4,096K: update_engine (pid 1263)
|
1767
|
4,082K: vold (pid 515)
|
1768
|
3,947K: android.hardware.wifi@1.0-service (pid 832)
|
1769
|
3,712K: wifidisplayhalservice (pid 1209)
|
1770
|
3,697K: init (pid 469)
|
1771
|
3,659K: selfinstaller (pid 1190)
|
1772
|
3,516K: android.hardware.sensors@2.0-service.multihal (pid 829)
|
1773
|
3,138K: ssgtzd (pid 798)
|
1774
|
3,057K: xtra-daemon (pid 1380)
|
1775
|
3,057K: imsdatadaemon (pid 1343)
|
1776
|
2,985K: installd (pid 1185)
|
1777
|
2,948K: vppservice (pid 878)
|
1778
|
2,911K: traced_probes (pid 1167)
|
1779
|
2,866K: iorap.prefetcherd (pid 1947)
|
1780
|
2,839K: vendor.qti.hardware.iop@2.0-service (pid 842)
|
1781
|
2,792K: thermal-engine (pid 3108)
|
1782
|
2,694K: ims_rtp_daemon (pid 1214)
|
1783
|
2,669K: wfdhdcphalservice (pid 1196)
|
1784
|
2,603K: tlog (pid 4708)
|
1785
|
2,418K: android.hardware.drm@1.3-service.clearkey (pid 817)
|
1786
|
2,381K: slim_daemon (pid 1378)
|
1787
|
2,362K: qfp-daemon (pid 1286)
|
1788
|
2,329K: drmserver (pid 1164)
|
1789
|
2,312K: cnss-daemon (pid 1240)
|
1790
|
2,311K: ipacm (pid 646)
|
1791
|
2,301K: storaged (pid 1192)
|
1792
|
2,284K: vendor.display.color@1.0-service (pid 835)
|
1793
|
2,192K: statsd (pid 666)
|
1794
|
2,178K: qseecomd (pid 513)
|
1795
|
2,134K: credstore (pid 951)
|
1796
|
2,021K: hwservicemanager (pid 502)
|
1797
|
1,984K: cnss_diag (pid 1180)
|
1798
|
1,935K: qccsyshal@1.1-service (pid 807)
|
1799
|
1,888K: traced (pid 1171)
|
1800
|
1,780K: gpuservice (pid 952)
|
1801
|
1,754K: servicemanager (pid 501)
|
1802
|
1,678K: vendor.qti.secure_element@1.2-service (pid 876)
|
1803
|
1,668K: vendor.qti.hardware.qteeconnector@1.0-service (pid 854)
|
1804
|
1,666K: wificond (pid 1194)
|
1805
|
1,664K: spdaemon (pid 562)
|
1806
|
1,663K: lowi-server (pid 1377)
|
1807
|
1,662K: android.hardware.cas@1.2-service (pid 815)
|
1808
|
1,635K: perfservice (pid 1195)
|
1809
|
1,627K: vendor.qti.hardware.servicetracker@1.2-service (pid 866)
|
1810
|
1,594K: vendor.qti.hardware.display.allocator-service (pid 838)
|
1811
|
1,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 865)
|
1812
|
1,519K: android.hardware.keymaster@4.1-service-qti (pid 511)
|
1813
|
1,510K: dpmQmiMgr (pid 1177)
|
1814
|
1,459K: tzlog (pid 1249)
|
1815
|
1,451K: lmkd (pid 500)
|
1816
|
1,438K: android.hardware.usb@1.2-service-qti (pid 831)
|
1817
|
1,433K: qcc-trd (pid 1279)
|
1818
|
1,395K: sensors.qti (pid 989)
|
1819
|
1,377K: android.hardware.boot@1.1-service (pid 566)
|
1820
|
1,288K: vendor.ts.uart@1.0-service (pid 647)
|
1821
|
1,265K: incidentd (pid 1184)
|
1822
|
1,250K: feature_enabler_client (pid 1178)
|
1823
|
1,246K: dpmd (pid 1191)
|
1824
|
1,233K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 837)
|
1825
|
1,222K: android.hardware.thermal@2.0-service.qti (pid 830)
|
1826
|
1,217K: vendor.qti.hardware.soter@1.0-service (pid 867)
|
1827
|
1,214K: android.hardware.health@2.1-service (pid 824)
|
1828
|
1,211K: gatekeeperd (pid 1248)
|
1829
|
1,210K: android.system.suspend@1.0-service (pid 563)
|
1830
|
1,207K: keymasterd (pid 616)
|
1831
|
1,193K: vendor.qti.hardware.qseecom@1.0-service (pid 514)
|
1832
|
1,184K: android.hardware.power-service (pid 828)
|
1833
|
1,176K: android.hardware.gatekeeper@1.0-service-qti (pid 567)
|
1834
|
1,173K: vendor.qti.esepowermanager@1.1-service (pid 836)
|
1835
|
1,165K: vendor.qti.qspmhal@1.0-service (pid 875)
|
1836
|
1,149K: vendor.qti.hardware.limits@1.0-service (pid 843)
|
1837
|
1,132K: wfdvndservice (pid 1235)
|
1838
|
1,130K: qspmsvc (pid 3103)
|
1839
|
1,130K: tloc_daemon (pid 1310)
|
1840
|
1,121K: vendor.qti.hardware.qccvndhal@1.0-service (pid 851)
|
1841
|
1,112K: ip6tables-restore (pid 725)
|
1842
|
1,110K: time_daemon (pid 645)
|
1843
|
1,089K: iptables-restore (pid 724)
|
1844
|
1,084K: sscrpcd (pid 568)
|
1845
|
1,079K: adsprpcd (pid 1232)
|
1846
|
1,075K: adsprpcd (pid 1230)
|
1847
|
1,066K: pm-service (pid 945)
|
1848
|
1,062K: sscrpcd (pid 920)
|
1849
|
1,061K: dpmd (pid 1175)
|
1850
|
1,058K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1851
|
1,056K: mdnsd (pid 3101)
|
1852
|
1,052K: cdsprpcd (pid 1234)
|
1853
|
1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 868)
|
1854
|
1,045K: sh (pid 5068)
|
1855
|
1,037K: dspservice (pid 841)
|
1856
|
1,007K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 877)
|
1857
|
1,001K: vendor.qti.hardware.vibrator.service (pid 870)
|
1858
|
998K: android.hardware.memtrack@1.0-service (pid 826)
|
1859
|
972K: loc_launcher (pid 1246)
|
1860
|
971K: vndservicemanager (pid 503)
|
1861
|
963K: mlid (pid 1245)
|
1862
|
942K: imsqmidaemon (pid 1218)
|
1863
|
936K: android.hardware.atrace@1.0-service (pid 565)
|
1864
|
929K: android.hardware.lights-service.qti (pid 825)
|
1865
|
926K: pd-mapper (pid 926)
|
1866
|
832K: pm-proxy (pid 1162)
|
1867
|
805K: msm_irqbalance (pid 1426)
|
1868
|
793K: dumpsys (pid 15003)
|
1869
|
782K: rmt_storage (pid 986)
|
1870
|
751K: android.hidl.allocator@1.0-service (pid 805)
|
1871
|
750K: tftp_server (pid 988)
|
1872
|
665K: ipacm-diag (pid 1221)
|
1873
|
663K: tombstoned (pid 627)
|
1874
|
642K: qrtr-ns (pid 916)
|
1875
|
635K: ssgqmigd (pid 1241)
|
1876
|
235,799K: System
|
1877
|
235,799K: system (pid 1513)
|
1878
|
335,886K: Persistent
|
1879
|
112,420K: com.android.systemui (pid 2356)
|
1880
|
34,967K: com.thundercomm.microsettings (pid 2567)
|
1881
|
22,189K: com.tc.logclient (pid 2629)
|
1882
|
18,519K: com.thundercomm.tchttpserver (pid 2615)
|
1883
|
18,332K: com.thundercomm.remotecontrolservice (pid 2691)
|
1884
|
17,974K: com.thundercomm.microservice (pid 2549)
|
1885
|
12,530K: com.qualcomm.qti.workloadclassifier (pid 3344)
|
1886
|
10,146K: com.qualcomm.location (pid 3110)
|
1887
|
9,935K: com.android.networkstack.process (pid 2500)
|
1888
|
8,791K: com.qualcomm.qti.qdma (pid 2797)
|
1889
|
7,870K: .dataservices (pid 2580)
|
1890
|
7,136K: com.thundercomm.tcservice (pid 2727)
|
1891
|
6,326K: com.thundercomm.tcsetupWizard (pid 2570)
|
1892
|
5,980K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 3297)
|
1893
|
5,918K: ts.car.uart (pid 3250)
|
1894
|
5,746K: com.qualcomm.qti.qccnetstat (pid 3313)
|
1895
|
5,512K: .qtidataservices (pid 2597)
|
1896
|
5,453K: com.android.se (pid 2676)
|
1897
|
5,129K: vendor.qti.qesdk.sysservice (pid 2634)
|
1898
|
5,099K: com.qti.qualcomm.mstatssystemservice (pid 2648)
|
1899
|
5,026K: .pasr (pid 3252)
|
1900
|
4,888K: com.qualcomm.qti.devicestatisticsservice (pid 3821)
|
1901
|
49,275K: Persistent Service
|
1902
|
28,004K: com.android.bluetooth (pid 8877)
|
1903
|
21,271K: com.android.providers.media.module (pid 3446)
|
1904
|
57,837K: Foreground
|
1905
|
57,837K: com.android.permissioncontroller (pid 2359 / activities)
|
1906
|
87,426K: Visible
|
1907
|
68,375K: com.android.launcher3 (pid 2829 / activities)
|
1908
|
12,917K: android.ext.services (pid 3037)
|
1909
|
6,134K: com.qualcomm.location.XT (pid 3393)
|
1910
|
78,109K: Perceptible
|
1911
|
78,109K: com.sohu.inputmethod.sogou.car (pid 3670)
|
1912
|
5,380K: A Services
|
1913
|
5,380K: com.qti.diagservices (pid 10358)
|
1914
|
72,163K: Previous
|
1915
|
72,163K: com.android.settings (pid 12049 / activities)
|
1916
|
41,071K: B Services
|
1917
|
41,071K: com.android.deskclock (pid 3039 / activities)
|
1918
|
502,752K: Cached
|
1919
|
133,571K: com.microsoft.emmx (pid 5565 / activities)
|
1920
|
63,262K: com.android.gallery3d (pid 3902 / activities)
|
1921
|
53,245K: com.microsoft.emmx:privileged_process0 (pid 10222)
|
1922
|
48,871K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:14 (pid 14328)
|
1923
|
38,941K: com.android.documentsui (pid 3454 / activities)
|
1924
|
37,357K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:15 (pid 14572)
|
1925
|
22,381K: com.android.calendar (pid 3863 / activities)
|
1926
|
20,510K: com.thundercomm.mcuupgrade (pid 5327 / activities)
|
1927
|
16,423K: com.android.soundrecorder (pid 5411 / activities)
|
1928
|
13,221K: com.android.music (pid 14901 / activities)
|
1929
|
13,120K: android:ui (pid 14519)
|
1930
|
10,593K: android.process.media (pid 3417)
|
1931
|
7,122K: com.android.providers.calendar (pid 3711)
|
1932
|
6,933K: com.android.packageinstaller (pid 4013)
|
1933
|
6,126K: com.qualcomm.qti.qccauthmgr (pid 2905)
|
1934
|
5,650K: com.android.shell (pid 4934)
|
1935
|
5,426K: com.android.externalstorage (pid 3560)
|
1936
|
|
1937
|
Total PSS by category:
|
1938
|
533,535K: Native
|
1939
|
361,287K: .so mmap
|
1940
|
333,351K: .apk mmap
|
1941
|
177,763K: Dalvik
|
1942
|
117,288K: Unknown
|
1943
|
94,872K: .art mmap
|
1944
|
76,680K: .jar mmap
|
1945
|
73,716K: EGL mtrack
|
1946
|
69,855K: Dalvik Other
|
1947
|
62,636K: Gfx dev
|
1948
|
59,432K: .dex mmap
|
1949
|
56,830K: Other mmap
|
1950
|
42,230K: Stack
|
1951
|
28,185K: .oat mmap
|
1952
|
19,628K: .ttf mmap
|
1953
|
6,912K: GL mtrack
|
1954
|
4,229K: Other dev
|
1955
|
1,526K: Ashmem
|
1956
|
0K: Cursor
|
1957
|
0K: Other mtrack
|
1958
|
|
1959
|
Total RAM: 7,896,228K (status normal)
|
1960
|
Free RAM: 5,287,424K ( 502,752K cached pss + 1,730,128K cached kernel + 3,054,544K free)
|
1961
|
ION: 245,056K ( 8,044K mapped + 237,012K unmapped + 0K pools)
|
1962
|
Used RAM: 2,144,903K (1,551,531K used pss + 593,372K kernel)
|
1963
|
Lost RAM: 463,889K
|
1964
|
ZRAM: 12K physical used for 0K in swap (4,194,300K total swap)
|
1965
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
1966
|
// meminfo status was 0
|
1967
|
// CRASH: com.android.settings (pid 12049)
|
1968
|
// Short Msg: java.lang.IllegalStateException
|
1969
|
// Long Msg: java.lang.IllegalStateException: Fragment SystemInfoFragment{c7458cb} (a8bcb598-febf-40ee-98bb-97c7ae9716bb) SystemInfo} declared target fragment StorageDashboardFragment{899d8a8} (40eb67ff-af5f-446e-ac85-fad8b987a830)} that does not belong to this FragmentManager!
|
1970
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
1971
|
// Build Changelist: 1242
|
1972
|
// Build Time: 1666977142000
|
1973
|
// java.lang.IllegalStateException: Fragment SystemInfoFragment{c7458cb} (a8bcb598-febf-40ee-98bb-97c7ae9716bb) SystemInfo} declared target fragment StorageDashboardFragment{899d8a8} (40eb67ff-af5f-446e-ac85-fad8b987a830)} that does not belong to this FragmentManager!
|
1974
|
// at androidx.fragment.app.FragmentStateManager.attach(FragmentStateManager.java:414)
|
1975
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:251)
|
1976
|
// at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:2209)
|
1977
|
// at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:2120)
|
1978
|
// at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:2022)
|
1979
|
// at androidx.fragment.app.FragmentManager$5.run(FragmentManager.java:527)
|
1980
|
// at android.os.Handler.handleCallback(Handler.java:938)
|
1981
|
// at android.os.Handler.dispatchMessage(Handler.java:99)
|
1982
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1983
|
// at android.os.Looper.loop(Looper.java:288)
|
1984
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1985
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1986
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1987
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1988
|
//
|
1989
|
// CRASH: com.android.settings (pid 15910)
|
1990
|
// Short Msg: java.lang.ClassCastException
|
1991
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
1992
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
1993
|
// Build Changelist: 1242
|
1994
|
// Build Time: 1666977142000
|
1995
|
// 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
|
1996
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
1997
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1998
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1999
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
2000
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2001
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2002
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2003
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2004
|
// at android.os.Looper.loop(Looper.java:288)
|
2005
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2006
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2007
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2008
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2009
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2010
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
2011
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
2012
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
2013
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
2014
|
// ... 12 more
|
2015
|
//
|
2016
|
// CRASH: com.android.settings (pid 16196)
|
2017
|
// Short Msg: java.lang.NullPointerException
|
2018
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
2019
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
2020
|
// Build Changelist: 1242
|
2021
|
// Build Time: 1666977142000
|
2022
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
2023
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
2024
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
2025
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
2026
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
2027
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
2028
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
2029
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
2030
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
2031
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
2032
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
2033
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
2034
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
2035
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
2036
|
// at android.app.Activity.performStart(Activity.java:8095)
|
2037
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
2038
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
2039
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
2040
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
2041
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
2042
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2043
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2044
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2045
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2046
|
// at android.os.Looper.loop(Looper.java:288)
|
2047
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2048
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2049
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2050
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2051
|
//
|
2052
|
// CRASH: com.android.settings (pid 16982)
|
2053
|
// Short Msg: java.lang.ClassCastException
|
2054
|
// Long Msg: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2055
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
2056
|
// Build Changelist: 1242
|
2057
|
// Build Time: 1666977142000
|
2058
|
// 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
|
2059
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3546)
|
2060
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
2061
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
2062
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
2063
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2064
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2065
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2066
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2067
|
// at android.os.Looper.loop(Looper.java:288)
|
2068
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2069
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2070
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2071
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2072
|
// Caused by: java.lang.ClassCastException: com.android.settings.notification.history.NotificationHistoryActivity cannot be cast to android.app.Activity
|
2073
|
// at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95)
|
2074
|
// at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:45)
|
2075
|
// at android.app.Instrumentation.newActivity(Instrumentation.java:1274)
|
2076
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3533)
|
2077
|
// ... 12 more
|
2078
|
//
|
2079
|
// CRASH: com.android.settings (pid 19508)
|
2080
|
// Short Msg: java.lang.NullPointerException
|
2081
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
2082
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1242:user/test-keys
|
2083
|
// Build Changelist: 1242
|
2084
|
// Build Time: 1666977142000
|
2085
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
2086
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
2087
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
2088
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
2089
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
2090
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
2091
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
2092
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
2093
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
2094
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
2095
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
2096
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
2097
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
2098
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
2099
|
// at android.app.Activity.performStart(Activity.java:8095)
|
2100
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
2101
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
2102
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
2103
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
2104
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
2105
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2106
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2107
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2108
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2109
|
// at android.os.Looper.loop(Looper.java:288)
|
2110
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2111
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2112
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2113
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2114
|
//
|