1
|
args: [--ignore-crashes, --ignore-timeouts, --ignore-security-exceptions, --monitor-native-crashes, --ignore-native-crashes, -s, 20, --throttle, 200, --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, 180000]
|
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: "200"
|
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: "180000"
|
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="200"
|
37
|
data="200"
|
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 3958)
|
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/1259:user/test-keys
|
57
|
// Build Changelist: 1259
|
58
|
// Build Time: 1667239585000
|
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.storagemanager (pid 23144)
|
90
|
// Short Msg: java.lang.ClassNotFoundException
|
91
|
// Long Msg: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
92
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
93
|
// Build Changelist: 1259
|
94
|
// Build Time: 1667239585000
|
95
|
// java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.storagemanager/com.android.storagemanager.deletionhelper.DeletionHelperActivity}: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: androidx.preference.PreferenceGroup$SavedState
|
96
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636)
|
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: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: androidx.preference.PreferenceGroup$SavedState
|
110
|
// at android.os.Parcel.readParcelableCreator(Parcel.java:3416)
|
111
|
// at android.os.Parcel.readParcelable(Parcel.java:3324)
|
112
|
// at android.view.AbsSavedState.<init>(AbsSavedState.java:67)
|
113
|
// at android.view.AbsSavedState.<init>(AbsSavedState.java:56)
|
114
|
// at androidx.preference.Preference$BaseSavedState.<init>(Preference.java:2210)
|
115
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState.<init>(CollapsibleCheckboxPreferenceGroup.java:201)
|
116
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState$1.createFromParcel(CollapsibleCheckboxPreferenceGroup.java:220)
|
117
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState$1.createFromParcel(CollapsibleCheckboxPreferenceGroup.java:218)
|
118
|
// at android.os.Parcel.readParcelable(Parcel.java:3333)
|
119
|
// at android.os.Parcel.readValue(Parcel.java:3226)
|
120
|
// at android.os.Parcel.readArrayMapInternal(Parcel.java:3623)
|
121
|
// at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)
|
122
|
// at android.os.BaseBundle.unparcel(BaseBundle.java:236)
|
123
|
// at android.os.Bundle.getParcelable(Bundle.java:1002)
|
124
|
// at androidx.preference.Preference.dispatchRestoreInstanceState(Preference.java:2064)
|
125
|
// at androidx.preference.PreferenceGroup.dispatchRestoreInstanceState(PreferenceGroup.java:508)
|
126
|
// at androidx.preference.Preference.restoreHierarchyState(Preference.java:2049)
|
127
|
// at androidx.preference.PreferenceFragment.onViewCreated(PreferenceFragment.java:278)
|
128
|
// at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1313)
|
129
|
// at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1581)
|
130
|
// at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1642)
|
131
|
// at android.app.FragmentManagerImpl.dispatchMoveToState(FragmentManager.java:3052)
|
132
|
// at android.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:3004)
|
133
|
// at android.app.FragmentController.dispatchActivityCreated(FragmentController.java:185)
|
134
|
// at android.app.Activity.performCreate(Activity.java:8078)
|
135
|
// at android.app.Activity.performCreate(Activity.java:8050)
|
136
|
// at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330)
|
137
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609)
|
138
|
// ... 12 more
|
139
|
// Caused by: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
140
|
// at java.lang.Class.classForName(Native Method)
|
141
|
// at java.lang.Class.forName(Class.java:454)
|
142
|
// at android.os.Parcel.readParcelableCreator(Parcel.java:3390)
|
143
|
// ... 39 more
|
144
|
// Caused by: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
145
|
// ... 42 more
|
146
|
//
|
147
|
// CRASH: com.android.settings (pid 22771)
|
148
|
// Short Msg: java.lang.NullPointerException
|
149
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
150
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
151
|
// Build Changelist: 1259
|
152
|
// Build Time: 1667239585000
|
153
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
154
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
155
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
156
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
157
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
158
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
159
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
160
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
161
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
162
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
163
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
164
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
165
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
166
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
167
|
// at android.app.Activity.performStart(Activity.java:8095)
|
168
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
169
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
170
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
171
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
172
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
173
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
174
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
175
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
176
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
177
|
// at android.os.Looper.loop(Looper.java:288)
|
178
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
179
|
// at java.lang.reflect.Method.invoke(Native Method)
|
180
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
181
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
182
|
//
|
183
|
// NOT RESPONDING: com.android.settings (pid 25988)
|
184
|
ANR in com.android.settings (com.android.settings/.homepage.SettingsHomepageActivity)
|
185
|
PID: 25988
|
186
|
Reason: Input dispatching timed out (Application does not have a focused window)
|
187
|
Parent: com.android.settings/.homepage.SettingsHomepageActivity
|
188
|
Frozen: false
|
189
|
Load: 2.48 / 2.15 / 2.23
|
190
|
----- Output from /proc/pressure/memory -----
|
191
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
192
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
193
|
----- End output from /proc/pressure/memory -----
|
194
|
|
195
|
CPU usage from 12202ms to 0ms ago (2022-11-01 06:01:30.403 to 2022-11-01 06:01:42.605):
|
196
|
24% 831/vendor.qti.hardware.display.composer-service: 15% user + 8.3% kernel / faults: 34 minor
|
197
|
22% 2013/com.android.systemui: 17% user + 5.4% kernel / faults: 7294 minor
|
198
|
17% 1018/surfaceflinger: 11% user + 5.5% kernel / faults: 111 minor
|
199
|
16% 1516/system_server: 11% user + 5% kernel / faults: 16293 minor
|
200
|
12% 25988/com.android.settings: 10% user + 1.8% kernel / faults: 5524 minor
|
201
|
3.9% 2531/com.android.launcher3: 2.9% user + 0.9% kernel / faults: 2805 minor
|
202
|
2.2% 5535/com.android.gallery3d: 1.8% user + 0.4% kernel / faults: 2186 minor
|
203
|
2% 743/crtc_commit:125: 0% user + 2% kernel
|
204
|
1.8% 1191/mediaserver: 1.2% user + 0.6% kernel / faults: 235 minor
|
205
|
1.7% 975/audioserver: 1.1% user + 0.5% kernel / faults: 25 minor
|
206
|
1.4% 287/kgsl_worker_thr: 0% user + 1.4% kernel
|
207
|
1.3% 23050/kworker/u16:8-devfreq_wq: 0% user + 1.3% kernel
|
208
|
1.1% 494/kworker/u16:1-memlat_wq: 0% user + 1.1% kernel
|
209
|
1% 792/android.hardware.audio.service: 0.2% user + 0.8% kernel
|
210
|
1% 6138/com.android.calendar: 0.7% user + 0.3% kernel / faults: 415 minor
|
211
|
0.9% 1301/media.swcodec: 0.5% user + 0.4% kernel / faults: 150 minor
|
212
|
0.9% 29970/kworker/u16:11-kgsl_devfreq_wq: 0% user + 0.9% kernel
|
213
|
0.9% 5941/com.microsoft.emmx: 0.2% user + 0.6% kernel / faults: 6 minor
|
214
|
0.8% 11923/kworker/u16:6-memlat_wq: 0% user + 0.8% kernel
|
215
|
0.7% 1184/installd: 0.1% user + 0.5% kernel / faults: 2 minor
|
216
|
0.7% 5046/com.thundercomm.gamemode: 0.5% user + 0.1% kernel / faults: 511 minor
|
217
|
0.5% 5210/com.android.commands.monkey: 0.3% user + 0.2% kernel / faults: 27 minor
|
218
|
0.5% 11924/kworker/u16:7-kgsl_devfreq_wq: 0% user + 0.5% kernel
|
219
|
0.4% 500/logd: 0.1% user + 0.3% kernel / faults: 2 minor
|
220
|
0.4% 662/statsd: 0% user + 0.3% kernel / faults: 20 minor
|
221
|
0.3% 10/rcu_preempt: 0% user + 0.3% kernel
|
222
|
0.3% 2391/android.ext.services: 0.2% user + 0% kernel / faults: 103 minor
|
223
|
0.2% 13/rcuop/0: 0% user + 0.2% kernel
|
224
|
0.2% 32/rcuop/2: 0% user + 0.2% kernel
|
225
|
0.2% 111/system: 0% user + 0.2% kernel
|
226
|
0.2% 502/servicemanager: 0% user + 0.1% kernel
|
227
|
0.2% 814/kworker/u17:2-kgsl-events: 0% user + 0.2% kernel
|
228
|
0.2% 3092/com.sohu.inputmethod.sogou.car: 0.2% user + 0% kernel / faults: 2 minor
|
229
|
0.1% 567/android.system.suspend@1.0-service: 0% user + 0% kernel
|
230
|
0.1% 643/vendor.ts.uart@1.0-service: 0% user + 0.1% kernel
|
231
|
0.1% 744/crtc_event:125: 0% user + 0.1% kernel
|
232
|
0.1% 841/vendor.qti.hardware.perf@2.2-service: 0% user + 0% kernel
|
233
|
0.1% 1188/media.extractor: 0.1% user + 0% kernel / faults: 13 minor
|
234
|
0.1% 1189/media.metrics: 0.1% user + 0% kernel
|
235
|
0.1% 1446/msm_irqbalance: 0% user + 0% kernel
|
236
|
0.1% 2342/com.thundercomm.remotecontrolservice: 0% user + 0% kernel / faults: 9 minor
|
237
|
0.1% 5272/com.android.permissioncontroller: 0% user + 0% kernel / faults: 65 minor
|
238
|
0.1% 5604/com.qualcomm.qti.qccauthmgr: 0.1% user + 0% kernel / faults: 172 minor
|
239
|
0.1% 25010/kworker/u17:13-kgsl-events: 0% user + 0.1% kernel
|
240
|
0.1% 31371/kworker/0:2-events_power_efficient: 0% user + 0.1% kernel
|
241
|
0% 9/ksoftirqd/0: 0% user + 0% kernel
|
242
|
0% 21/ksoftirqd/1: 0% user + 0% kernel
|
243
|
0% 24/rcuop/1: 0% user + 0% kernel
|
244
|
0% 40/rcuop/3: 0% user + 0% kernel
|
245
|
0% 48/rcuop/4: 0% user + 0% kernel
|
246
|
0% 56/rcuop/5: 0% user + 0% kernel
|
247
|
0% 64/rcuop/6: 0% user + 0% kernel
|
248
|
0% 89/qmp_aop: 0% user + 0% kernel
|
249
|
0% 503/hwservicemanager: 0% user + 0% kernel
|
250
|
0% 663/netd: 0% user + 0% kernel
|
251
|
0% 830/vendor.qti.hardware.display.allocator-service: 0% user + 0% kernel / faults: 120 minor
|
252
|
0% 1154/drmserver: 0% user + 0% kernel
|
253
|
0% 2146/com.thundercomm.microsettings: 0% user + 0% kernel / faults: 2 minor
|
254
|
0% 2179/com.thundercomm.tchttpserver: 0% user + 0% kernel / faults: 9 minor
|
255
|
0% 2644/com.android.deskclock: 0% user + 0% kernel / faults: 22 minor
|
256
|
0% 2664/irq/16-90b6400.: 0% user + 0% kernel
|
257
|
0% 2667/irq/17-9091000.: 0% user + 0% kernel
|
258
|
0% 25006/kworker/u17:9-kgsl-events: 0% user + 0% kernel
|
259
|
0% 28822/kworker/3:0-events_power_efficient: 0% user + 0% kernel
|
260
|
0% 30184/kworker/u17:0-kgsl-events: 0% user + 0% kernel
|
261
|
0% 32121/kworker/2:2-events: 0% user + 0% kernel
|
262
|
15% TOTAL: 9.9% user + 4.9% kernel + 0% iowait + 0.5% irq + 0.1% softirq
|
263
|
CPU usage from 70ms to 404ms later (2022-11-01 06:01:42.676 to 2022-11-01 06:01:43.010):
|
264
|
23% 1516/system_server: 3.8% user + 19% kernel / faults: 375 minor
|
265
|
27% 1476/AnrConsumer: 7.7% user + 19% kernel
|
266
|
7.5% TOTAL: 3.3% user + 3.7% kernel + 0.3% softirq
|
267
|
|
268
|
procrank:
|
269
|
<empty>
|
270
|
|
271
|
ZRAM: 0K physical used for 0K in swap (4194300K total swap)
|
272
|
RAM: 7896228K total, 3024564K free, 7492K buffers, 1606552K cached, 18468K shmem, 289860K slab
|
273
|
// procrank status was 0
|
274
|
anr traces:
|
275
|
// anr traces status was 1
|
276
|
meminfo:
|
277
|
Applications Memory Usage (in Kilobytes):
|
278
|
Uptime: 14137848 Realtime: 14137848
|
279
|
|
280
|
|
281
|
Total RSS by process:
|
282
|
603,170K: system (pid 1516)
|
283
|
349,572K: com.microsoft.emmx (pid 5941 / activities)
|
284
|
316,320K: com.android.systemui (pid 2013)
|
285
|
283,878K: com.android.launcher3 (pid 2531 / activities)
|
286
|
279,088K: com.android.settings (pid 25988 / activities)
|
287
|
228,264K: com.android.gallery3d (pid 5535 / activities)
|
288
|
215,324K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
289
|
204,120K: com.android.permissioncontroller (pid 5272)
|
290
|
203,396K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:37 (pid 30031)
|
291
|
194,944K: com.android.documentsui (pid 5331 / activities)
|
292
|
191,580K: zygote64 (pid 664)
|
293
|
185,536K: com.android.systemui:screenshot (pid 30486)
|
294
|
185,532K: com.android.deskclock (pid 2644 / activities)
|
295
|
183,416K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:35 (pid 29052)
|
296
|
178,268K: com.android.music (pid 12461 / activities)
|
297
|
170,652K: com.sohu.inputmethod.sogou.car (pid 3092)
|
298
|
168,264K: zygote (pid 665)
|
299
|
152,468K: com.android.calendar (pid 6138)
|
300
|
144,548K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
301
|
144,356K: com.thundercomm.gamemode (pid 5046)
|
302
|
143,000K: system:ui (pid 32595)
|
303
|
140,000K: com.android.soundrecorder (pid 5736 / activities)
|
304
|
133,564K: com.microsoft.emmx_zygote (pid 29035)
|
305
|
132,632K: com.thundercomm.microsettings (pid 2146)
|
306
|
130,060K: com.android.providers.media.module (pid 2844)
|
307
|
122,784K: surfaceflinger (pid 1018)
|
308
|
119,984K: com.android.commands.monkey (pid 5210)
|
309
|
110,612K: android.ext.services (pid 2391)
|
310
|
107,396K: com.android.networkstack.process (pid 2231)
|
311
|
107,144K: com.qualcomm.location (pid 2805)
|
312
|
105,740K: com.qualcomm.qti.qdma (pid 2373)
|
313
|
102,216K: com.thundercomm.remotecontrolservice (pid 2342)
|
314
|
100,852K: android.process.media (pid 5392)
|
315
|
99,644K: .dataservices (pid 2150)
|
316
|
99,364K: com.thundercomm.tchttpserver (pid 2179)
|
317
|
99,072K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
318
|
97,496K: com.android.providers.calendar (pid 6162)
|
319
|
96,236K: com.thundercomm.microservice (pid 2114)
|
320
|
95,788K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
321
|
95,360K: com.tc.logclient (pid 2207)
|
322
|
94,700K: com.thundercomm.tcservice (pid 2354)
|
323
|
93,596K: com.android.se (pid 2291)
|
324
|
93,416K: com.qualcomm.qti.qccnetstat (pid 2776)
|
325
|
93,228K: com.thundercomm.gamemode.provider (pid 28824)
|
326
|
93,092K: .qtidataservices (pid 2171)
|
327
|
92,944K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
328
|
92,076K: com.thundercomm.tcsetupWizard (pid 2148)
|
329
|
92,072K: ts.car.uart (pid 2725)
|
330
|
91,952K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
331
|
91,396K: vendor.qti.qesdk.sysservice (pid 2258)
|
332
|
91,320K: com.qualcomm.location.XT (pid 2976)
|
333
|
91,296K: .pasr (pid 2728)
|
334
|
91,128K: com.qti.diagservices (pid 23645)
|
335
|
91,104K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
336
|
90,696K: com.android.externalstorage (pid 5381)
|
337
|
72,992K: webview_zygote (pid 2316)
|
338
|
54,704K: audioserver (pid 975)
|
339
|
35,284K: media.extractor (pid 1188)
|
340
|
31,368K: cameraserver (pid 1175)
|
341
|
29,364K: mediaserver (pid 1191)
|
342
|
24,376K: android.hardware.audio.service (pid 792)
|
343
|
22,568K: vendor.qti.hardware.display.composer-service (pid 831)
|
344
|
21,964K: media.swcodec (pid 1301)
|
345
|
20,932K: android.hardware.gnss@2.1-service-qti (pid 802)
|
346
|
20,416K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
347
|
16,896K: android.hardware.wifi@1.0-service (pid 823)
|
348
|
16,232K: media.codec (pid 1202)
|
349
|
15,384K: media.metrics (pid 1189)
|
350
|
15,096K: keystore2 (pid 568)
|
351
|
14,576K: iorapd (pid 1155)
|
352
|
14,524K: media.hwcodec (pid 869)
|
353
|
13,952K: init (pid 1)
|
354
|
13,692K: cnd (pid 1203)
|
355
|
13,636K: wpa_supplicant (pid 20382)
|
356
|
13,040K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
357
|
10,604K: update_engine (pid 1344)
|
358
|
10,256K: xtra-daemon (pid 1357)
|
359
|
10,028K: imsrcsd (pid 1211)
|
360
|
9,988K: vold (pid 516)
|
361
|
9,932K: ueventd (pid 471)
|
362
|
9,884K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
363
|
9,712K: netd (pid 663)
|
364
|
9,316K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
365
|
9,020K: imsdatadaemon (pid 1425)
|
366
|
8,968K: slim_daemon (pid 1356)
|
367
|
8,908K: adbd (pid 2672)
|
368
|
8,880K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
369
|
8,632K: ssgtzd (pid 791)
|
370
|
8,532K: init (pid 469)
|
371
|
8,480K: vppservice (pid 886)
|
372
|
8,468K: traced_probes (pid 1156)
|
373
|
8,400K: iorap.prefetcherd (pid 2060)
|
374
|
8,272K: ims_rtp_daemon (pid 1209)
|
375
|
8,028K: wifidisplayhalservice (pid 1207)
|
376
|
8,000K: vendor.qti.hardware.display.allocator-service (pid 830)
|
377
|
7,980K: perfservice (pid 1198)
|
378
|
7,832K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
379
|
7,800K: gpuservice (pid 1016)
|
380
|
7,764K: storaged (pid 1194)
|
381
|
7,724K: drmserver (pid 1154)
|
382
|
7,716K: cnss_diag (pid 1172)
|
383
|
7,660K: installd (pid 1184)
|
384
|
7,636K: wificond (pid 1197)
|
385
|
7,624K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
386
|
7,584K: credstore (pid 998)
|
387
|
7,512K: ipacm (pid 642)
|
388
|
7,444K: qseecomd (pid 514)
|
389
|
7,364K: cnss-daemon (pid 1304)
|
390
|
7,300K: lmkd (pid 501)
|
391
|
7,296K: thermal-engine (pid 3217)
|
392
|
7,220K: qccsyshal@1.1-service (pid 797)
|
393
|
7,168K: wfdhdcphalservice (pid 1201)
|
394
|
7,156K: hwservicemanager (pid 503)
|
395
|
7,008K: logd (pid 500)
|
396
|
6,944K: spdaemon (pid 566)
|
397
|
6,904K: qfp-daemon (pid 1362)
|
398
|
6,856K: selfinstaller (pid 1192)
|
399
|
6,856K: tzlog (pid 1342)
|
400
|
6,776K: vendor.display.color@1.0-service (pid 827)
|
401
|
6,688K: android.hardware.power-service (pid 812)
|
402
|
6,536K: lowi-server (pid 1355)
|
403
|
6,424K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
404
|
6,388K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
405
|
6,360K: dpmQmiMgr (pid 1166)
|
406
|
6,252K: gatekeeperd (pid 1333)
|
407
|
6,216K: vendor.qti.secure_element@1.2-service (pid 878)
|
408
|
6,048K: servicemanager (pid 502)
|
409
|
6,036K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
410
|
6,028K: keymasterd (pid 614)
|
411
|
6,028K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
412
|
6,004K: statsd (pid 662)
|
413
|
6,000K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
414
|
5,988K: dpmd (pid 1159)
|
415
|
5,864K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
416
|
5,860K: qcc-trd (pid 1360)
|
417
|
5,840K: sensors.qti (pid 1021)
|
418
|
5,824K: vendor.ts.uart@1.0-service (pid 643)
|
419
|
5,804K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
420
|
5,708K: feature_enabler_client (pid 1170)
|
421
|
5,652K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
422
|
5,580K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
423
|
5,580K: incidentd (pid 1182)
|
424
|
5,572K: android.hardware.usb@1.2-service-qti (pid 820)
|
425
|
5,568K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
426
|
5,544K: android.hardware.health@2.1-service (pid 805)
|
427
|
5,508K: vendor.qti.qspmhal@1.0-service (pid 876)
|
428
|
5,484K: android.hardware.boot@1.1-service (pid 570)
|
429
|
5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
430
|
5,452K: android.system.suspend@1.0-service (pid 567)
|
431
|
5,416K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
432
|
5,408K: adsprpcd (pid 1224)
|
433
|
5,340K: android.hardware.memtrack@1.0-service (pid 807)
|
434
|
5,340K: sscrpcd (pid 908)
|
435
|
5,304K: android.hardware.thermal@2.0-service.qti (pid 817)
|
436
|
5,304K: qspmsvc (pid 2699)
|
437
|
5,292K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
438
|
5,276K: sscrpcd (pid 572)
|
439
|
5,276K: vendor.qti.hardware.vibrator.service (pid 868)
|
440
|
5,276K: cdsprpcd (pid 1275)
|
441
|
5,236K: tloc_daemon (pid 1365)
|
442
|
5,224K: dspservice (pid 833)
|
443
|
5,184K: adsprpcd (pid 1263)
|
444
|
5,084K: traced (pid 1157)
|
445
|
5,048K: android.hardware.lights-service.qti (pid 806)
|
446
|
5,024K: android.hardware.atrace@1.0-service (pid 569)
|
447
|
5,008K: android.hardware.cas@1.2-service (pid 799)
|
448
|
4,948K: pm-service (pid 922)
|
449
|
4,948K: loc_launcher (pid 1313)
|
450
|
4,928K: vndservicemanager (pid 504)
|
451
|
4,892K: dpmd (pid 1185)
|
452
|
4,660K: time_daemon (pid 641)
|
453
|
4,556K: imsqmidaemon (pid 1210)
|
454
|
4,480K: pm-proxy (pid 1150)
|
455
|
4,460K: pd-mapper (pid 913)
|
456
|
4,388K: mlid (pid 1309)
|
457
|
4,216K: android.hidl.allocator@1.0-service (pid 794)
|
458
|
4,196K: wfdvndservice (pid 1291)
|
459
|
4,176K: rmt_storage (pid 1019)
|
460
|
4,164K: msm_irqbalance (pid 1446)
|
461
|
4,164K: dumpsys (pid 1623)
|
462
|
3,748K: ipacm-diag (pid 1215)
|
463
|
3,728K: tftp_server (pid 1020)
|
464
|
3,584K: ip6tables-restore (pid 721)
|
465
|
3,388K: iptables-restore (pid 720)
|
466
|
3,388K: qrtr-ns (pid 889)
|
467
|
3,292K: sh (pid 5207)
|
468
|
2,964K: tombstoned (pid 624)
|
469
|
2,420K: ssgqmigd (pid 1305)
|
470
|
1,140K: mdnsd (pid 2696)
|
471
|
|
472
|
Total RSS by OOM adjustment:
|
473
|
1,933,776K: Native
|
474
|
191,580K: zygote64 (pid 664)
|
475
|
168,264K: zygote (pid 665)
|
476
|
133,564K: com.microsoft.emmx_zygote (pid 29035)
|
477
|
122,784K: surfaceflinger (pid 1018)
|
478
|
119,984K: com.android.commands.monkey (pid 5210)
|
479
|
72,992K: webview_zygote (pid 2316)
|
480
|
54,704K: audioserver (pid 975)
|
481
|
35,284K: media.extractor (pid 1188)
|
482
|
31,368K: cameraserver (pid 1175)
|
483
|
29,364K: mediaserver (pid 1191)
|
484
|
24,376K: android.hardware.audio.service (pid 792)
|
485
|
22,568K: vendor.qti.hardware.display.composer-service (pid 831)
|
486
|
21,964K: media.swcodec (pid 1301)
|
487
|
20,932K: android.hardware.gnss@2.1-service-qti (pid 802)
|
488
|
20,416K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
489
|
16,896K: android.hardware.wifi@1.0-service (pid 823)
|
490
|
16,232K: media.codec (pid 1202)
|
491
|
15,384K: media.metrics (pid 1189)
|
492
|
15,096K: keystore2 (pid 568)
|
493
|
14,576K: iorapd (pid 1155)
|
494
|
14,524K: media.hwcodec (pid 869)
|
495
|
13,952K: init (pid 1)
|
496
|
13,692K: cnd (pid 1203)
|
497
|
13,636K: wpa_supplicant (pid 20382)
|
498
|
13,040K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
499
|
10,604K: update_engine (pid 1344)
|
500
|
10,256K: xtra-daemon (pid 1357)
|
501
|
10,028K: imsrcsd (pid 1211)
|
502
|
9,988K: vold (pid 516)
|
503
|
9,932K: ueventd (pid 471)
|
504
|
9,884K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
505
|
9,712K: netd (pid 663)
|
506
|
9,316K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
507
|
9,020K: imsdatadaemon (pid 1425)
|
508
|
8,968K: slim_daemon (pid 1356)
|
509
|
8,908K: adbd (pid 2672)
|
510
|
8,880K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
511
|
8,632K: ssgtzd (pid 791)
|
512
|
8,532K: init (pid 469)
|
513
|
8,480K: vppservice (pid 886)
|
514
|
8,468K: traced_probes (pid 1156)
|
515
|
8,400K: iorap.prefetcherd (pid 2060)
|
516
|
8,272K: ims_rtp_daemon (pid 1209)
|
517
|
8,028K: wifidisplayhalservice (pid 1207)
|
518
|
8,000K: vendor.qti.hardware.display.allocator-service (pid 830)
|
519
|
7,980K: perfservice (pid 1198)
|
520
|
7,832K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
521
|
7,800K: gpuservice (pid 1016)
|
522
|
7,764K: storaged (pid 1194)
|
523
|
7,724K: drmserver (pid 1154)
|
524
|
7,716K: cnss_diag (pid 1172)
|
525
|
7,660K: installd (pid 1184)
|
526
|
7,636K: wificond (pid 1197)
|
527
|
7,624K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
528
|
7,584K: credstore (pid 998)
|
529
|
7,512K: ipacm (pid 642)
|
530
|
7,444K: qseecomd (pid 514)
|
531
|
7,364K: cnss-daemon (pid 1304)
|
532
|
7,300K: lmkd (pid 501)
|
533
|
7,296K: thermal-engine (pid 3217)
|
534
|
7,220K: qccsyshal@1.1-service (pid 797)
|
535
|
7,168K: wfdhdcphalservice (pid 1201)
|
536
|
7,156K: hwservicemanager (pid 503)
|
537
|
7,008K: logd (pid 500)
|
538
|
6,944K: spdaemon (pid 566)
|
539
|
6,904K: qfp-daemon (pid 1362)
|
540
|
6,856K: selfinstaller (pid 1192)
|
541
|
6,856K: tzlog (pid 1342)
|
542
|
6,776K: vendor.display.color@1.0-service (pid 827)
|
543
|
6,688K: android.hardware.power-service (pid 812)
|
544
|
6,536K: lowi-server (pid 1355)
|
545
|
6,424K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
546
|
6,388K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
547
|
6,360K: dpmQmiMgr (pid 1166)
|
548
|
6,252K: gatekeeperd (pid 1333)
|
549
|
6,216K: vendor.qti.secure_element@1.2-service (pid 878)
|
550
|
6,048K: servicemanager (pid 502)
|
551
|
6,036K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
552
|
6,028K: keymasterd (pid 614)
|
553
|
6,028K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
554
|
6,004K: statsd (pid 662)
|
555
|
6,000K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
556
|
5,988K: dpmd (pid 1159)
|
557
|
5,864K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
558
|
5,860K: qcc-trd (pid 1360)
|
559
|
5,840K: sensors.qti (pid 1021)
|
560
|
5,824K: vendor.ts.uart@1.0-service (pid 643)
|
561
|
5,804K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
562
|
5,708K: feature_enabler_client (pid 1170)
|
563
|
5,652K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
564
|
5,580K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
565
|
5,580K: incidentd (pid 1182)
|
566
|
5,572K: android.hardware.usb@1.2-service-qti (pid 820)
|
567
|
5,568K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
568
|
5,544K: android.hardware.health@2.1-service (pid 805)
|
569
|
5,508K: vendor.qti.qspmhal@1.0-service (pid 876)
|
570
|
5,484K: android.hardware.boot@1.1-service (pid 570)
|
571
|
5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
572
|
5,452K: android.system.suspend@1.0-service (pid 567)
|
573
|
5,416K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
574
|
5,408K: adsprpcd (pid 1224)
|
575
|
5,340K: android.hardware.memtrack@1.0-service (pid 807)
|
576
|
5,340K: sscrpcd (pid 908)
|
577
|
5,304K: android.hardware.thermal@2.0-service.qti (pid 817)
|
578
|
5,304K: qspmsvc (pid 2699)
|
579
|
5,292K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
580
|
5,276K: sscrpcd (pid 572)
|
581
|
5,276K: vendor.qti.hardware.vibrator.service (pid 868)
|
582
|
5,276K: cdsprpcd (pid 1275)
|
583
|
5,236K: tloc_daemon (pid 1365)
|
584
|
5,224K: dspservice (pid 833)
|
585
|
5,184K: adsprpcd (pid 1263)
|
586
|
5,084K: traced (pid 1157)
|
587
|
5,048K: android.hardware.lights-service.qti (pid 806)
|
588
|
5,024K: android.hardware.atrace@1.0-service (pid 569)
|
589
|
5,008K: android.hardware.cas@1.2-service (pid 799)
|
590
|
4,948K: pm-service (pid 922)
|
591
|
4,948K: loc_launcher (pid 1313)
|
592
|
4,928K: vndservicemanager (pid 504)
|
593
|
4,892K: dpmd (pid 1185)
|
594
|
4,660K: time_daemon (pid 641)
|
595
|
4,556K: imsqmidaemon (pid 1210)
|
596
|
4,480K: pm-proxy (pid 1150)
|
597
|
4,460K: pd-mapper (pid 913)
|
598
|
4,388K: mlid (pid 1309)
|
599
|
4,216K: android.hidl.allocator@1.0-service (pid 794)
|
600
|
4,196K: wfdvndservice (pid 1291)
|
601
|
4,176K: rmt_storage (pid 1019)
|
602
|
4,164K: msm_irqbalance (pid 1446)
|
603
|
4,164K: dumpsys (pid 1623)
|
604
|
3,748K: ipacm-diag (pid 1215)
|
605
|
3,728K: tftp_server (pid 1020)
|
606
|
3,584K: ip6tables-restore (pid 721)
|
607
|
3,388K: iptables-restore (pid 720)
|
608
|
3,388K: qrtr-ns (pid 889)
|
609
|
3,292K: sh (pid 5207)
|
610
|
2,964K: tombstoned (pid 624)
|
611
|
2,420K: ssgqmigd (pid 1305)
|
612
|
1,140K: mdnsd (pid 2696)
|
613
|
603,170K: System
|
614
|
603,170K: system (pid 1516)
|
615
|
2,381,612K: Persistent
|
616
|
316,320K: com.android.systemui (pid 2013)
|
617
|
132,632K: com.thundercomm.microsettings (pid 2146)
|
618
|
107,396K: com.android.networkstack.process (pid 2231)
|
619
|
107,144K: com.qualcomm.location (pid 2805)
|
620
|
105,740K: com.qualcomm.qti.qdma (pid 2373)
|
621
|
102,216K: com.thundercomm.remotecontrolservice (pid 2342)
|
622
|
99,644K: .dataservices (pid 2150)
|
623
|
99,364K: com.thundercomm.tchttpserver (pid 2179)
|
624
|
99,072K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
625
|
96,236K: com.thundercomm.microservice (pid 2114)
|
626
|
95,788K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
627
|
95,360K: com.tc.logclient (pid 2207)
|
628
|
94,700K: com.thundercomm.tcservice (pid 2354)
|
629
|
93,596K: com.android.se (pid 2291)
|
630
|
93,416K: com.qualcomm.qti.qccnetstat (pid 2776)
|
631
|
93,092K: .qtidataservices (pid 2171)
|
632
|
92,076K: com.thundercomm.tcsetupWizard (pid 2148)
|
633
|
92,072K: ts.car.uart (pid 2725)
|
634
|
91,952K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
635
|
91,396K: vendor.qti.qesdk.sysservice (pid 2258)
|
636
|
91,296K: .pasr (pid 2728)
|
637
|
91,104K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
638
|
130,060K: Persistent Service
|
639
|
130,060K: com.android.providers.media.module (pid 2844)
|
640
|
457,356K: Foreground
|
641
|
279,088K: com.android.settings (pid 25988 / activities)
|
642
|
178,268K: com.android.music (pid 12461 / activities)
|
643
|
485,810K: Visible
|
644
|
283,878K: com.android.launcher3 (pid 2531 / activities)
|
645
|
110,612K: android.ext.services (pid 2391)
|
646
|
91,320K: com.qualcomm.location.XT (pid 2976)
|
647
|
170,652K: Perceptible
|
648
|
170,652K: com.sohu.inputmethod.sogou.car (pid 3092)
|
649
|
144,356K: A Services
|
650
|
144,356K: com.thundercomm.gamemode (pid 5046)
|
651
|
321,208K: Previous
|
652
|
228,264K: com.android.gallery3d (pid 5535 / activities)
|
653
|
92,944K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
654
|
276,660K: B Services
|
655
|
185,532K: com.android.deskclock (pid 2644 / activities)
|
656
|
91,128K: com.qti.diagservices (pid 23645)
|
657
|
2,498,596K: Cached
|
658
|
349,572K: com.microsoft.emmx (pid 5941 / activities)
|
659
|
215,324K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
660
|
204,120K: com.android.permissioncontroller (pid 5272)
|
661
|
203,396K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:37 (pid 30031)
|
662
|
194,944K: com.android.documentsui (pid 5331 / activities)
|
663
|
185,536K: com.android.systemui:screenshot (pid 30486)
|
664
|
183,416K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:35 (pid 29052)
|
665
|
152,468K: com.android.calendar (pid 6138)
|
666
|
144,548K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
667
|
143,000K: system:ui (pid 32595)
|
668
|
140,000K: com.android.soundrecorder (pid 5736 / activities)
|
669
|
100,852K: android.process.media (pid 5392)
|
670
|
97,496K: com.android.providers.calendar (pid 6162)
|
671
|
93,228K: com.thundercomm.gamemode.provider (pid 28824)
|
672
|
90,696K: com.android.externalstorage (pid 5381)
|
673
|
|
674
|
Total RSS by category:
|
675
|
2,717,356K: .so mmap
|
676
|
1,360,832K: .jar mmap
|
677
|
1,096,836K: .art mmap
|
678
|
931,964K: Native
|
679
|
800,828K: .apk mmap
|
680
|
624,728K: Dalvik
|
681
|
623,928K: .oat mmap
|
682
|
232,452K: Other mmap
|
683
|
213,608K: EGL mtrack
|
684
|
197,916K: Dalvik Other
|
685
|
177,864K: .dex mmap
|
686
|
163,980K: Unknown
|
687
|
69,472K: .ttf mmap
|
688
|
60,464K: Gfx dev
|
689
|
48,984K: Other dev
|
690
|
46,196K: Stack
|
691
|
28,744K: Ashmem
|
692
|
7,104K: GL mtrack
|
693
|
0K: Cursor
|
694
|
0K: Other mtrack
|
695
|
|
696
|
Total PSS by process:
|
697
|
264,171K: system (pid 1516)
|
698
|
144,881K: com.microsoft.emmx (pid 5941 / activities)
|
699
|
144,481K: com.android.launcher3 (pid 2531 / activities)
|
700
|
128,603K: com.android.settings (pid 25988 / activities)
|
701
|
126,853K: com.android.systemui (pid 2013)
|
702
|
96,696K: surfaceflinger (pid 1018)
|
703
|
90,282K: com.android.gallery3d (pid 5535 / activities)
|
704
|
88,598K: com.sohu.inputmethod.sogou.car (pid 3092)
|
705
|
68,676K: com.android.permissioncontroller (pid 5272)
|
706
|
61,826K: com.android.documentsui (pid 5331 / activities)
|
707
|
55,578K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
708
|
51,113K: zygote (pid 665)
|
709
|
50,061K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:37 (pid 30031)
|
710
|
47,624K: com.android.music (pid 12461 / activities)
|
711
|
46,536K: com.android.systemui:screenshot (pid 30486)
|
712
|
45,585K: com.android.deskclock (pid 2644 / activities)
|
713
|
38,630K: com.thundercomm.microsettings (pid 2146)
|
714
|
37,787K: com.android.commands.monkey (pid 5210)
|
715
|
36,941K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:35 (pid 29052)
|
716
|
27,427K: webview_zygote (pid 2316)
|
717
|
26,268K: audioserver (pid 975)
|
718
|
24,116K: com.android.calendar (pid 6138)
|
719
|
23,133K: com.android.providers.media.module (pid 2844)
|
720
|
20,911K: zygote64 (pid 664)
|
721
|
20,587K: com.thundercomm.gamemode (pid 5046)
|
722
|
20,237K: android.hardware.audio.service (pid 792)
|
723
|
20,082K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
724
|
19,640K: com.microsoft.emmx_zygote (pid 29035)
|
725
|
17,869K: com.android.soundrecorder (pid 5736 / activities)
|
726
|
15,663K: system:ui (pid 32595)
|
727
|
14,994K: mediaserver (pid 1191)
|
728
|
14,039K: android.hardware.gnss@2.1-service-qti (pid 802)
|
729
|
13,585K: com.qualcomm.location (pid 2805)
|
730
|
13,143K: com.android.networkstack.process (pid 2231)
|
731
|
12,987K: media.extractor (pid 1188)
|
732
|
12,459K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
733
|
12,425K: android.ext.services (pid 2391)
|
734
|
12,358K: com.thundercomm.tchttpserver (pid 2179)
|
735
|
11,986K: android.hardware.wifi@1.0-service (pid 823)
|
736
|
11,801K: com.thundercomm.remotecontrolservice (pid 2342)
|
737
|
11,744K: vendor.qti.hardware.display.composer-service (pid 831)
|
738
|
11,724K: android.process.media (pid 5392)
|
739
|
11,611K: .dataservices (pid 2150)
|
740
|
11,238K: com.thundercomm.microservice (pid 2114)
|
741
|
11,099K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
742
|
10,806K: com.qualcomm.qti.qdma (pid 2373)
|
743
|
10,712K: cameraserver (pid 1175)
|
744
|
9,975K: media.swcodec (pid 1301)
|
745
|
9,662K: media.metrics (pid 1189)
|
746
|
9,507K: com.thundercomm.tcservice (pid 2354)
|
747
|
9,412K: com.tc.logclient (pid 2207)
|
748
|
9,097K: media.codec (pid 1202)
|
749
|
8,812K: com.thundercomm.tcsetupWizard (pid 2148)
|
750
|
8,509K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
751
|
8,355K: init (pid 1)
|
752
|
8,233K: ts.car.uart (pid 2725)
|
753
|
8,184K: wpa_supplicant (pid 20382)
|
754
|
8,106K: com.qualcomm.qti.qccnetstat (pid 2776)
|
755
|
8,071K: .qtidataservices (pid 2171)
|
756
|
7,943K: com.android.se (pid 2291)
|
757
|
7,751K: media.hwcodec (pid 869)
|
758
|
7,549K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
759
|
7,429K: vendor.qti.qesdk.sysservice (pid 2258)
|
760
|
7,425K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
761
|
7,419K: .pasr (pid 2728)
|
762
|
7,235K: com.thundercomm.gamemode.provider (pid 28824)
|
763
|
7,021K: com.android.providers.calendar (pid 6162)
|
764
|
6,776K: cnd (pid 1203)
|
765
|
6,540K: iorapd (pid 1155)
|
766
|
6,164K: keystore2 (pid 568)
|
767
|
6,091K: com.qualcomm.location.XT (pid 2976)
|
768
|
6,038K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
769
|
6,019K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
770
|
5,535K: com.qti.diagservices (pid 23645)
|
771
|
5,501K: com.android.externalstorage (pid 5381)
|
772
|
5,398K: imsrcsd (pid 1211)
|
773
|
4,990K: ueventd (pid 471)
|
774
|
4,697K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
775
|
4,552K: adbd (pid 2672)
|
776
|
4,394K: update_engine (pid 1344)
|
777
|
4,329K: netd (pid 663)
|
778
|
4,059K: vold (pid 516)
|
779
|
3,953K: logd (pid 500)
|
780
|
3,723K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
781
|
3,678K: init (pid 469)
|
782
|
3,677K: wifidisplayhalservice (pid 1207)
|
783
|
3,612K: selfinstaller (pid 1192)
|
784
|
3,351K: cnss_diag (pid 1172)
|
785
|
3,172K: storaged (pid 1194)
|
786
|
3,145K: ssgtzd (pid 791)
|
787
|
3,015K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
788
|
3,001K: imsdatadaemon (pid 1425)
|
789
|
2,982K: xtra-daemon (pid 1357)
|
790
|
2,956K: vppservice (pid 886)
|
791
|
2,940K: traced_probes (pid 1156)
|
792
|
2,919K: iorap.prefetcherd (pid 2060)
|
793
|
2,901K: installd (pid 1184)
|
794
|
2,793K: thermal-engine (pid 3217)
|
795
|
2,715K: lowi-server (pid 1355)
|
796
|
2,694K: ims_rtp_daemon (pid 1209)
|
797
|
2,620K: wfdhdcphalservice (pid 1201)
|
798
|
2,433K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
799
|
2,407K: slim_daemon (pid 1356)
|
800
|
2,389K: drmserver (pid 1154)
|
801
|
2,378K: cnss-daemon (pid 1304)
|
802
|
2,367K: wificond (pid 1197)
|
803
|
2,306K: qfp-daemon (pid 1362)
|
804
|
2,257K: vendor.display.color@1.0-service (pid 827)
|
805
|
2,223K: ipacm (pid 642)
|
806
|
2,216K: statsd (pid 662)
|
807
|
2,174K: credstore (pid 998)
|
808
|
2,129K: qseecomd (pid 514)
|
809
|
2,025K: hwservicemanager (pid 503)
|
810
|
1,915K: qccsyshal@1.1-service (pid 797)
|
811
|
1,835K: traced (pid 1157)
|
812
|
1,828K: gpuservice (pid 1016)
|
813
|
1,788K: servicemanager (pid 502)
|
814
|
1,674K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
815
|
1,672K: vendor.qti.secure_element@1.2-service (pid 878)
|
816
|
1,658K: spdaemon (pid 566)
|
817
|
1,657K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
818
|
1,648K: perfservice (pid 1198)
|
819
|
1,637K: vendor.qti.hardware.display.allocator-service (pid 830)
|
820
|
1,617K: android.hardware.cas@1.2-service (pid 799)
|
821
|
1,520K: dpmQmiMgr (pid 1166)
|
822
|
1,508K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
823
|
1,505K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
824
|
1,503K: tzlog (pid 1342)
|
825
|
1,456K: lmkd (pid 501)
|
826
|
1,453K: android.hardware.usb@1.2-service-qti (pid 820)
|
827
|
1,426K: qcc-trd (pid 1360)
|
828
|
1,410K: sensors.qti (pid 1021)
|
829
|
1,379K: android.hardware.boot@1.1-service (pid 570)
|
830
|
1,319K: vendor.ts.uart@1.0-service (pid 643)
|
831
|
1,313K: loc_launcher (pid 1313)
|
832
|
1,273K: incidentd (pid 1182)
|
833
|
1,257K: android.system.suspend@1.0-service (pid 567)
|
834
|
1,238K: dpmd (pid 1185)
|
835
|
1,226K: feature_enabler_client (pid 1170)
|
836
|
1,224K: android.hardware.thermal@2.0-service.qti (pid 817)
|
837
|
1,223K: android.hardware.health@2.1-service (pid 805)
|
838
|
1,217K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
839
|
1,212K: gatekeeperd (pid 1333)
|
840
|
1,208K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
841
|
1,191K: keymasterd (pid 614)
|
842
|
1,188K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
843
|
1,178K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
844
|
1,171K: android.hardware.power-service (pid 812)
|
845
|
1,171K: vendor.qti.qspmhal@1.0-service (pid 876)
|
846
|
1,147K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
847
|
1,140K: ip6tables-restore (pid 721)
|
848
|
1,135K: qspmsvc (pid 2699)
|
849
|
1,134K: wfdvndservice (pid 1291)
|
850
|
1,131K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
851
|
1,125K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
852
|
1,117K: tloc_daemon (pid 1365)
|
853
|
1,112K: time_daemon (pid 641)
|
854
|
1,085K: adsprpcd (pid 1263)
|
855
|
1,082K: sscrpcd (pid 572)
|
856
|
1,077K: iptables-restore (pid 720)
|
857
|
1,071K: adsprpcd (pid 1224)
|
858
|
1,065K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
859
|
1,062K: pm-service (pid 922)
|
860
|
1,056K: mdnsd (pid 2696)
|
861
|
1,055K: sscrpcd (pid 908)
|
862
|
1,049K: dpmd (pid 1159)
|
863
|
1,044K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
864
|
1,042K: cdsprpcd (pid 1275)
|
865
|
1,038K: sh (pid 5207)
|
866
|
1,032K: dspservice (pid 833)
|
867
|
1,014K: vendor.qti.hardware.vibrator.service (pid 868)
|
868
|
1,001K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
869
|
981K: android.hardware.memtrack@1.0-service (pid 807)
|
870
|
969K: vndservicemanager (pid 504)
|
871
|
939K: imsqmidaemon (pid 1210)
|
872
|
935K: android.hardware.atrace@1.0-service (pid 569)
|
873
|
932K: android.hardware.lights-service.qti (pid 806)
|
874
|
912K: pd-mapper (pid 913)
|
875
|
910K: mlid (pid 1309)
|
876
|
825K: pm-proxy (pid 1150)
|
877
|
805K: msm_irqbalance (pid 1446)
|
878
|
798K: dumpsys (pid 1623)
|
879
|
768K: rmt_storage (pid 1019)
|
880
|
766K: tftp_server (pid 1020)
|
881
|
739K: android.hidl.allocator@1.0-service (pid 794)
|
882
|
670K: ipacm-diag (pid 1215)
|
883
|
659K: tombstoned (pid 624)
|
884
|
630K: qrtr-ns (pid 889)
|
885
|
623K: ssgqmigd (pid 1305)
|
886
|
|
887
|
Total PSS by OOM adjustment:
|
888
|
677,466K: Native
|
889
|
96,696K: surfaceflinger (pid 1018)
|
890
|
51,113K: zygote (pid 665)
|
891
|
37,787K: com.android.commands.monkey (pid 5210)
|
892
|
27,427K: webview_zygote (pid 2316)
|
893
|
26,268K: audioserver (pid 975)
|
894
|
20,911K: zygote64 (pid 664)
|
895
|
20,237K: android.hardware.audio.service (pid 792)
|
896
|
19,640K: com.microsoft.emmx_zygote (pid 29035)
|
897
|
14,994K: mediaserver (pid 1191)
|
898
|
14,039K: android.hardware.gnss@2.1-service-qti (pid 802)
|
899
|
12,987K: media.extractor (pid 1188)
|
900
|
12,459K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
901
|
11,986K: android.hardware.wifi@1.0-service (pid 823)
|
902
|
11,744K: vendor.qti.hardware.display.composer-service (pid 831)
|
903
|
10,712K: cameraserver (pid 1175)
|
904
|
9,975K: media.swcodec (pid 1301)
|
905
|
9,662K: media.metrics (pid 1189)
|
906
|
9,097K: media.codec (pid 1202)
|
907
|
8,355K: init (pid 1)
|
908
|
8,184K: wpa_supplicant (pid 20382)
|
909
|
7,751K: media.hwcodec (pid 869)
|
910
|
6,776K: cnd (pid 1203)
|
911
|
6,540K: iorapd (pid 1155)
|
912
|
6,164K: keystore2 (pid 568)
|
913
|
6,019K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
914
|
5,398K: imsrcsd (pid 1211)
|
915
|
4,990K: ueventd (pid 471)
|
916
|
4,697K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
917
|
4,552K: adbd (pid 2672)
|
918
|
4,394K: update_engine (pid 1344)
|
919
|
4,329K: netd (pid 663)
|
920
|
4,059K: vold (pid 516)
|
921
|
3,953K: logd (pid 500)
|
922
|
3,723K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
923
|
3,678K: init (pid 469)
|
924
|
3,677K: wifidisplayhalservice (pid 1207)
|
925
|
3,612K: selfinstaller (pid 1192)
|
926
|
3,351K: cnss_diag (pid 1172)
|
927
|
3,172K: storaged (pid 1194)
|
928
|
3,145K: ssgtzd (pid 791)
|
929
|
3,015K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
930
|
3,001K: imsdatadaemon (pid 1425)
|
931
|
2,982K: xtra-daemon (pid 1357)
|
932
|
2,956K: vppservice (pid 886)
|
933
|
2,940K: traced_probes (pid 1156)
|
934
|
2,919K: iorap.prefetcherd (pid 2060)
|
935
|
2,901K: installd (pid 1184)
|
936
|
2,793K: thermal-engine (pid 3217)
|
937
|
2,715K: lowi-server (pid 1355)
|
938
|
2,694K: ims_rtp_daemon (pid 1209)
|
939
|
2,620K: wfdhdcphalservice (pid 1201)
|
940
|
2,433K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
941
|
2,407K: slim_daemon (pid 1356)
|
942
|
2,389K: drmserver (pid 1154)
|
943
|
2,378K: cnss-daemon (pid 1304)
|
944
|
2,367K: wificond (pid 1197)
|
945
|
2,306K: qfp-daemon (pid 1362)
|
946
|
2,257K: vendor.display.color@1.0-service (pid 827)
|
947
|
2,223K: ipacm (pid 642)
|
948
|
2,216K: statsd (pid 662)
|
949
|
2,174K: credstore (pid 998)
|
950
|
2,129K: qseecomd (pid 514)
|
951
|
2,025K: hwservicemanager (pid 503)
|
952
|
1,915K: qccsyshal@1.1-service (pid 797)
|
953
|
1,835K: traced (pid 1157)
|
954
|
1,828K: gpuservice (pid 1016)
|
955
|
1,788K: servicemanager (pid 502)
|
956
|
1,674K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
957
|
1,672K: vendor.qti.secure_element@1.2-service (pid 878)
|
958
|
1,658K: spdaemon (pid 566)
|
959
|
1,657K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
960
|
1,648K: perfservice (pid 1198)
|
961
|
1,637K: vendor.qti.hardware.display.allocator-service (pid 830)
|
962
|
1,617K: android.hardware.cas@1.2-service (pid 799)
|
963
|
1,520K: dpmQmiMgr (pid 1166)
|
964
|
1,508K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
965
|
1,505K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
966
|
1,503K: tzlog (pid 1342)
|
967
|
1,456K: lmkd (pid 501)
|
968
|
1,453K: android.hardware.usb@1.2-service-qti (pid 820)
|
969
|
1,426K: qcc-trd (pid 1360)
|
970
|
1,410K: sensors.qti (pid 1021)
|
971
|
1,379K: android.hardware.boot@1.1-service (pid 570)
|
972
|
1,319K: vendor.ts.uart@1.0-service (pid 643)
|
973
|
1,313K: loc_launcher (pid 1313)
|
974
|
1,273K: incidentd (pid 1182)
|
975
|
1,257K: android.system.suspend@1.0-service (pid 567)
|
976
|
1,238K: dpmd (pid 1185)
|
977
|
1,226K: feature_enabler_client (pid 1170)
|
978
|
1,224K: android.hardware.thermal@2.0-service.qti (pid 817)
|
979
|
1,223K: android.hardware.health@2.1-service (pid 805)
|
980
|
1,217K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
981
|
1,212K: gatekeeperd (pid 1333)
|
982
|
1,208K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
983
|
1,191K: keymasterd (pid 614)
|
984
|
1,188K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
985
|
1,178K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
986
|
1,171K: android.hardware.power-service (pid 812)
|
987
|
1,171K: vendor.qti.qspmhal@1.0-service (pid 876)
|
988
|
1,147K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
989
|
1,140K: ip6tables-restore (pid 721)
|
990
|
1,135K: qspmsvc (pid 2699)
|
991
|
1,134K: wfdvndservice (pid 1291)
|
992
|
1,131K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
993
|
1,125K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
994
|
1,117K: tloc_daemon (pid 1365)
|
995
|
1,112K: time_daemon (pid 641)
|
996
|
1,085K: adsprpcd (pid 1263)
|
997
|
1,082K: sscrpcd (pid 572)
|
998
|
1,077K: iptables-restore (pid 720)
|
999
|
1,071K: adsprpcd (pid 1224)
|
1000
|
1,065K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1001
|
1,062K: pm-service (pid 922)
|
1002
|
1,056K: mdnsd (pid 2696)
|
1003
|
1,055K: sscrpcd (pid 908)
|
1004
|
1,049K: dpmd (pid 1159)
|
1005
|
1,044K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
1006
|
1,042K: cdsprpcd (pid 1275)
|
1007
|
1,038K: sh (pid 5207)
|
1008
|
1,032K: dspservice (pid 833)
|
1009
|
1,014K: vendor.qti.hardware.vibrator.service (pid 868)
|
1010
|
1,001K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
1011
|
981K: android.hardware.memtrack@1.0-service (pid 807)
|
1012
|
969K: vndservicemanager (pid 504)
|
1013
|
939K: imsqmidaemon (pid 1210)
|
1014
|
935K: android.hardware.atrace@1.0-service (pid 569)
|
1015
|
932K: android.hardware.lights-service.qti (pid 806)
|
1016
|
912K: pd-mapper (pid 913)
|
1017
|
910K: mlid (pid 1309)
|
1018
|
825K: pm-proxy (pid 1150)
|
1019
|
805K: msm_irqbalance (pid 1446)
|
1020
|
798K: dumpsys (pid 1623)
|
1021
|
768K: rmt_storage (pid 1019)
|
1022
|
766K: tftp_server (pid 1020)
|
1023
|
739K: android.hidl.allocator@1.0-service (pid 794)
|
1024
|
670K: ipacm-diag (pid 1215)
|
1025
|
659K: tombstoned (pid 624)
|
1026
|
630K: qrtr-ns (pid 889)
|
1027
|
623K: ssgqmigd (pid 1305)
|
1028
|
264,171K: System
|
1029
|
264,171K: system (pid 1516)
|
1030
|
359,539K: Persistent
|
1031
|
126,853K: com.android.systemui (pid 2013)
|
1032
|
38,630K: com.thundercomm.microsettings (pid 2146)
|
1033
|
13,585K: com.qualcomm.location (pid 2805)
|
1034
|
13,143K: com.android.networkstack.process (pid 2231)
|
1035
|
12,358K: com.thundercomm.tchttpserver (pid 2179)
|
1036
|
11,801K: com.thundercomm.remotecontrolservice (pid 2342)
|
1037
|
11,611K: .dataservices (pid 2150)
|
1038
|
11,238K: com.thundercomm.microservice (pid 2114)
|
1039
|
11,099K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
1040
|
10,806K: com.qualcomm.qti.qdma (pid 2373)
|
1041
|
9,507K: com.thundercomm.tcservice (pid 2354)
|
1042
|
9,412K: com.tc.logclient (pid 2207)
|
1043
|
8,812K: com.thundercomm.tcsetupWizard (pid 2148)
|
1044
|
8,509K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
1045
|
8,233K: ts.car.uart (pid 2725)
|
1046
|
8,106K: com.qualcomm.qti.qccnetstat (pid 2776)
|
1047
|
8,071K: .qtidataservices (pid 2171)
|
1048
|
7,943K: com.android.se (pid 2291)
|
1049
|
7,549K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
1050
|
7,429K: vendor.qti.qesdk.sysservice (pid 2258)
|
1051
|
7,425K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
1052
|
7,419K: .pasr (pid 2728)
|
1053
|
23,133K: Persistent Service
|
1054
|
23,133K: com.android.providers.media.module (pid 2844)
|
1055
|
176,227K: Foreground
|
1056
|
128,603K: com.android.settings (pid 25988 / activities)
|
1057
|
47,624K: com.android.music (pid 12461 / activities)
|
1058
|
162,997K: Visible
|
1059
|
144,481K: com.android.launcher3 (pid 2531 / activities)
|
1060
|
12,425K: android.ext.services (pid 2391)
|
1061
|
6,091K: com.qualcomm.location.XT (pid 2976)
|
1062
|
88,598K: Perceptible
|
1063
|
88,598K: com.sohu.inputmethod.sogou.car (pid 3092)
|
1064
|
20,587K: A Services
|
1065
|
20,587K: com.thundercomm.gamemode (pid 5046)
|
1066
|
96,320K: Previous
|
1067
|
90,282K: com.android.gallery3d (pid 5535 / activities)
|
1068
|
6,038K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
1069
|
51,120K: B Services
|
1070
|
45,585K: com.android.deskclock (pid 2644 / activities)
|
1071
|
5,535K: com.qti.diagservices (pid 23645)
|
1072
|
573,710K: Cached
|
1073
|
144,881K: com.microsoft.emmx (pid 5941 / activities)
|
1074
|
68,676K: com.android.permissioncontroller (pid 5272)
|
1075
|
61,826K: com.android.documentsui (pid 5331 / activities)
|
1076
|
55,578K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
1077
|
50,061K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:37 (pid 30031)
|
1078
|
46,536K: com.android.systemui:screenshot (pid 30486)
|
1079
|
36,941K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:35 (pid 29052)
|
1080
|
24,116K: com.android.calendar (pid 6138)
|
1081
|
20,082K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
1082
|
17,869K: com.android.soundrecorder (pid 5736 / activities)
|
1083
|
15,663K: system:ui (pid 32595)
|
1084
|
11,724K: android.process.media (pid 5392)
|
1085
|
7,235K: com.thundercomm.gamemode.provider (pid 28824)
|
1086
|
7,021K: com.android.providers.calendar (pid 6162)
|
1087
|
5,501K: com.android.externalstorage (pid 5381)
|
1088
|
|
1089
|
Total PSS by category:
|
1090
|
724,461K: Native
|
1091
|
359,991K: .so mmap
|
1092
|
329,752K: .apk mmap
|
1093
|
213,608K: EGL mtrack
|
1094
|
183,916K: Dalvik
|
1095
|
124,691K: Unknown
|
1096
|
111,435K: .art mmap
|
1097
|
76,190K: .jar mmap
|
1098
|
72,307K: .dex mmap
|
1099
|
69,922K: Dalvik Other
|
1100
|
62,192K: Other mmap
|
1101
|
60,464K: Gfx dev
|
1102
|
45,432K: Stack
|
1103
|
28,187K: .oat mmap
|
1104
|
18,458K: .ttf mmap
|
1105
|
7,104K: GL mtrack
|
1106
|
4,172K: Other dev
|
1107
|
1,586K: Ashmem
|
1108
|
0K: Cursor
|
1109
|
0K: Other mtrack
|
1110
|
|
1111
|
Total RAM: 7,896,228K (status normal)
|
1112
|
Free RAM: 4,969,546K ( 573,710K cached pss + 1,380,576K cached kernel + 3,015,260K free)
|
1113
|
ION: 336,840K ( 9,724K mapped + 327,116K unmapped + 0K pools)
|
1114
|
Used RAM: 2,440,014K (1,716,274K used pss + 723,740K kernel)
|
1115
|
Lost RAM: 486,656K
|
1116
|
ZRAM: 12K physical used for 0K in swap (4,194,300K total swap)
|
1117
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
1118
|
// meminfo status was 0
|
1119
|
// CRASH: com.android.settings (pid 25988)
|
1120
|
// Short Msg: java.lang.NullPointerException
|
1121
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
1122
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
1123
|
// Build Changelist: 1259
|
1124
|
// Build Time: 1667239585000
|
1125
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
1126
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
1127
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
1128
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
1129
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
1130
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
1131
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
1132
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
1133
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
1134
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
1135
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
1136
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
1137
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
1138
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
1139
|
// at android.app.Activity.performStart(Activity.java:8095)
|
1140
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
1141
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
1142
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
1143
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
1144
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
1145
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1146
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1147
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1148
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1149
|
// at android.os.Looper.loop(Looper.java:288)
|
1150
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1151
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1152
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1153
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1154
|
//
|
1155
|
// CRASH: com.android.storagemanager (pid 10279)
|
1156
|
// Short Msg: java.lang.ClassNotFoundException
|
1157
|
// Long Msg: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
1158
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
1159
|
// Build Changelist: 1259
|
1160
|
// Build Time: 1667239585000
|
1161
|
// java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.storagemanager/com.android.storagemanager.deletionhelper.DeletionHelperActivity}: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: androidx.preference.PreferenceGroup$SavedState
|
1162
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636)
|
1163
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1164
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1165
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1166
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1167
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1168
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1169
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1170
|
// at android.os.Looper.loop(Looper.java:288)
|
1171
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1172
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1173
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1174
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1175
|
// Caused by: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: androidx.preference.PreferenceGroup$SavedState
|
1176
|
// at android.os.Parcel.readParcelableCreator(Parcel.java:3416)
|
1177
|
// at android.os.Parcel.readParcelable(Parcel.java:3324)
|
1178
|
// at android.view.AbsSavedState.<init>(AbsSavedState.java:67)
|
1179
|
// at android.view.AbsSavedState.<init>(AbsSavedState.java:56)
|
1180
|
// at androidx.preference.Preference$BaseSavedState.<init>(Preference.java:2210)
|
1181
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState.<init>(CollapsibleCheckboxPreferenceGroup.java:201)
|
1182
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState$1.createFromParcel(CollapsibleCheckboxPreferenceGroup.java:220)
|
1183
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState$1.createFromParcel(CollapsibleCheckboxPreferenceGroup.java:218)
|
1184
|
// at android.os.Parcel.readParcelable(Parcel.java:3333)
|
1185
|
// at android.os.Parcel.readValue(Parcel.java:3226)
|
1186
|
// at android.os.Parcel.readArrayMapInternal(Parcel.java:3623)
|
1187
|
// at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)
|
1188
|
// at android.os.BaseBundle.unparcel(BaseBundle.java:236)
|
1189
|
// at android.os.Bundle.getParcelable(Bundle.java:1002)
|
1190
|
// at androidx.preference.Preference.dispatchRestoreInstanceState(Preference.java:2064)
|
1191
|
// at androidx.preference.PreferenceGroup.dispatchRestoreInstanceState(PreferenceGroup.java:508)
|
1192
|
// at androidx.preference.Preference.restoreHierarchyState(Preference.java:2049)
|
1193
|
// at androidx.preference.PreferenceFragment.onViewCreated(PreferenceFragment.java:278)
|
1194
|
// at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1313)
|
1195
|
// at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1581)
|
1196
|
// at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1642)
|
1197
|
// at android.app.FragmentManagerImpl.dispatchMoveToState(FragmentManager.java:3052)
|
1198
|
// at android.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:3004)
|
1199
|
// at android.app.FragmentController.dispatchActivityCreated(FragmentController.java:185)
|
1200
|
// at android.app.Activity.performCreate(Activity.java:8078)
|
1201
|
// at android.app.Activity.performCreate(Activity.java:8050)
|
1202
|
// at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330)
|
1203
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609)
|
1204
|
// ... 12 more
|
1205
|
// Caused by: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
1206
|
// at java.lang.Class.classForName(Native Method)
|
1207
|
// at java.lang.Class.forName(Class.java:454)
|
1208
|
// at android.os.Parcel.readParcelableCreator(Parcel.java:3390)
|
1209
|
// ... 39 more
|
1210
|
// Caused by: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
1211
|
// ... 42 more
|
1212
|
//
|
1213
|
// CRASH: com.android.launcher3 (pid 2531)
|
1214
|
// Short Msg: java.lang.NullPointerException
|
1215
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.launcher3.CellLayout.getClipChildren()' on a null object reference
|
1216
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
1217
|
// Build Changelist: 1259
|
1218
|
// Build Time: 1667239585000
|
1219
|
// java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.launcher3.CellLayout.getClipChildren()' on a null object reference
|
1220
|
// at com.android.launcher3.folder.FolderAnimationManager.getAnimator(FolderAnimationManager.java:315)
|
1221
|
// at com.android.launcher3.folder.Folder.animateOpen(Folder.java:805)
|
1222
|
// at com.android.launcher3.folder.Folder.animateOpen(Folder.java:726)
|
1223
|
// at com.android.launcher3.touch.ItemClickHandler.onClickFolderIcon(ItemClickHandler.java:119)
|
1224
|
// at com.android.launcher3.touch.ItemClickHandler.onClick(ItemClickHandler.java:96)
|
1225
|
// at com.android.launcher3.touch.ItemClickHandler.$r8$lambda$c3IcSovkrXGdCZtXy0f_A5Sz5VA(Unknown Source:0)
|
1226
|
// at com.android.launcher3.touch.ItemClickHandler$$ExternalSyntheticLambda2.onClick(Unknown Source:0)
|
1227
|
// at android.view.View.performClick(View.java:7441)
|
1228
|
// at android.view.View.performClickInternal(View.java:7418)
|
1229
|
// at android.view.View.onKeyUp(View.java:15275)
|
1230
|
// at android.view.KeyEvent.dispatch(KeyEvent.java:2878)
|
1231
|
// at android.view.View.dispatchKeyEvent(View.java:14478)
|
1232
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1959)
|
1233
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1234
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1235
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1236
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1237
|
// at com.android.launcher3.dragndrop.DragLayer.dispatchKeyEvent(DragLayer.java:120)
|
1238
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1239
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1240
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1241
|
// at android.view.ViewGroup.dispatchKeyEvent(ViewGroup.java:1964)
|
1242
|
// at com.android.internal.policy.DecorView.superDispatchKeyEvent(DecorView.java:502)
|
1243
|
// at com.android.internal.policy.PhoneWindow.superDispatchKeyEvent(PhoneWindow.java:1880)
|
1244
|
// at android.app.Activity.dispatchKeyEvent(Activity.java:4175)
|
1245
|
// at com.android.launcher3.Launcher.dispatchKeyEvent(Launcher.java:2043)
|
1246
|
// at com.android.internal.policy.DecorView.dispatchKeyEvent(DecorView.java:416)
|
1247
|
// at android.view.ViewRootImpl$ViewPostImeInputStage.processKeyEvent(ViewRootImpl.java:6293)
|
1248
|
// at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:6159)
|
1249
|
// at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5641)
|
1250
|
// at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5698)
|
1251
|
// at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5664)
|
1252
|
// at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:5829)
|
1253
|
// at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5672)
|
1254
|
// at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:5886)
|
1255
|
// at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5645)
|
1256
|
// at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5698)
|
1257
|
// at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5664)
|
1258
|
// at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:5672)
|
1259
|
// at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:5645)
|
1260
|
// at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:5698)
|
1261
|
// at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:5664)
|
1262
|
// at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:5862)
|
1263
|
// at android.view.ViewRootImpl$ImeInputStage.onFinishedInputEvent(ViewRootImpl.java:6020)
|
1264
|
// at android.view.inputmethod.InputMethodManager$PendingEvent.run(InputMethodManager.java:3158)
|
1265
|
// at android.view.inputmethod.InputMethodManager.invokeFinishedInputEventCallback(InputMethodManager.java:2722)
|
1266
|
// at android.view.inputmethod.InputMethodManager.finishedInputEvent(InputMethodManager.java:2713)
|
1267
|
// at android.view.inputmethod.InputMethodManager$ImeInputEventSender.onInputEventFinished(InputMethodManager.java:3135)
|
1268
|
// at android.view.InputEventSender.dispatchInputEventFinished(InputEventSender.java:154)
|
1269
|
// at android.os.MessageQueue.nativePollOnce(Native Method)
|
1270
|
// at android.os.MessageQueue.next(MessageQueue.java:335)
|
1271
|
// at android.os.Looper.loopOnce(Looper.java:161)
|
1272
|
// at android.os.Looper.loop(Looper.java:288)
|
1273
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1274
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1275
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1276
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1277
|
//
|
1278
|
// CRASH: com.android.storagemanager (pid 22647)
|
1279
|
// Short Msg: java.lang.ClassNotFoundException
|
1280
|
// Long Msg: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
1281
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
1282
|
// Build Changelist: 1259
|
1283
|
// Build Time: 1667239585000
|
1284
|
// java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.storagemanager/com.android.storagemanager.deletionhelper.DeletionHelperActivity}: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: androidx.preference.PreferenceGroup$SavedState
|
1285
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636)
|
1286
|
// at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793)
|
1287
|
// at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
|
1288
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
|
1289
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1290
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1291
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1292
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1293
|
// at android.os.Looper.loop(Looper.java:288)
|
1294
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1295
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1296
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1297
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1298
|
// Caused by: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: androidx.preference.PreferenceGroup$SavedState
|
1299
|
// at android.os.Parcel.readParcelableCreator(Parcel.java:3416)
|
1300
|
// at android.os.Parcel.readParcelable(Parcel.java:3324)
|
1301
|
// at android.view.AbsSavedState.<init>(AbsSavedState.java:67)
|
1302
|
// at android.view.AbsSavedState.<init>(AbsSavedState.java:56)
|
1303
|
// at androidx.preference.Preference$BaseSavedState.<init>(Preference.java:2210)
|
1304
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState.<init>(CollapsibleCheckboxPreferenceGroup.java:201)
|
1305
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState$1.createFromParcel(CollapsibleCheckboxPreferenceGroup.java:220)
|
1306
|
// at com.android.storagemanager.deletionhelper.CollapsibleCheckboxPreferenceGroup$SavedState$1.createFromParcel(CollapsibleCheckboxPreferenceGroup.java:218)
|
1307
|
// at android.os.Parcel.readParcelable(Parcel.java:3333)
|
1308
|
// at android.os.Parcel.readValue(Parcel.java:3226)
|
1309
|
// at android.os.Parcel.readArrayMapInternal(Parcel.java:3623)
|
1310
|
// at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:292)
|
1311
|
// at android.os.BaseBundle.unparcel(BaseBundle.java:236)
|
1312
|
// at android.os.Bundle.getParcelable(Bundle.java:1002)
|
1313
|
// at androidx.preference.Preference.dispatchRestoreInstanceState(Preference.java:2064)
|
1314
|
// at androidx.preference.PreferenceGroup.dispatchRestoreInstanceState(PreferenceGroup.java:508)
|
1315
|
// at androidx.preference.Preference.restoreHierarchyState(Preference.java:2049)
|
1316
|
// at androidx.preference.PreferenceFragment.onViewCreated(PreferenceFragment.java:278)
|
1317
|
// at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1313)
|
1318
|
// at android.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1581)
|
1319
|
// at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1642)
|
1320
|
// at android.app.FragmentManagerImpl.dispatchMoveToState(FragmentManager.java:3052)
|
1321
|
// at android.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:3004)
|
1322
|
// at android.app.FragmentController.dispatchActivityCreated(FragmentController.java:185)
|
1323
|
// at android.app.Activity.performCreate(Activity.java:8078)
|
1324
|
// at android.app.Activity.performCreate(Activity.java:8050)
|
1325
|
// at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330)
|
1326
|
// at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609)
|
1327
|
// ... 12 more
|
1328
|
// Caused by: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
1329
|
// at java.lang.Class.classForName(Native Method)
|
1330
|
// at java.lang.Class.forName(Class.java:454)
|
1331
|
// at android.os.Parcel.readParcelableCreator(Parcel.java:3390)
|
1332
|
// ... 39 more
|
1333
|
// Caused by: java.lang.ClassNotFoundException: androidx.preference.PreferenceGroup$SavedState
|
1334
|
// ... 42 more
|
1335
|
//
|
1336
|
// CRASH: com.android.settings (pid 2244)
|
1337
|
// Short Msg: java.lang.NullPointerException
|
1338
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
1339
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
1340
|
// Build Changelist: 1259
|
1341
|
// Build Time: 1667239585000
|
1342
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
1343
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
1344
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
1345
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
1346
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
1347
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
1348
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
1349
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
1350
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
1351
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
1352
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
1353
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
1354
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
1355
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
1356
|
// at android.app.Activity.performStart(Activity.java:8095)
|
1357
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
1358
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
1359
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
1360
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
1361
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
1362
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
1363
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
1364
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
1365
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
1366
|
// at android.os.Looper.loop(Looper.java:288)
|
1367
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
1368
|
// at java.lang.reflect.Method.invoke(Native Method)
|
1369
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
1370
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
1371
|
//
|
1372
|
// NOT RESPONDING: com.android.documentsui (pid 5331)
|
1373
|
ANR in com.android.documentsui (com.android.documentsui/.files.FilesActivity)
|
1374
|
PID: 5331
|
1375
|
Reason: Input dispatching timed out (Application does not have a focused window)
|
1376
|
Parent: com.android.documentsui/.files.FilesActivity
|
1377
|
Frozen: false
|
1378
|
Load: 0.0 / 0.0 / 0.0
|
1379
|
----- Output from /proc/pressure/memory -----
|
1380
|
some avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
1381
|
full avg10=0.00 avg60=0.00 avg300=0.00 total=0
|
1382
|
----- End output from /proc/pressure/memory -----
|
1383
|
|
1384
|
CPU usage from 6139ms to 0ms ago (2022-11-01 07:19:43.055 to 2022-11-01 07:19:49.194):
|
1385
|
11% 1516/system_server: 5% user + 6.6% kernel / faults: 4275 minor
|
1386
|
6.2% 5272/com.android.permissioncontroller: 5.3% user + 0.8% kernel / faults: 7383 minor
|
1387
|
3.7% 2013/com.android.systemui: 3.2% user + 0.4% kernel / faults: 1041 minor
|
1388
|
2.6% 5331/com.android.documentsui: 2.2% user + 0.3% kernel / faults: 1957 minor
|
1389
|
2.1% 25682/com.android.settings: 1.9% user + 0.1% kernel / faults: 1483 minor
|
1390
|
1.6% 1191/mediaserver: 0.9% user + 0.6% kernel / faults: 144 minor
|
1391
|
1.4% 975/audioserver: 0.8% user + 0.6% kernel / faults: 25 minor
|
1392
|
1.4% 15425/kworker/u16:22-ufs_pm_qos_0: 0% user + 1.4% kernel
|
1393
|
0.9% 792/android.hardware.audio.service: 0.3% user + 0.6% kernel / faults: 3 minor
|
1394
|
0.9% 1301/media.swcodec: 0.3% user + 0.6% kernel / faults: 89 minor
|
1395
|
0% 807/android.hardware.memtrack@1.0-service: 0% user + 0% kernel
|
1396
|
0.8% 5941/com.microsoft.emmx: 0.1% user + 0.6% kernel / faults: 2 minor
|
1397
|
0.6% 1172/cnss_diag: 0.6% user + 0% kernel
|
1398
|
0.6% 5392/android.process.media: 0.4% user + 0.1% kernel / faults: 184 minor
|
1399
|
0.6% 15422/kworker/u16:19-ufs_clkscaling_0: 0% user + 0.6% kernel
|
1400
|
0.6% 25570/kworker/u16:7-governor_msm_adreno_tz_: 0% user + 0.6% kernel
|
1401
|
0.4% 5381/com.android.externalstorage: 0.4% user + 0% kernel / faults: 166 minor
|
1402
|
0.4% 17421/kworker/u16:1-memlat_wq: 0% user + 0.4% kernel
|
1403
|
0.4% 27257/com.thundercomm.gamemode.provider: 0.4% user + 0% kernel / faults: 190 minor
|
1404
|
0.3% 502/servicemanager: 0.1% user + 0.1% kernel
|
1405
|
0.3% 26637/kworker/0:1-events: 0% user + 0.3% kernel
|
1406
|
0.1% 9/ksoftirqd/0: 0% user + 0.1% kernel
|
1407
|
0.1% 10/rcu_preempt: 0% user + 0.1% kernel
|
1408
|
0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel
|
1409
|
0.1% 29/ksoftirqd/2: 0% user + 0.1% kernel
|
1410
|
0.1% 32/rcuop/2: 0% user + 0.1% kernel
|
1411
|
0.1% 37/ksoftirqd/3: 0% user + 0.1% kernel
|
1412
|
0.1% 500/logd: 0.1% user + 0% kernel
|
1413
|
0.1% 503/hwservicemanager: 0.1% user + 0% kernel
|
1414
|
0.1% 567/android.system.suspend@1.0-service: 0.1% user + 0% kernel / faults: 7 minor
|
1415
|
0.1% 643/vendor.ts.uart@1.0-service: 0% user + 0.1% kernel
|
1416
|
0.1% 662/statsd: 0.1% user + 0% kernel / faults: 6 minor
|
1417
|
0.1% 823/android.hardware.wifi@1.0-service: 0% user + 0.1% kernel / faults: 20 minor
|
1418
|
0.1% 913/pd-mapper: 0.1% user + 0% kernel
|
1419
|
0.1% 1018/surfaceflinger: 0% user + 0.1% kernel
|
1420
|
0.1% 1188/media.extractor: 0.1% user + 0% kernel / faults: 7 minor
|
1421
|
0.1% 1189/media.metrics: 0.1% user + 0% kernel
|
1422
|
0.1% 1192/selfinstaller: 0% user + 0.1% kernel
|
1423
|
0.1% 1215/ipacm-diag: 0% user + 0.1% kernel
|
1424
|
0.1% 1446/msm_irqbalance: 0.1% user + 0% kernel
|
1425
|
0.1% 2231/com.android.networkstack.process: 0.1% user + 0% kernel / faults: 9 minor
|
1426
|
0.1% 2644/com.android.deskclock: 0% user + 0.1% kernel / faults: 22 minor
|
1427
|
0.1% 2664/irq/16-90b6400.: 0% user + 0.1% kernel
|
1428
|
0.1% 2667/irq/17-9091000.: 0% user + 0.1% kernel
|
1429
|
0% 2728/.pasr: 0% user + 0% kernel / faults: 6 minor
|
1430
|
0.1% 5210/com.android.commands.monkey: 0.1% user + 0% kernel / faults: 6 minor
|
1431
|
0.1% 24521/com.android.bluetooth: 0.1% user + 0% kernel / faults: 52 minor
|
1432
|
0.1% 26136/kworker/1:2-mm_percpu_wq: 0% user + 0.1% kernel
|
1433
|
5.8% TOTAL: 3.3% user + 2% kernel + 0% iowait + 0.2% irq + 0.1% softirq
|
1434
|
CPU usage from 18814243ms to 18814243ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake:
|
1435
|
0% TOTAL: 0% user + 0% kernel
|
1436
|
|
1437
|
procrank:
|
1438
|
<empty>
|
1439
|
|
1440
|
ZRAM: 0K physical used for 0K in swap (4194300K total swap)
|
1441
|
RAM: 7896228K total, 2833020K free, 7492K buffers, 1683244K cached, 21240K shmem, 285656K slab
|
1442
|
// procrank status was 0
|
1443
|
anr traces:
|
1444
|
// anr traces status was 1
|
1445
|
meminfo:
|
1446
|
Applications Memory Usage (in Kilobytes):
|
1447
|
Uptime: 18824437 Realtime: 18824437
|
1448
|
|
1449
|
|
1450
|
Total RSS by process:
|
1451
|
634,480K: system (pid 1516)
|
1452
|
381,524K: com.microsoft.emmx (pid 5941 / activities)
|
1453
|
315,548K: com.android.systemui (pid 2013)
|
1454
|
235,416K: com.android.permissioncontroller (pid 5272)
|
1455
|
217,972K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
1456
|
207,056K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:64 (pid 22090)
|
1457
|
207,028K: com.android.settings (pid 25682 / activities)
|
1458
|
204,188K: com.android.documentsui (pid 5331 / activities)
|
1459
|
203,472K: com.android.gallery3d (pid 5535 / activities)
|
1460
|
199,776K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:67 (pid 22474)
|
1461
|
191,664K: zygote64 (pid 664)
|
1462
|
191,340K: com.android.launcher3 (pid 14831 / activities)
|
1463
|
188,036K: com.android.deskclock (pid 2644 / activities)
|
1464
|
173,740K: com.android.music (pid 12461 / activities)
|
1465
|
173,272K: android:ui (pid 23269)
|
1466
|
169,460K: com.sohu.inputmethod.sogou.car (pid 3092)
|
1467
|
168,264K: zygote (pid 665)
|
1468
|
158,780K: com.android.storagemanager (pid 27010 / activities)
|
1469
|
156,076K: com.android.bluetooth (pid 24521)
|
1470
|
153,100K: com.android.calendar (pid 6138 / activities)
|
1471
|
151,232K: com.thundercomm.gamemode (pid 5046)
|
1472
|
144,400K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
1473
|
144,296K: system:ui (pid 24130)
|
1474
|
144,168K: surfaceflinger (pid 1018)
|
1475
|
140,556K: com.android.soundrecorder (pid 5736 / activities)
|
1476
|
135,556K: com.thundercomm.microsettings (pid 2146)
|
1477
|
133,820K: com.microsoft.emmx_zygote (pid 20597)
|
1478
|
130,120K: com.android.providers.media.module (pid 2844)
|
1479
|
120,476K: com.android.commands.monkey (pid 5210)
|
1480
|
113,612K: android.process.acore (pid 24606)
|
1481
|
113,256K: com.android.networkstack.process (pid 2231)
|
1482
|
111,964K: com.qualcomm.qti.qdma (pid 2373)
|
1483
|
108,940K: com.qualcomm.location (pid 2805)
|
1484
|
103,580K: com.thundercomm.remotecontrolservice (pid 2342)
|
1485
|
102,612K: .dataservices (pid 2150)
|
1486
|
101,464K: android.process.media (pid 5392)
|
1487
|
100,848K: android.ext.services (pid 2391)
|
1488
|
100,356K: com.thundercomm.tchttpserver (pid 2179)
|
1489
|
99,288K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
1490
|
98,432K: com.android.providers.calendar (pid 6162)
|
1491
|
97,556K: com.thundercomm.microservice (pid 2114)
|
1492
|
95,992K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
1493
|
95,468K: com.tc.logclient (pid 2207)
|
1494
|
94,768K: com.thundercomm.tcservice (pid 2354)
|
1495
|
93,668K: com.android.se (pid 2291)
|
1496
|
93,480K: com.qualcomm.qti.qccnetstat (pid 2776)
|
1497
|
93,160K: .qtidataservices (pid 2171)
|
1498
|
93,100K: com.thundercomm.gamemode.provider (pid 27257)
|
1499
|
93,080K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
1500
|
92,152K: ts.car.uart (pid 2725)
|
1501
|
92,148K: com.thundercomm.tcsetupWizard (pid 2148)
|
1502
|
92,016K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
1503
|
91,464K: vendor.qti.qesdk.sysservice (pid 2258)
|
1504
|
91,452K: com.qualcomm.location.XT (pid 2976)
|
1505
|
91,428K: .pasr (pid 2728)
|
1506
|
91,176K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
1507
|
91,060K: com.qti.diagservices (pid 18423)
|
1508
|
90,820K: com.android.externalstorage (pid 5381)
|
1509
|
87,980K: com.android.musicfx (pid 25893)
|
1510
|
73,092K: webview_zygote (pid 2316)
|
1511
|
54,720K: audioserver (pid 975)
|
1512
|
35,324K: media.extractor (pid 1188)
|
1513
|
31,368K: cameraserver (pid 1175)
|
1514
|
29,460K: mediaserver (pid 1191)
|
1515
|
24,484K: android.hardware.audio.service (pid 792)
|
1516
|
22,556K: vendor.qti.hardware.display.composer-service (pid 831)
|
1517
|
22,096K: media.swcodec (pid 1301)
|
1518
|
20,940K: android.hardware.gnss@2.1-service-qti (pid 802)
|
1519
|
20,416K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
1520
|
16,868K: android.hardware.wifi@1.0-service (pid 823)
|
1521
|
16,232K: media.codec (pid 1202)
|
1522
|
16,212K: media.metrics (pid 1189)
|
1523
|
15,388K: keystore2 (pid 568)
|
1524
|
14,900K: iorapd (pid 1155)
|
1525
|
14,524K: media.hwcodec (pid 869)
|
1526
|
13,952K: init (pid 1)
|
1527
|
13,944K: wpa_supplicant (pid 20382)
|
1528
|
13,692K: cnd (pid 1203)
|
1529
|
13,068K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
1530
|
10,664K: netd (pid 663)
|
1531
|
10,604K: update_engine (pid 1344)
|
1532
|
10,260K: xtra-daemon (pid 1357)
|
1533
|
10,028K: imsrcsd (pid 1211)
|
1534
|
9,988K: vold (pid 516)
|
1535
|
9,956K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
1536
|
9,932K: ueventd (pid 471)
|
1537
|
9,884K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
1538
|
9,020K: imsdatadaemon (pid 1425)
|
1539
|
8,968K: slim_daemon (pid 1356)
|
1540
|
8,908K: adbd (pid 2672)
|
1541
|
8,880K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
1542
|
8,632K: ssgtzd (pid 791)
|
1543
|
8,532K: init (pid 469)
|
1544
|
8,480K: vppservice (pid 886)
|
1545
|
8,468K: traced_probes (pid 1156)
|
1546
|
8,400K: iorap.prefetcherd (pid 2060)
|
1547
|
8,272K: ims_rtp_daemon (pid 1209)
|
1548
|
8,028K: wifidisplayhalservice (pid 1207)
|
1549
|
8,000K: vendor.qti.hardware.display.allocator-service (pid 830)
|
1550
|
7,980K: perfservice (pid 1198)
|
1551
|
7,832K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
1552
|
7,800K: gpuservice (pid 1016)
|
1553
|
7,796K: ipacm (pid 642)
|
1554
|
7,796K: storaged (pid 1194)
|
1555
|
7,724K: drmserver (pid 1154)
|
1556
|
7,716K: cnss_diag (pid 1172)
|
1557
|
7,676K: installd (pid 1184)
|
1558
|
7,656K: wificond (pid 1197)
|
1559
|
7,624K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
1560
|
7,584K: credstore (pid 998)
|
1561
|
7,444K: qseecomd (pid 514)
|
1562
|
7,364K: cnss-daemon (pid 1304)
|
1563
|
7,300K: lmkd (pid 501)
|
1564
|
7,296K: thermal-engine (pid 3217)
|
1565
|
7,220K: qccsyshal@1.1-service (pid 797)
|
1566
|
7,168K: wfdhdcphalservice (pid 1201)
|
1567
|
7,156K: hwservicemanager (pid 503)
|
1568
|
7,020K: logd (pid 500)
|
1569
|
6,944K: spdaemon (pid 566)
|
1570
|
6,904K: qfp-daemon (pid 1362)
|
1571
|
6,856K: selfinstaller (pid 1192)
|
1572
|
6,856K: tzlog (pid 1342)
|
1573
|
6,776K: vendor.display.color@1.0-service (pid 827)
|
1574
|
6,688K: android.hardware.power-service (pid 812)
|
1575
|
6,552K: lowi-server (pid 1355)
|
1576
|
6,428K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
1577
|
6,388K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
1578
|
6,360K: dpmQmiMgr (pid 1166)
|
1579
|
6,252K: gatekeeperd (pid 1333)
|
1580
|
6,216K: vendor.qti.secure_element@1.2-service (pid 878)
|
1581
|
6,048K: servicemanager (pid 502)
|
1582
|
6,036K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
1583
|
6,028K: keymasterd (pid 614)
|
1584
|
6,028K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
1585
|
6,000K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
1586
|
5,996K: statsd (pid 662)
|
1587
|
5,988K: dpmd (pid 1159)
|
1588
|
5,892K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
1589
|
5,860K: qcc-trd (pid 1360)
|
1590
|
5,840K: sensors.qti (pid 1021)
|
1591
|
5,832K: vendor.ts.uart@1.0-service (pid 643)
|
1592
|
5,804K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
1593
|
5,708K: feature_enabler_client (pid 1170)
|
1594
|
5,652K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
1595
|
5,580K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1596
|
5,580K: incidentd (pid 1182)
|
1597
|
5,576K: android.system.suspend@1.0-service (pid 567)
|
1598
|
5,572K: android.hardware.usb@1.2-service-qti (pid 820)
|
1599
|
5,568K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
1600
|
5,544K: android.hardware.health@2.1-service (pid 805)
|
1601
|
5,508K: vendor.qti.qspmhal@1.0-service (pid 876)
|
1602
|
5,484K: android.hardware.boot@1.1-service (pid 570)
|
1603
|
5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
1604
|
5,416K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
1605
|
5,408K: adsprpcd (pid 1224)
|
1606
|
5,340K: android.hardware.memtrack@1.0-service (pid 807)
|
1607
|
5,340K: sscrpcd (pid 908)
|
1608
|
5,304K: android.hardware.thermal@2.0-service.qti (pid 817)
|
1609
|
5,304K: qspmsvc (pid 2699)
|
1610
|
5,292K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
1611
|
5,284K: vendor.qti.hardware.vibrator.service (pid 868)
|
1612
|
5,276K: sscrpcd (pid 572)
|
1613
|
5,276K: cdsprpcd (pid 1275)
|
1614
|
5,236K: tloc_daemon (pid 1365)
|
1615
|
5,224K: dspservice (pid 833)
|
1616
|
5,184K: adsprpcd (pid 1263)
|
1617
|
5,084K: traced (pid 1157)
|
1618
|
5,048K: android.hardware.lights-service.qti (pid 806)
|
1619
|
5,024K: android.hardware.atrace@1.0-service (pid 569)
|
1620
|
5,008K: android.hardware.cas@1.2-service (pid 799)
|
1621
|
4,952K: loc_launcher (pid 1313)
|
1622
|
4,948K: pm-service (pid 922)
|
1623
|
4,928K: vndservicemanager (pid 504)
|
1624
|
4,892K: dpmd (pid 1185)
|
1625
|
4,660K: time_daemon (pid 641)
|
1626
|
4,556K: imsqmidaemon (pid 1210)
|
1627
|
4,480K: pm-proxy (pid 1150)
|
1628
|
4,460K: pd-mapper (pid 913)
|
1629
|
4,388K: mlid (pid 1309)
|
1630
|
4,236K: dumpsys (pid 27339)
|
1631
|
4,216K: android.hidl.allocator@1.0-service (pid 794)
|
1632
|
4,196K: wfdvndservice (pid 1291)
|
1633
|
4,176K: rmt_storage (pid 1019)
|
1634
|
4,164K: msm_irqbalance (pid 1446)
|
1635
|
3,748K: ipacm-diag (pid 1215)
|
1636
|
3,728K: tftp_server (pid 1020)
|
1637
|
3,588K: ip6tables-restore (pid 721)
|
1638
|
3,396K: iptables-restore (pid 720)
|
1639
|
3,388K: qrtr-ns (pid 889)
|
1640
|
3,348K: dnsmasq (pid 19075)
|
1641
|
3,292K: sh (pid 5207)
|
1642
|
2,964K: tombstoned (pid 624)
|
1643
|
2,420K: ssgqmigd (pid 1305)
|
1644
|
1,168K: mdnsd (pid 2696)
|
1645
|
|
1646
|
Total RSS by OOM adjustment:
|
1647
|
1,963,836K: Native
|
1648
|
191,664K: zygote64 (pid 664)
|
1649
|
168,264K: zygote (pid 665)
|
1650
|
144,168K: surfaceflinger (pid 1018)
|
1651
|
133,820K: com.microsoft.emmx_zygote (pid 20597)
|
1652
|
120,476K: com.android.commands.monkey (pid 5210)
|
1653
|
73,092K: webview_zygote (pid 2316)
|
1654
|
54,720K: audioserver (pid 975)
|
1655
|
35,324K: media.extractor (pid 1188)
|
1656
|
31,368K: cameraserver (pid 1175)
|
1657
|
29,460K: mediaserver (pid 1191)
|
1658
|
24,484K: android.hardware.audio.service (pid 792)
|
1659
|
22,556K: vendor.qti.hardware.display.composer-service (pid 831)
|
1660
|
22,096K: media.swcodec (pid 1301)
|
1661
|
20,940K: android.hardware.gnss@2.1-service-qti (pid 802)
|
1662
|
20,416K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
1663
|
16,868K: android.hardware.wifi@1.0-service (pid 823)
|
1664
|
16,232K: media.codec (pid 1202)
|
1665
|
16,212K: media.metrics (pid 1189)
|
1666
|
15,388K: keystore2 (pid 568)
|
1667
|
14,900K: iorapd (pid 1155)
|
1668
|
14,524K: media.hwcodec (pid 869)
|
1669
|
13,952K: init (pid 1)
|
1670
|
13,944K: wpa_supplicant (pid 20382)
|
1671
|
13,692K: cnd (pid 1203)
|
1672
|
13,068K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
1673
|
10,664K: netd (pid 663)
|
1674
|
10,604K: update_engine (pid 1344)
|
1675
|
10,260K: xtra-daemon (pid 1357)
|
1676
|
10,028K: imsrcsd (pid 1211)
|
1677
|
9,988K: vold (pid 516)
|
1678
|
9,956K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
1679
|
9,932K: ueventd (pid 471)
|
1680
|
9,884K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
1681
|
9,020K: imsdatadaemon (pid 1425)
|
1682
|
8,968K: slim_daemon (pid 1356)
|
1683
|
8,908K: adbd (pid 2672)
|
1684
|
8,880K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
1685
|
8,632K: ssgtzd (pid 791)
|
1686
|
8,532K: init (pid 469)
|
1687
|
8,480K: vppservice (pid 886)
|
1688
|
8,468K: traced_probes (pid 1156)
|
1689
|
8,400K: iorap.prefetcherd (pid 2060)
|
1690
|
8,272K: ims_rtp_daemon (pid 1209)
|
1691
|
8,028K: wifidisplayhalservice (pid 1207)
|
1692
|
8,000K: vendor.qti.hardware.display.allocator-service (pid 830)
|
1693
|
7,980K: perfservice (pid 1198)
|
1694
|
7,832K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
1695
|
7,800K: gpuservice (pid 1016)
|
1696
|
7,796K: ipacm (pid 642)
|
1697
|
7,796K: storaged (pid 1194)
|
1698
|
7,724K: drmserver (pid 1154)
|
1699
|
7,716K: cnss_diag (pid 1172)
|
1700
|
7,676K: installd (pid 1184)
|
1701
|
7,656K: wificond (pid 1197)
|
1702
|
7,624K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
1703
|
7,584K: credstore (pid 998)
|
1704
|
7,444K: qseecomd (pid 514)
|
1705
|
7,364K: cnss-daemon (pid 1304)
|
1706
|
7,300K: lmkd (pid 501)
|
1707
|
7,296K: thermal-engine (pid 3217)
|
1708
|
7,220K: qccsyshal@1.1-service (pid 797)
|
1709
|
7,168K: wfdhdcphalservice (pid 1201)
|
1710
|
7,156K: hwservicemanager (pid 503)
|
1711
|
7,020K: logd (pid 500)
|
1712
|
6,944K: spdaemon (pid 566)
|
1713
|
6,904K: qfp-daemon (pid 1362)
|
1714
|
6,856K: selfinstaller (pid 1192)
|
1715
|
6,856K: tzlog (pid 1342)
|
1716
|
6,776K: vendor.display.color@1.0-service (pid 827)
|
1717
|
6,688K: android.hardware.power-service (pid 812)
|
1718
|
6,552K: lowi-server (pid 1355)
|
1719
|
6,428K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
1720
|
6,388K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
1721
|
6,360K: dpmQmiMgr (pid 1166)
|
1722
|
6,252K: gatekeeperd (pid 1333)
|
1723
|
6,216K: vendor.qti.secure_element@1.2-service (pid 878)
|
1724
|
6,048K: servicemanager (pid 502)
|
1725
|
6,036K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
1726
|
6,028K: keymasterd (pid 614)
|
1727
|
6,028K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
1728
|
6,000K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
1729
|
5,996K: statsd (pid 662)
|
1730
|
5,988K: dpmd (pid 1159)
|
1731
|
5,892K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
1732
|
5,860K: qcc-trd (pid 1360)
|
1733
|
5,840K: sensors.qti (pid 1021)
|
1734
|
5,832K: vendor.ts.uart@1.0-service (pid 643)
|
1735
|
5,804K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
1736
|
5,708K: feature_enabler_client (pid 1170)
|
1737
|
5,652K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
1738
|
5,580K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
1739
|
5,580K: incidentd (pid 1182)
|
1740
|
5,576K: android.system.suspend@1.0-service (pid 567)
|
1741
|
5,572K: android.hardware.usb@1.2-service-qti (pid 820)
|
1742
|
5,568K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
1743
|
5,544K: android.hardware.health@2.1-service (pid 805)
|
1744
|
5,508K: vendor.qti.qspmhal@1.0-service (pid 876)
|
1745
|
5,484K: android.hardware.boot@1.1-service (pid 570)
|
1746
|
5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
1747
|
5,416K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
1748
|
5,408K: adsprpcd (pid 1224)
|
1749
|
5,340K: android.hardware.memtrack@1.0-service (pid 807)
|
1750
|
5,340K: sscrpcd (pid 908)
|
1751
|
5,304K: android.hardware.thermal@2.0-service.qti (pid 817)
|
1752
|
5,304K: qspmsvc (pid 2699)
|
1753
|
5,292K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
1754
|
5,284K: vendor.qti.hardware.vibrator.service (pid 868)
|
1755
|
5,276K: sscrpcd (pid 572)
|
1756
|
5,276K: cdsprpcd (pid 1275)
|
1757
|
5,236K: tloc_daemon (pid 1365)
|
1758
|
5,224K: dspservice (pid 833)
|
1759
|
5,184K: adsprpcd (pid 1263)
|
1760
|
5,084K: traced (pid 1157)
|
1761
|
5,048K: android.hardware.lights-service.qti (pid 806)
|
1762
|
5,024K: android.hardware.atrace@1.0-service (pid 569)
|
1763
|
5,008K: android.hardware.cas@1.2-service (pid 799)
|
1764
|
4,952K: loc_launcher (pid 1313)
|
1765
|
4,948K: pm-service (pid 922)
|
1766
|
4,928K: vndservicemanager (pid 504)
|
1767
|
4,892K: dpmd (pid 1185)
|
1768
|
4,660K: time_daemon (pid 641)
|
1769
|
4,556K: imsqmidaemon (pid 1210)
|
1770
|
4,480K: pm-proxy (pid 1150)
|
1771
|
4,460K: pd-mapper (pid 913)
|
1772
|
4,388K: mlid (pid 1309)
|
1773
|
4,236K: dumpsys (pid 27339)
|
1774
|
4,216K: android.hidl.allocator@1.0-service (pid 794)
|
1775
|
4,196K: wfdvndservice (pid 1291)
|
1776
|
4,176K: rmt_storage (pid 1019)
|
1777
|
4,164K: msm_irqbalance (pid 1446)
|
1778
|
3,748K: ipacm-diag (pid 1215)
|
1779
|
3,728K: tftp_server (pid 1020)
|
1780
|
3,588K: ip6tables-restore (pid 721)
|
1781
|
3,396K: iptables-restore (pid 720)
|
1782
|
3,388K: qrtr-ns (pid 889)
|
1783
|
3,348K: dnsmasq (pid 19075)
|
1784
|
3,292K: sh (pid 5207)
|
1785
|
2,964K: tombstoned (pid 624)
|
1786
|
2,420K: ssgqmigd (pid 1305)
|
1787
|
1,168K: mdnsd (pid 2696)
|
1788
|
634,480K: System
|
1789
|
634,480K: system (pid 1516)
|
1790
|
2,405,576K: Persistent
|
1791
|
315,548K: com.android.systemui (pid 2013)
|
1792
|
135,556K: com.thundercomm.microsettings (pid 2146)
|
1793
|
113,256K: com.android.networkstack.process (pid 2231)
|
1794
|
111,964K: com.qualcomm.qti.qdma (pid 2373)
|
1795
|
108,940K: com.qualcomm.location (pid 2805)
|
1796
|
103,580K: com.thundercomm.remotecontrolservice (pid 2342)
|
1797
|
102,612K: .dataservices (pid 2150)
|
1798
|
100,356K: com.thundercomm.tchttpserver (pid 2179)
|
1799
|
99,288K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
1800
|
97,556K: com.thundercomm.microservice (pid 2114)
|
1801
|
95,992K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
1802
|
95,468K: com.tc.logclient (pid 2207)
|
1803
|
94,768K: com.thundercomm.tcservice (pid 2354)
|
1804
|
93,668K: com.android.se (pid 2291)
|
1805
|
93,480K: com.qualcomm.qti.qccnetstat (pid 2776)
|
1806
|
93,160K: .qtidataservices (pid 2171)
|
1807
|
92,152K: ts.car.uart (pid 2725)
|
1808
|
92,148K: com.thundercomm.tcsetupWizard (pid 2148)
|
1809
|
92,016K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
1810
|
91,464K: vendor.qti.qesdk.sysservice (pid 2258)
|
1811
|
91,428K: .pasr (pid 2728)
|
1812
|
91,176K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
1813
|
286,196K: Persistent Service
|
1814
|
156,076K: com.android.bluetooth (pid 24521)
|
1815
|
130,120K: com.android.providers.media.module (pid 2844)
|
1816
|
204,188K: Foreground
|
1817
|
204,188K: com.android.documentsui (pid 5331 / activities)
|
1818
|
383,640K: Visible
|
1819
|
191,340K: com.android.launcher3 (pid 14831 / activities)
|
1820
|
100,848K: android.ext.services (pid 2391)
|
1821
|
91,452K: com.qualcomm.location.XT (pid 2976)
|
1822
|
343,200K: Perceptible
|
1823
|
173,740K: com.android.music (pid 12461 / activities)
|
1824
|
169,460K: com.sohu.inputmethod.sogou.car (pid 3092)
|
1825
|
91,060K: A Services
|
1826
|
91,060K: com.qti.diagservices (pid 18423)
|
1827
|
492,392K: Previous
|
1828
|
207,028K: com.android.settings (pid 25682 / activities)
|
1829
|
101,464K: android.process.media (pid 5392)
|
1830
|
93,080K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
1831
|
90,820K: com.android.externalstorage (pid 5381)
|
1832
|
339,268K: B Services
|
1833
|
188,036K: com.android.deskclock (pid 2644 / activities)
|
1834
|
151,232K: com.thundercomm.gamemode (pid 5046)
|
1835
|
2,752,744K: Cached
|
1836
|
381,524K: com.microsoft.emmx (pid 5941 / activities)
|
1837
|
235,416K: com.android.permissioncontroller (pid 5272)
|
1838
|
217,972K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
1839
|
207,056K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:64 (pid 22090)
|
1840
|
203,472K: com.android.gallery3d (pid 5535 / activities)
|
1841
|
199,776K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:67 (pid 22474)
|
1842
|
173,272K: android:ui (pid 23269)
|
1843
|
158,780K: com.android.storagemanager (pid 27010 / activities)
|
1844
|
153,100K: com.android.calendar (pid 6138 / activities)
|
1845
|
144,400K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
1846
|
144,296K: system:ui (pid 24130)
|
1847
|
140,556K: com.android.soundrecorder (pid 5736 / activities)
|
1848
|
113,612K: android.process.acore (pid 24606)
|
1849
|
98,432K: com.android.providers.calendar (pid 6162)
|
1850
|
93,100K: com.thundercomm.gamemode.provider (pid 27257)
|
1851
|
87,980K: com.android.musicfx (pid 25893)
|
1852
|
|
1853
|
Total RSS by category:
|
1854
|
2,850,936K: .so mmap
|
1855
|
1,466,404K: .jar mmap
|
1856
|
1,172,356K: .art mmap
|
1857
|
973,764K: Native
|
1858
|
829,400K: .apk mmap
|
1859
|
692,828K: Dalvik
|
1860
|
675,860K: .oat mmap
|
1861
|
243,532K: Other mmap
|
1862
|
214,232K: Dalvik Other
|
1863
|
181,332K: Unknown
|
1864
|
178,336K: .dex mmap
|
1865
|
133,440K: EGL mtrack
|
1866
|
81,292K: .ttf mmap
|
1867
|
63,784K: Gfx dev
|
1868
|
50,356K: Other dev
|
1869
|
49,592K: Stack
|
1870
|
31,456K: Ashmem
|
1871
|
7,680K: GL mtrack
|
1872
|
0K: Cursor
|
1873
|
0K: Other mtrack
|
1874
|
|
1875
|
Total PSS by process:
|
1876
|
292,807K: system (pid 1516)
|
1877
|
171,048K: com.microsoft.emmx (pid 5941 / activities)
|
1878
|
131,106K: com.android.systemui (pid 2013)
|
1879
|
118,063K: surfaceflinger (pid 1018)
|
1880
|
99,205K: com.android.permissioncontroller (pid 5272)
|
1881
|
86,741K: com.sohu.inputmethod.sogou.car (pid 3092)
|
1882
|
69,020K: com.android.documentsui (pid 5331 / activities)
|
1883
|
67,601K: com.android.settings (pid 25682 / activities)
|
1884
|
64,116K: com.android.gallery3d (pid 5535 / activities)
|
1885
|
60,582K: com.android.launcher3 (pid 14831 / activities)
|
1886
|
58,179K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
1887
|
51,595K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:64 (pid 22090)
|
1888
|
49,989K: zygote (pid 665)
|
1889
|
47,020K: com.android.deskclock (pid 2644 / activities)
|
1890
|
44,607K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:67 (pid 22474)
|
1891
|
41,606K: com.android.music (pid 12461 / activities)
|
1892
|
41,404K: com.thundercomm.microsettings (pid 2146)
|
1893
|
39,791K: com.android.bluetooth (pid 24521)
|
1894
|
37,836K: com.android.commands.monkey (pid 5210)
|
1895
|
32,601K: com.android.storagemanager (pid 27010 / activities)
|
1896
|
27,473K: webview_zygote (pid 2316)
|
1897
|
26,093K: audioserver (pid 975)
|
1898
|
25,572K: android:ui (pid 23269)
|
1899
|
24,070K: com.android.calendar (pid 6138 / activities)
|
1900
|
23,349K: com.thundercomm.gamemode (pid 5046)
|
1901
|
22,725K: com.android.providers.media.module (pid 2844)
|
1902
|
20,345K: android.hardware.audio.service (pid 792)
|
1903
|
19,702K: com.microsoft.emmx_zygote (pid 20597)
|
1904
|
19,687K: zygote64 (pid 664)
|
1905
|
19,569K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
1906
|
17,656K: com.android.soundrecorder (pid 5736 / activities)
|
1907
|
16,520K: com.android.networkstack.process (pid 2231)
|
1908
|
15,386K: system:ui (pid 24130)
|
1909
|
15,104K: com.qualcomm.location (pid 2805)
|
1910
|
15,091K: mediaserver (pid 1191)
|
1911
|
14,045K: android.hardware.gnss@2.1-service-qti (pid 802)
|
1912
|
13,307K: com.qualcomm.qti.qdma (pid 2373)
|
1913
|
13,108K: .dataservices (pid 2150)
|
1914
|
13,044K: media.extractor (pid 1188)
|
1915
|
12,458K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
1916
|
11,988K: com.thundercomm.tchttpserver (pid 2179)
|
1917
|
11,958K: android.hardware.wifi@1.0-service (pid 823)
|
1918
|
11,722K: vendor.qti.hardware.display.composer-service (pid 831)
|
1919
|
11,636K: android.process.acore (pid 24606)
|
1920
|
11,617K: android.process.media (pid 5392)
|
1921
|
11,146K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
1922
|
11,080K: com.thundercomm.remotecontrolservice (pid 2342)
|
1923
|
10,713K: cameraserver (pid 1175)
|
1924
|
10,563K: com.thundercomm.microservice (pid 2114)
|
1925
|
10,484K: media.metrics (pid 1189)
|
1926
|
10,147K: media.swcodec (pid 1301)
|
1927
|
9,595K: android.ext.services (pid 2391)
|
1928
|
9,417K: com.tc.logclient (pid 2207)
|
1929
|
9,411K: com.thundercomm.tcservice (pid 2354)
|
1930
|
9,097K: media.codec (pid 1202)
|
1931
|
8,727K: com.thundercomm.tcsetupWizard (pid 2148)
|
1932
|
8,490K: wpa_supplicant (pid 20382)
|
1933
|
8,433K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
1934
|
8,345K: init (pid 1)
|
1935
|
8,173K: ts.car.uart (pid 2725)
|
1936
|
8,007K: com.qualcomm.qti.qccnetstat (pid 2776)
|
1937
|
7,979K: .qtidataservices (pid 2171)
|
1938
|
7,854K: com.android.se (pid 2291)
|
1939
|
7,751K: media.hwcodec (pid 869)
|
1940
|
7,452K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
1941
|
7,339K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
1942
|
7,338K: vendor.qti.qesdk.sysservice (pid 2258)
|
1943
|
7,333K: .pasr (pid 2728)
|
1944
|
7,122K: com.android.providers.calendar (pid 6162)
|
1945
|
6,956K: com.thundercomm.gamemode.provider (pid 27257)
|
1946
|
6,851K: iorapd (pid 1155)
|
1947
|
6,774K: cnd (pid 1203)
|
1948
|
6,444K: keystore2 (pid 568)
|
1949
|
6,047K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
1950
|
5,993K: com.qualcomm.location.XT (pid 2976)
|
1951
|
5,940K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
1952
|
5,398K: imsrcsd (pid 1211)
|
1953
|
5,397K: com.android.externalstorage (pid 5381)
|
1954
|
5,370K: com.qti.diagservices (pid 18423)
|
1955
|
5,336K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
1956
|
5,177K: com.android.musicfx (pid 25893)
|
1957
|
4,988K: ueventd (pid 471)
|
1958
|
4,836K: netd (pid 663)
|
1959
|
4,548K: adbd (pid 2672)
|
1960
|
4,055K: vold (pid 516)
|
1961
|
4,039K: update_engine (pid 1344)
|
1962
|
3,963K: logd (pid 500)
|
1963
|
3,723K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
1964
|
3,677K: wifidisplayhalservice (pid 1207)
|
1965
|
3,676K: init (pid 469)
|
1966
|
3,609K: selfinstaller (pid 1192)
|
1967
|
3,350K: cnss_diag (pid 1172)
|
1968
|
3,200K: storaged (pid 1194)
|
1969
|
3,145K: ssgtzd (pid 791)
|
1970
|
3,015K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
1971
|
3,000K: imsdatadaemon (pid 1425)
|
1972
|
2,984K: xtra-daemon (pid 1357)
|
1973
|
2,955K: vppservice (pid 886)
|
1974
|
2,937K: traced_probes (pid 1156)
|
1975
|
2,916K: installd (pid 1184)
|
1976
|
2,912K: iorap.prefetcherd (pid 2060)
|
1977
|
2,792K: thermal-engine (pid 3217)
|
1978
|
2,729K: lowi-server (pid 1355)
|
1979
|
2,694K: ims_rtp_daemon (pid 1209)
|
1980
|
2,620K: wfdhdcphalservice (pid 1201)
|
1981
|
2,507K: ipacm (pid 642)
|
1982
|
2,433K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
1983
|
2,406K: slim_daemon (pid 1356)
|
1984
|
2,389K: drmserver (pid 1154)
|
1985
|
2,381K: wificond (pid 1197)
|
1986
|
2,378K: cnss-daemon (pid 1304)
|
1987
|
2,306K: qfp-daemon (pid 1362)
|
1988
|
2,257K: vendor.display.color@1.0-service (pid 827)
|
1989
|
2,204K: statsd (pid 662)
|
1990
|
2,172K: credstore (pid 998)
|
1991
|
2,129K: qseecomd (pid 514)
|
1992
|
2,022K: hwservicemanager (pid 503)
|
1993
|
1,913K: qccsyshal@1.1-service (pid 797)
|
1994
|
1,834K: traced (pid 1157)
|
1995
|
1,824K: gpuservice (pid 1016)
|
1996
|
1,786K: servicemanager (pid 502)
|
1997
|
1,702K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
1998
|
1,671K: vendor.qti.secure_element@1.2-service (pid 878)
|
1999
|
1,657K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
2000
|
1,657K: spdaemon (pid 566)
|
2001
|
1,647K: perfservice (pid 1198)
|
2002
|
1,634K: vendor.qti.hardware.display.allocator-service (pid 830)
|
2003
|
1,617K: android.hardware.cas@1.2-service (pid 799)
|
2004
|
1,520K: dpmQmiMgr (pid 1166)
|
2005
|
1,511K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
2006
|
1,503K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
2007
|
1,499K: tzlog (pid 1342)
|
2008
|
1,453K: android.hardware.usb@1.2-service-qti (pid 820)
|
2009
|
1,452K: lmkd (pid 501)
|
2010
|
1,426K: qcc-trd (pid 1360)
|
2011
|
1,410K: sensors.qti (pid 1021)
|
2012
|
1,380K: android.system.suspend@1.0-service (pid 567)
|
2013
|
1,378K: android.hardware.boot@1.1-service (pid 570)
|
2014
|
1,326K: vendor.ts.uart@1.0-service (pid 643)
|
2015
|
1,316K: loc_launcher (pid 1313)
|
2016
|
1,269K: incidentd (pid 1182)
|
2017
|
1,246K: dpmd (pid 1185)
|
2018
|
1,225K: feature_enabler_client (pid 1170)
|
2019
|
1,224K: android.hardware.thermal@2.0-service.qti (pid 817)
|
2020
|
1,223K: android.hardware.health@2.1-service (pid 805)
|
2021
|
1,217K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
2022
|
1,210K: gatekeeperd (pid 1333)
|
2023
|
1,208K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
2024
|
1,190K: keymasterd (pid 614)
|
2025
|
1,188K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
2026
|
1,176K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
2027
|
1,171K: android.hardware.power-service (pid 812)
|
2028
|
1,170K: vendor.qti.qspmhal@1.0-service (pid 876)
|
2029
|
1,147K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
2030
|
1,144K: ip6tables-restore (pid 721)
|
2031
|
1,134K: qspmsvc (pid 2699)
|
2032
|
1,134K: wfdvndservice (pid 1291)
|
2033
|
1,131K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
2034
|
1,125K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
2035
|
1,117K: tloc_daemon (pid 1365)
|
2036
|
1,112K: time_daemon (pid 641)
|
2037
|
1,085K: adsprpcd (pid 1263)
|
2038
|
1,085K: iptables-restore (pid 720)
|
2039
|
1,084K: mdnsd (pid 2696)
|
2040
|
1,082K: sscrpcd (pid 572)
|
2041
|
1,070K: adsprpcd (pid 1224)
|
2042
|
1,065K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
2043
|
1,062K: pm-service (pid 922)
|
2044
|
1,058K: dpmd (pid 1159)
|
2045
|
1,055K: sscrpcd (pid 908)
|
2046
|
1,044K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
2047
|
1,041K: cdsprpcd (pid 1275)
|
2048
|
1,038K: sh (pid 5207)
|
2049
|
1,032K: dspservice (pid 833)
|
2050
|
1,021K: vendor.qti.hardware.vibrator.service (pid 868)
|
2051
|
1,001K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
2052
|
979K: android.hardware.memtrack@1.0-service (pid 807)
|
2053
|
968K: vndservicemanager (pid 504)
|
2054
|
938K: imsqmidaemon (pid 1210)
|
2055
|
935K: android.hardware.atrace@1.0-service (pid 569)
|
2056
|
932K: android.hardware.lights-service.qti (pid 806)
|
2057
|
912K: pd-mapper (pid 913)
|
2058
|
908K: mlid (pid 1309)
|
2059
|
825K: pm-proxy (pid 1150)
|
2060
|
804K: msm_irqbalance (pid 1446)
|
2061
|
790K: dumpsys (pid 27339)
|
2062
|
767K: rmt_storage (pid 1019)
|
2063
|
766K: tftp_server (pid 1020)
|
2064
|
754K: dnsmasq (pid 19075)
|
2065
|
738K: android.hidl.allocator@1.0-service (pid 794)
|
2066
|
669K: ipacm-diag (pid 1215)
|
2067
|
659K: tombstoned (pid 624)
|
2068
|
629K: qrtr-ns (pid 889)
|
2069
|
623K: ssgqmigd (pid 1305)
|
2070
|
|
2071
|
Total PSS by OOM adjustment:
|
2072
|
700,626K: Native
|
2073
|
118,063K: surfaceflinger (pid 1018)
|
2074
|
49,989K: zygote (pid 665)
|
2075
|
37,836K: com.android.commands.monkey (pid 5210)
|
2076
|
27,473K: webview_zygote (pid 2316)
|
2077
|
26,093K: audioserver (pid 975)
|
2078
|
20,345K: android.hardware.audio.service (pid 792)
|
2079
|
19,702K: com.microsoft.emmx_zygote (pid 20597)
|
2080
|
19,687K: zygote64 (pid 664)
|
2081
|
15,091K: mediaserver (pid 1191)
|
2082
|
14,045K: android.hardware.gnss@2.1-service-qti (pid 802)
|
2083
|
13,044K: media.extractor (pid 1188)
|
2084
|
12,458K: android.hardware.neuralnetworks@1.3-service-qti (pid 809)
|
2085
|
11,958K: android.hardware.wifi@1.0-service (pid 823)
|
2086
|
11,722K: vendor.qti.hardware.display.composer-service (pid 831)
|
2087
|
10,713K: cameraserver (pid 1175)
|
2088
|
10,484K: media.metrics (pid 1189)
|
2089
|
10,147K: media.swcodec (pid 1301)
|
2090
|
9,097K: media.codec (pid 1202)
|
2091
|
8,490K: wpa_supplicant (pid 20382)
|
2092
|
8,345K: init (pid 1)
|
2093
|
7,751K: media.hwcodec (pid 869)
|
2094
|
6,851K: iorapd (pid 1155)
|
2095
|
6,774K: cnd (pid 1203)
|
2096
|
6,444K: keystore2 (pid 568)
|
2097
|
6,047K: vendor.qti.hardware.perf@2.2-service (pid 841)
|
2098
|
5,398K: imsrcsd (pid 1211)
|
2099
|
5,336K: android.hardware.bluetooth@1.0-service-qti (pid 798)
|
2100
|
4,988K: ueventd (pid 471)
|
2101
|
4,836K: netd (pid 663)
|
2102
|
4,548K: adbd (pid 2672)
|
2103
|
4,055K: vold (pid 516)
|
2104
|
4,039K: update_engine (pid 1344)
|
2105
|
3,963K: logd (pid 500)
|
2106
|
3,723K: android.hardware.sensors@2.0-service.multihal (pid 815)
|
2107
|
3,677K: wifidisplayhalservice (pid 1207)
|
2108
|
3,676K: init (pid 469)
|
2109
|
3,609K: selfinstaller (pid 1192)
|
2110
|
3,350K: cnss_diag (pid 1172)
|
2111
|
3,200K: storaged (pid 1194)
|
2112
|
3,145K: ssgtzd (pid 791)
|
2113
|
3,015K: vendor.qti.hardware.iop@2.0-service (pid 837)
|
2114
|
3,000K: imsdatadaemon (pid 1425)
|
2115
|
2,984K: xtra-daemon (pid 1357)
|
2116
|
2,955K: vppservice (pid 886)
|
2117
|
2,937K: traced_probes (pid 1156)
|
2118
|
2,916K: installd (pid 1184)
|
2119
|
2,912K: iorap.prefetcherd (pid 2060)
|
2120
|
2,792K: thermal-engine (pid 3217)
|
2121
|
2,729K: lowi-server (pid 1355)
|
2122
|
2,694K: ims_rtp_daemon (pid 1209)
|
2123
|
2,620K: wfdhdcphalservice (pid 1201)
|
2124
|
2,507K: ipacm (pid 642)
|
2125
|
2,433K: android.hardware.drm@1.3-service.clearkey (pid 801)
|
2126
|
2,406K: slim_daemon (pid 1356)
|
2127
|
2,389K: drmserver (pid 1154)
|
2128
|
2,381K: wificond (pid 1197)
|
2129
|
2,378K: cnss-daemon (pid 1304)
|
2130
|
2,306K: qfp-daemon (pid 1362)
|
2131
|
2,257K: vendor.display.color@1.0-service (pid 827)
|
2132
|
2,204K: statsd (pid 662)
|
2133
|
2,172K: credstore (pid 998)
|
2134
|
2,129K: qseecomd (pid 514)
|
2135
|
2,022K: hwservicemanager (pid 503)
|
2136
|
1,913K: qccsyshal@1.1-service (pid 797)
|
2137
|
1,834K: traced (pid 1157)
|
2138
|
1,824K: gpuservice (pid 1016)
|
2139
|
1,786K: servicemanager (pid 502)
|
2140
|
1,702K: vendor.qti.hardware.servicetracker@1.2-service (pid 863)
|
2141
|
1,671K: vendor.qti.secure_element@1.2-service (pid 878)
|
2142
|
1,657K: vendor.qti.hardware.qteeconnector@1.0-service (pid 845)
|
2143
|
1,657K: spdaemon (pid 566)
|
2144
|
1,647K: perfservice (pid 1198)
|
2145
|
1,634K: vendor.qti.hardware.display.allocator-service (pid 830)
|
2146
|
1,617K: android.hardware.cas@1.2-service (pid 799)
|
2147
|
1,520K: dpmQmiMgr (pid 1166)
|
2148
|
1,511K: android.hardware.keymaster@4.1-service-qti (pid 513)
|
2149
|
1,503K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 852)
|
2150
|
1,499K: tzlog (pid 1342)
|
2151
|
1,453K: android.hardware.usb@1.2-service-qti (pid 820)
|
2152
|
1,452K: lmkd (pid 501)
|
2153
|
1,426K: qcc-trd (pid 1360)
|
2154
|
1,410K: sensors.qti (pid 1021)
|
2155
|
1,380K: android.system.suspend@1.0-service (pid 567)
|
2156
|
1,378K: android.hardware.boot@1.1-service (pid 570)
|
2157
|
1,326K: vendor.ts.uart@1.0-service (pid 643)
|
2158
|
1,316K: loc_launcher (pid 1313)
|
2159
|
1,269K: incidentd (pid 1182)
|
2160
|
1,246K: dpmd (pid 1185)
|
2161
|
1,225K: feature_enabler_client (pid 1170)
|
2162
|
1,224K: android.hardware.thermal@2.0-service.qti (pid 817)
|
2163
|
1,223K: android.hardware.health@2.1-service (pid 805)
|
2164
|
1,217K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 829)
|
2165
|
1,210K: gatekeeperd (pid 1333)
|
2166
|
1,208K: vendor.qti.hardware.soter@1.0-service (pid 864)
|
2167
|
1,190K: keymasterd (pid 614)
|
2168
|
1,188K: vendor.qti.esepowermanager@1.1-service (pid 828)
|
2169
|
1,176K: vendor.qti.hardware.qseecom@1.0-service (pid 515)
|
2170
|
1,171K: android.hardware.power-service (pid 812)
|
2171
|
1,170K: vendor.qti.qspmhal@1.0-service (pid 876)
|
2172
|
1,147K: android.hardware.gatekeeper@1.0-service-qti (pid 571)
|
2173
|
1,144K: ip6tables-restore (pid 721)
|
2174
|
1,134K: qspmsvc (pid 2699)
|
2175
|
1,134K: wfdvndservice (pid 1291)
|
2176
|
1,131K: vendor.qti.hardware.limits@1.0-service (pid 840)
|
2177
|
1,125K: vendor.qti.hardware.qccvndhal@1.0-service (pid 844)
|
2178
|
1,117K: tloc_daemon (pid 1365)
|
2179
|
1,112K: time_daemon (pid 641)
|
2180
|
1,085K: adsprpcd (pid 1263)
|
2181
|
1,085K: iptables-restore (pid 720)
|
2182
|
1,084K: mdnsd (pid 2696)
|
2183
|
1,082K: sscrpcd (pid 572)
|
2184
|
1,070K: adsprpcd (pid 1224)
|
2185
|
1,065K: vendor.qti.power.pasrmanager@1.0-service (pid 872)
|
2186
|
1,062K: pm-service (pid 922)
|
2187
|
1,058K: dpmd (pid 1159)
|
2188
|
1,055K: sscrpcd (pid 908)
|
2189
|
1,044K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 867)
|
2190
|
1,041K: cdsprpcd (pid 1275)
|
2191
|
1,038K: sh (pid 5207)
|
2192
|
1,032K: dspservice (pid 833)
|
2193
|
1,021K: vendor.qti.hardware.vibrator.service (pid 868)
|
2194
|
1,001K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 881)
|
2195
|
979K: android.hardware.memtrack@1.0-service (pid 807)
|
2196
|
968K: vndservicemanager (pid 504)
|
2197
|
938K: imsqmidaemon (pid 1210)
|
2198
|
935K: android.hardware.atrace@1.0-service (pid 569)
|
2199
|
932K: android.hardware.lights-service.qti (pid 806)
|
2200
|
912K: pd-mapper (pid 913)
|
2201
|
908K: mlid (pid 1309)
|
2202
|
825K: pm-proxy (pid 1150)
|
2203
|
804K: msm_irqbalance (pid 1446)
|
2204
|
790K: dumpsys (pid 27339)
|
2205
|
767K: rmt_storage (pid 1019)
|
2206
|
766K: tftp_server (pid 1020)
|
2207
|
754K: dnsmasq (pid 19075)
|
2208
|
738K: android.hidl.allocator@1.0-service (pid 794)
|
2209
|
669K: ipacm-diag (pid 1215)
|
2210
|
659K: tombstoned (pid 624)
|
2211
|
629K: qrtr-ns (pid 889)
|
2212
|
623K: ssgqmigd (pid 1305)
|
2213
|
292,807K: System
|
2214
|
292,807K: system (pid 1516)
|
2215
|
372,789K: Persistent
|
2216
|
131,106K: com.android.systemui (pid 2013)
|
2217
|
41,404K: com.thundercomm.microsettings (pid 2146)
|
2218
|
16,520K: com.android.networkstack.process (pid 2231)
|
2219
|
15,104K: com.qualcomm.location (pid 2805)
|
2220
|
13,307K: com.qualcomm.qti.qdma (pid 2373)
|
2221
|
13,108K: .dataservices (pid 2150)
|
2222
|
11,988K: com.thundercomm.tchttpserver (pid 2179)
|
2223
|
11,146K: com.qualcomm.qti.workloadclassifier (pid 2802)
|
2224
|
11,080K: com.thundercomm.remotecontrolservice (pid 2342)
|
2225
|
10,563K: com.thundercomm.microservice (pid 2114)
|
2226
|
9,417K: com.tc.logclient (pid 2207)
|
2227
|
9,411K: com.thundercomm.tcservice (pid 2354)
|
2228
|
8,727K: com.thundercomm.tcsetupWizard (pid 2148)
|
2229
|
8,433K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2733)
|
2230
|
8,173K: ts.car.uart (pid 2725)
|
2231
|
8,007K: com.qualcomm.qti.qccnetstat (pid 2776)
|
2232
|
7,979K: .qtidataservices (pid 2171)
|
2233
|
7,854K: com.android.se (pid 2291)
|
2234
|
7,452K: com.qti.qualcomm.mstatssystemservice (pid 2273)
|
2235
|
7,339K: com.qualcomm.qti.devicestatisticsservice (pid 3167)
|
2236
|
7,338K: vendor.qti.qesdk.sysservice (pid 2258)
|
2237
|
7,333K: .pasr (pid 2728)
|
2238
|
62,516K: Persistent Service
|
2239
|
39,791K: com.android.bluetooth (pid 24521)
|
2240
|
22,725K: com.android.providers.media.module (pid 2844)
|
2241
|
69,020K: Foreground
|
2242
|
69,020K: com.android.documentsui (pid 5331 / activities)
|
2243
|
76,170K: Visible
|
2244
|
60,582K: com.android.launcher3 (pid 14831 / activities)
|
2245
|
9,595K: android.ext.services (pid 2391)
|
2246
|
5,993K: com.qualcomm.location.XT (pid 2976)
|
2247
|
128,347K: Perceptible
|
2248
|
86,741K: com.sohu.inputmethod.sogou.car (pid 3092)
|
2249
|
41,606K: com.android.music (pid 12461 / activities)
|
2250
|
5,370K: A Services
|
2251
|
5,370K: com.qti.diagservices (pid 18423)
|
2252
|
90,555K: Previous
|
2253
|
67,601K: com.android.settings (pid 25682 / activities)
|
2254
|
11,617K: android.process.media (pid 5392)
|
2255
|
5,940K: com.qualcomm.qti.qccauthmgr (pid 5604)
|
2256
|
5,397K: com.android.externalstorage (pid 5381)
|
2257
|
70,369K: B Services
|
2258
|
47,020K: com.android.deskclock (pid 2644 / activities)
|
2259
|
23,349K: com.thundercomm.gamemode (pid 5046)
|
2260
|
654,495K: Cached
|
2261
|
171,048K: com.microsoft.emmx (pid 5941 / activities)
|
2262
|
99,205K: com.android.permissioncontroller (pid 5272)
|
2263
|
64,116K: com.android.gallery3d (pid 5535 / activities)
|
2264
|
58,179K: com.microsoft.emmx:privileged_process0 (pid 7727)
|
2265
|
51,595K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:64 (pid 22090)
|
2266
|
44,607K: com.microsoft.emmx:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:67 (pid 22474)
|
2267
|
32,601K: com.android.storagemanager (pid 27010 / activities)
|
2268
|
25,572K: android:ui (pid 23269)
|
2269
|
24,070K: com.android.calendar (pid 6138 / activities)
|
2270
|
19,569K: com.thundercomm.mcuupgrade (pid 5655 / activities)
|
2271
|
17,656K: com.android.soundrecorder (pid 5736 / activities)
|
2272
|
15,386K: system:ui (pid 24130)
|
2273
|
11,636K: android.process.acore (pid 24606)
|
2274
|
7,122K: com.android.providers.calendar (pid 6162)
|
2275
|
6,956K: com.thundercomm.gamemode.provider (pid 27257)
|
2276
|
5,177K: com.android.musicfx (pid 25893)
|
2277
|
|
2278
|
Total PSS by category:
|
2279
|
750,531K: Native
|
2280
|
366,893K: .so mmap
|
2281
|
341,672K: .apk mmap
|
2282
|
219,375K: Dalvik
|
2283
|
139,029K: Unknown
|
2284
|
133,440K: EGL mtrack
|
2285
|
111,020K: .art mmap
|
2286
|
76,289K: .jar mmap
|
2287
|
75,921K: Dalvik Other
|
2288
|
70,834K: .dex mmap
|
2289
|
64,538K: Other mmap
|
2290
|
63,784K: Gfx dev
|
2291
|
48,776K: Stack
|
2292
|
28,141K: .oat mmap
|
2293
|
18,933K: .ttf mmap
|
2294
|
7,680K: GL mtrack
|
2295
|
4,443K: Other dev
|
2296
|
1,765K: Ashmem
|
2297
|
0K: Cursor
|
2298
|
0K: Other mtrack
|
2299
|
|
2300
|
Total RAM: 7,896,228K (status normal)
|
2301
|
Free RAM: 4,854,907K ( 654,495K cached pss + 1,376,032K cached kernel + 2,824,380K free)
|
2302
|
ION: 385,820K ( 10,108K mapped + 375,712K unmapped + 0K pools)
|
2303
|
Used RAM: 2,518,965K (1,745,237K used pss + 773,728K kernel)
|
2304
|
Lost RAM: 522,344K
|
2305
|
ZRAM: 12K physical used for 0K in swap (4,194,300K total swap)
|
2306
|
Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx)
|
2307
|
// meminfo status was 0
|
2308
|
// CRASH: com.android.settings (pid 25682)
|
2309
|
// Short Msg: java.lang.IllegalStateException
|
2310
|
// Long Msg: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
|
2311
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
2312
|
// Build Changelist: 1259
|
2313
|
// Build Time: 1667239585000
|
2314
|
// java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
|
2315
|
// at androidx.fragment.app.FragmentManager.checkStateLoss(FragmentManager.java:1864)
|
2316
|
// at androidx.fragment.app.FragmentManager.enqueueAction(FragmentManager.java:1904)
|
2317
|
// at androidx.fragment.app.FragmentManager.popBackStack(FragmentManager.java:729)
|
2318
|
// at com.android.settings.homepage.SettingsHomepageActivity.lambda$changeSettingsDetailsFragment$5(SettingsHomepageActivity.java:395)
|
2319
|
// at com.android.settings.homepage.SettingsHomepageActivity.$r8$lambda$ovL0LP5AA5-Z3MZSBVit2VRFalA(Unknown Source:0)
|
2320
|
// at com.android.settings.homepage.SettingsHomepageActivity$$ExternalSyntheticLambda3.run(Unknown Source:10)
|
2321
|
// at android.os.Handler.handleCallback(Handler.java:938)
|
2322
|
// at android.os.Handler.dispatchMessage(Handler.java:99)
|
2323
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2324
|
// at android.os.Looper.loop(Looper.java:288)
|
2325
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2326
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2327
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2328
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2329
|
//
|
2330
|
// CRASH: com.android.settings (pid 27421)
|
2331
|
// Short Msg: java.lang.NullPointerException
|
2332
|
// Long Msg: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
2333
|
// Build Label: TC/figure_CN/figure:12/SKQ1.220201.001/1259:user/test-keys
|
2334
|
// Build Changelist: 1259
|
2335
|
// Build Time: 1667239585000
|
2336
|
// java.lang.NullPointerException: Attempt to invoke interface method 'android.view.MenuItem android.view.MenuItem.setVisible(boolean)' on a null object reference
|
2337
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateOptionsMenu(ManageApplications.java:746)
|
2338
|
// at com.android.settings.applications.manageapplications.ManageApplications.updateView(ManageApplications.java:853)
|
2339
|
// at com.android.settings.applications.manageapplications.ManageApplications.onStart(ManageApplications.java:528)
|
2340
|
// at androidx.fragment.app.Fragment.performStart(Fragment.java:3011)
|
2341
|
// at androidx.fragment.app.FragmentStateManager.start(FragmentStateManager.java:565)
|
2342
|
// at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:276)
|
2343
|
// at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:112)
|
2344
|
// at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1667)
|
2345
|
// at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3234)
|
2346
|
// at androidx.fragment.app.FragmentManager.dispatchStart(FragmentManager.java:3185)
|
2347
|
// at androidx.fragment.app.FragmentController.dispatchStart(FragmentController.java:262)
|
2348
|
// at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:482)
|
2349
|
// at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1456)
|
2350
|
// at android.app.Activity.performStart(Activity.java:8095)
|
2351
|
// at android.app.ActivityThread.handleStartActivity(ActivityThread.java:3661)
|
2352
|
// at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
|
2353
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
|
2354
|
// at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:183)
|
2355
|
// at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:132)
|
2356
|
// at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
|
2357
|
// at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
|
2358
|
// at android.os.Handler.dispatchMessage(Handler.java:106)
|
2359
|
// at android.os.Looper.loopOnce(Looper.java:201)
|
2360
|
// at android.os.Looper.loop(Looper.java:288)
|
2361
|
// at android.app.ActivityThread.main(ActivityThread.java:7880)
|
2362
|
// at java.lang.reflect.Method.invoke(Native Method)
|
2363
|
// at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
|
2364
|
// at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009)
|
2365
|
//
|