args: [--pkg-blacklist-file, /sdcard/blacklist.txt, --ignore-crashes, --ignore-timeouts, --ignore-security-exceptions, --monitor-native-crashes, --ignore-native-crashes, -s, 20, --throttle, 500, --pct-touch, 30, --pct-motion, 15, --pct-nav, 15, --pct-majornav, 15, --pct-syskeys, 5, --pct-appswitch, 10, --pct-anyevent, 10, --ignore-crashes, -v, -v, -v, 172800] arg: "--pkg-blacklist-file" arg: "/sdcard/blacklist.txt" arg: "--ignore-crashes" arg: "--ignore-timeouts" arg: "--ignore-security-exceptions" arg: "--monitor-native-crashes" arg: "--ignore-native-crashes" arg: "-s" arg: "20" arg: "--throttle" arg: "500" arg: "--pct-touch" arg: "30" arg: "--pct-motion" arg: "15" arg: "--pct-nav" arg: "15" arg: "--pct-majornav" arg: "15" arg: "--pct-syskeys" arg: "5" arg: "--pct-appswitch" arg: "10" arg: "--pct-anyevent" arg: "10" arg: "--ignore-crashes" arg: "-v" arg: "-v" arg: "-v" arg: "172800" arg="--pkg-blacklist-file" mCurArgData="null" mNextArg=1 argwas="--pkg-blacklist-file" nextarg="/sdcard/blacklist.txt" data="/sdcard/blacklist.txt" arg="--ignore-crashes" mCurArgData="null" mNextArg=3 argwas="--ignore-crashes" nextarg="--ignore-timeouts" arg="--ignore-timeouts" mCurArgData="null" mNextArg=4 argwas="--ignore-timeouts" nextarg="--ignore-security-exceptions" arg="--ignore-security-exceptions" mCurArgData="null" mNextArg=5 argwas="--ignore-security-exceptions" nextarg="--monitor-native-crashes" arg="--monitor-native-crashes" mCurArgData="null" mNextArg=6 argwas="--monitor-native-crashes" nextarg="--ignore-native-crashes" arg="--ignore-native-crashes" mCurArgData="null" mNextArg=7 argwas="--ignore-native-crashes" nextarg="-s" data="20" arg="--throttle" mCurArgData="null" mNextArg=10 argwas="--throttle" nextarg="500" data="500" arg="--pct-touch" mCurArgData="null" mNextArg=12 argwas="--pct-touch" nextarg="30" data="30" arg="--pct-motion" mCurArgData="null" mNextArg=14 argwas="--pct-motion" nextarg="15" data="15" arg="--pct-nav" mCurArgData="null" mNextArg=16 argwas="--pct-nav" nextarg="15" data="15" arg="--pct-majornav" mCurArgData="null" mNextArg=18 argwas="--pct-majornav" nextarg="15" data="15" arg="--pct-syskeys" mCurArgData="null" mNextArg=20 argwas="--pct-syskeys" nextarg="5" data="5" arg="--pct-appswitch" mCurArgData="null" mNextArg=22 argwas="--pct-appswitch" nextarg="10" data="10" arg="--pct-anyevent" mCurArgData="null" mNextArg=24 argwas="--pct-anyevent" nextarg="10" data="10" arg="--ignore-crashes" mCurArgData="null" mNextArg=26 argwas="--ignore-crashes" nextarg="-v" // CRASH: com.android.systemui (pid 2034) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // CRASH: com.android.systemui (pid 30044) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 89 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.screenrecord.ScreenRecordDialog}: android.view.InflateException: Binary XML file line #17 in com.android.systemui:layout/screen_record_dialog: Binary XML file line #17 in com.android.systemui:layout/screen_record_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #17 in com.android.systemui:layout/screen_record_dialog: Binary XML file line #17 in com.android.systemui:layout/screen_record_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #17 in com.android.systemui:layout/screen_record_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createView(LayoutInflater.java:780) // at com.android.internal.policy.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:58) // at android.view.LayoutInflater.onCreateView(LayoutInflater.java:934) // at android.view.LayoutInflater.onCreateView(LayoutInflater.java:954) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1008) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.inflate(LayoutInflater.java:663) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at android.view.LayoutInflater.inflate(LayoutInflater.java:485) // at com.android.internal.policy.PhoneWindow.setContentView(PhoneWindow.java:461) // at android.app.Activity.setContentView(Activity.java:3557) // at com.android.systemui.screenrecord.ScreenRecordDialog.onCreate(ScreenRecordDialog.java:77) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 89 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelSize(TypedArray.java:788) // at android.view.View.(View.java:5530) // at android.view.ViewGroup.(ViewGroup.java:702) // at android.widget.FrameLayout.(FrameLayout.java:99) // at android.widget.FrameLayout.(FrameLayout.java:94) // at android.widget.FrameLayout.(FrameLayout.java:89) // ... 31 more // // NOT RESPONDING: com.android.music (pid 3716) ANR in com.android.music (com.android.music/.VideoBrowserActivity) PID: 3716 Reason: Input dispatching timed out (Application does not have a focused window) Parent: com.android.music/.VideoBrowserActivity ErrorId: fe613d1a-1317-4e67-bf64-72ca62f26ccb Frozen: false Load: 0.93 / 1.04 / 1.07 ----- Output from /proc/pressure/memory ----- some avg10=0.00 avg60=0.00 avg300=0.00 total=0 full avg10=0.00 avg60=0.00 avg300=0.00 total=0 ----- End output from /proc/pressure/memory ----- CPU usage from 0ms to 5510ms later (2023-04-22 14:32:41.312 to 2023-04-22 14:32:46.822): 15% 1244/system_server: 7.4% user + 8.5% kernel / faults: 4042 minor 8.3% 1310/media.codec: 6.7% user + 1.6% kernel / faults: 8266 minor 4.5% 2900/com.hht.lebocast: 3.8% user + 0.7% kernel / faults: 1750 minor 1 major 4.5% 3716/com.android.music: 2.9% user + 1.6% kernel / faults: 899 minor 4.3% 1276/media.extractor: 2.3% user + 1.9% kernel / faults: 3905 minor 4.3% 4122/com.android.systemui: 3.6% user + 0.7% kernel / faults: 1676 minor 3% 884/media.hwcodec: 2.5% user + 0.5% kernel / faults: 3609 minor 2.9% 1363/media.swcodec: 1.4% user + 1.4% kernel / faults: 4366 minor 2.9% 3321/com.baidu.input: 1.9% user + 0.9% kernel / faults: 881 minor 2.1% 2173/com.thundercomm.gamemode: 1.4% user + 0.7% kernel / faults: 802 minor 1.8% 2183/.dataservices: 1% user + 0.7% kernel / faults: 816 minor 1.6% 489/kworker/u16:2-ufs_clk_gating_0: 0% user + 1.6% kernel 1.4% 504/logd: 0.3% user + 1% kernel 0% 2908/com.hryt.hiphishowfsecontrol: 0% user + 0% kernel / faults: 685 minor 0% 2123/com.android.networkstack.process: 0% user + 0% kernel / faults: 642 minor 0% 2178/com.thundercomm.microservice: 0% user + 0% kernel / faults: 791 minor 1.2% 2181/com.thundercomm.microsettings: 0.9% user + 0.3% kernel / faults: 661 minor 0% 2191/.qtidataservices: 0% user + 0% kernel / faults: 811 minor 1.2% 2368/com.thundercomm.remotecontrolservice: 0.7% user + 0.5% kernel / faults: 744 minor 0% 2428/com.thundercomm.tcservice: 0% user + 0% kernel / faults: 891 minor 0% 2903/ts.car.uart: 0% user + 0% kernel / faults: 771 minor 1.2% 26729/kworker/u16:0+SENSORS_CNTL: 0% user + 1.2% kernel 0% 2207/com.thundercomm.tchttpserver: 0% user + 0% kernel / faults: 718 minor 0% 2301/com.thundercomm.tcsetupwizard: 0% user + 0% kernel / faults: 683 minor 0% 2338/com.android.se: 0% user + 0% kernel / faults: 765 minor 0% 2438/com.qualcomm.qti.qdma: 0% user + 0% kernel / faults: 667 minor 1% 2731/com.qualcomm.location: 0.9% user + 0.1% kernel / faults: 748 minor 0% 2917/.pasr: 0% user + 0% kernel / faults: 701 minor 1% 21986/com.tencent.android.qqdownloader:daemon: 0.5% user + 0.5% kernel / faults: 77 minor 0% 2255/com.tc.logclient: 0% user + 0% kernel / faults: 711 minor 0% 2305/vendor.qti.qesdk.sysservice: 0% user + 0% kernel / faults: 730 minor 0% 2988/com.qualcomm.qti.services.systemhelper:systemhelper_service: 0% user + 0% kernel / faults: 762 minor 0% 3016/com.qualcomm.qti.qccnetstat: 0% user + 0% kernel / faults: 761 minor 0% 3028/com.qualcomm.qti.workloadclassifier: 0% user + 0% kernel / faults: 723 minor 0% 633/tombstoned: 0% user + 0% kernel / faults: 5 minor 0% 2310/com.qti.qualcomm.mstatssystemservice: 0% user + 0% kernel / faults: 695 minor 0% 3270/com.qualcomm.qti.devicestatisticsservice: 0% user + 0% kernel / faults: 733 minor 0.7% 16887/kworker/u16:3-memlat_wq: 0% user + 0.7% kernel 0.7% 22031/com.tencent.android.qqdownloader: 0.7% user + 0% kernel / faults: 38 minor 0.5% 1289/tlog: 0.5% user + 0% kernel 0.5% 3861/logcat: 0.1% user + 0.3% kernel 0.5% 27637/audioserver: 0.1% user + 0.3% kernel / faults: 38 minor 0.3% 10/rcu_preempt: 0% user + 0.3% kernel 0.3% 1279/mediaserver: 0% user + 0.3% kernel / faults: 40 minor 0.3% 2492/com.thundercomm.gamemode.provider: 0.1% user + 0.1% kernel / faults: 173 minor 0.3% 5815/kworker/u16:5-qmi_msg_handler: 0% user + 0.3% kernel 0.3% 27626/android.hardware.audio.service: 0% user + 0.3% kernel / faults: 60 minor 0.3% 28239/com.tencent.android.qqdownloader:cloud: 0.1% user + 0.1% kernel / faults: 54 minor 0.1% 1/init: 0% user + 0.1% kernel 0.1% 11/rcu_sched: 0% user + 0.1% kernel 0.1% 13/rcuop/0: 0% user + 0.1% kernel 0% 14/rcuos/0: 0% user + 0% kernel 0.1% 24/rcuop/1: 0% user + 0.1% kernel 0.1% 32/rcuop/2: 0% user + 0.1% kernel 0.1% 64/rcuop/6: 0% user + 0.1% kernel 0.1% 81/kworker/1:1-events: 0% user + 0.1% kernel 0% 366/kworker/1:1H-kblockd: 0% user + 0% kernel 0% 548/vold: 0% user + 0% kernel / faults: 21 minor 0.1% 569/android.system.suspend@1.0-service: 0% user + 0.1% kernel / faults: 20 minor 0.1% 652/vendor.ts.uart@1.0-service: 0% user + 0.1% kernel 0.1% 675/netd: 0% user + 0.1% kernel / faults: 30 minor 0% 825/android.hardware.gnss@2.1-service-qti: 0% user + 0% kernel / faults: 15 minor 0.1% 850/vendor.qti.hardware.display.composer-service: 0% user + 0.1% kernel / faults: 62 minor 0.1% 870/vendor.qti.hardware.perf@2.2-service: 0.1% user + 0% kernel 0.1% 1010/surfaceflinger: 0% user + 0.1% kernel / faults: 30 minor 0% 1172/drmserver: 0% user + 0% kernel / faults: 25 minor 0% 1270/cameraserver: 0% user + 0% kernel / faults: 31 minor 0.1% 1500/msm_irqbalance: 0% user + 0.1% kernel 0.1% 2441/com.android.settings: 0% user + 0.1% kernel / faults: 1 minor 0.1% 2764/hht_ota_mgr: 0% user + 0.1% kernel 0.1% 2790/irq/16-90b6400.: 0% user + 0.1% kernel 0.1% 4620/com.android.documentsui: 0.1% user + 0% kernel 0.1% 21958/com.tencent.android.qqdownloader:live: 0.1% user + 0% kernel / faults: 28 minor 13% TOTAL: 7.6% user + 5.3% kernel + 0.1% iowait + 0.3% irq + 0.1% softirq CPU usage from 71ms to 395ms later (2023-04-22 14:32:41.383 to 2023-04-22 14:32:41.707): 29% 1244/system_server: 10% user + 18% kernel / faults: 556 minor 21% 6170/AnrConsumer: 7.2% user + 14% kernel 4.5% 26729/kworker/u16:0-memlat_wq: 0% user + 4.5% kernel 5.4% TOTAL: 1.5% user + 3.9% kernel procrank: ZRAM: 12K physical used for 0K in swap (4194300K total swap) RAM: 7896244K total, 1411568K free, 6316K buffers, 2747604K cached, 27728K shmem, 285880K slab // procrank status was 0 anr traces: // anr traces status was 1 meminfo: Applications Memory Usage (in Kilobytes): Uptime: 9417888 Realtime: 9417888 Total RSS by process: 611,010K: system (pid 1244) 461,228K: com.android.settings (pid 2441 / activities) 383,428K: com.android.systemui (pid 4122) 292,612K: com.tencent.android.qqdownloader:daemon (pid 21986) 283,388K: com.baidu.input (pid 3321) 238,644K: com.android.launcher3 (pid 2649 / activities) 234,140K: com.tencent.android.qqdownloader (pid 22031) 220,416K: com.android.music (pid 3716 / activities) 216,292K: com.android.htmlviewer (pid 7821) 212,732K: com.android.gallery3d (pid 4430 / activities) 192,652K: com.android.documentsui (pid 4620 / activities) 191,780K: zygote64 (pid 676) 181,224K: com.android.systemui:screenshot (pid 2252) 170,480K: com.hht.lebocast (pid 2900 / activities) 170,436K: com.android.packageinstaller (pid 3752) 170,016K: zygote (pid 677) 137,012K: android.ext.services (pid 2486) 132,488K: com.android.providers.media.module (pid 3070) 131,280K: com.thundercomm.gamemode (pid 2173) 130,216K: com.tencent.android.qqdownloader:live (pid 21958) 124,920K: com.thundercomm.gamecenter (pid 4371 / activities) 124,160K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 122,104K: com.tencent.android.qqdownloader:cloud (pid 28239) 119,972K: com.android.commands.monkey (pid 4242) 119,968K: com.thundercomm.remotecontrolservice (pid 2368) 118,270K: surfaceflinger (pid 1010) 117,352K: com.thundercomm.microsettings (pid 2181) 113,860K: android.process.acore (pid 4192) 113,716K: android.process.media (pid 3083) 112,716K: com.qualcomm.qti.workloadclassifier (pid 3028) 112,028K: com.android.permissioncontroller (pid 3768) 110,476K: com.android.networkstack.process (pid 2123) 107,572K: com.qualcomm.location (pid 2731) 107,388K: com.hryt.hiphishowfsecontrol (pid 2908) 105,440K: com.qualcomm.qti.qdma (pid 2438) 101,356K: com.thundercomm.tcservice (pid 2428) 100,484K: .dataservices (pid 2183) 100,236K: com.tc.logclient (pid 2255) 97,300K: com.thundercomm.microservice (pid 2178) 96,176K: com.thundercomm.gamemode.provider (pid 2492) 96,076K: com.thundercomm.tchttpserver (pid 2207) 95,028K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,264K: com.qualcomm.qti.qccnetstat (pid 3016) 93,088K: com.android.se (pid 2338) 92,948K: com.qualcomm.qti.qccauthmgr (pid 2600) 92,768K: .qtidataservices (pid 2191) 92,532K: ts.car.uart (pid 2903) 92,316K: vendor.qti.qesdk.sysservice (pid 2305) 92,284K: com.thundercomm.tcsetupwizard (pid 2301) 91,784K: com.android.managedprovisioning (pid 3697) 91,672K: com.qti.diagservices (pid 29313) 91,192K: com.qualcomm.location.XT (pid 3132) 90,964K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,928K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,828K: .pasr (pid 2917) 90,816K: com.android.shell (pid 3792) 90,664K: com.android.externalstorage (pid 3938) 88,304K: com.android.musicfx (pid 24207) 86,472K: com.android.webview:webview_service (pid 26641) 72,440K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,704K: mediaserver (pid 1279) 40,820K: media.extractor (pid 1276) 31,384K: cameraserver (pid 1270) 30,164K: tlog (pid 1289) 24,324K: android.hardware.audio.service (pid 27626) 24,028K: media.swcodec (pid 1363) 23,916K: android.hardware.wifi@1.0-service (pid 842) 23,120K: vendor.qti.hardware.display.composer-service (pid 850) 21,100K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,580K: media.metrics (pid 1278) 17,460K: media.codec (pid 1310) 16,320K: hht_ota_mgr (pid 2764) 15,188K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,256K: init (pid 1) 14,200K: cnd (pid 1313) 13,188K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,728K: iorapd (pid 1175) 10,780K: selfinstaller (pid 1280) 10,756K: update_engine (pid 1382) 10,640K: netd (pid 675) 10,252K: xtra-daemon (pid 1461) 10,164K: imsrcsd (pid 1332) 9,964K: ueventd (pid 477) 9,924K: vold (pid 548) 9,748K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,628K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,432K: imsdatadaemon (pid 1515) 8,996K: slim_daemon (pid 1460) 8,860K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,652K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,544K: init (pid 475) 8,468K: vppservice (pid 914) 8,316K: iorap.prefetcherd (pid 2040) 8,284K: spdaemon (pid 567) 8,192K: logd (pid 504) 8,140K: adbd (pid 2749) 8,128K: tzlog (pid 1379) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,056K: perfservice (pid 1308) 8,020K: cnss_diag (pid 1268) 7,952K: traced_probes (pid 1176) 7,868K: storaged (pid 1288) 7,752K: vendor.qti.hardware.display.allocator-service (pid 848) 7,616K: drmserver (pid 1172) 7,580K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,528K: installd (pid 1275) 7,476K: credstore (pid 993) 7,420K: qccsyshal@1.1-service (pid 815) 7,392K: cnss-daemon (pid 1367) 7,388K: wificond (pid 1290) 7,368K: ipacm (pid 651) 7,352K: thermal-engine (pid 3408) 7,320K: hwservicemanager (pid 507) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,216K: lmkd (pid 505) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,808K: vendor.display.color@1.0-service (pid 843) 6,724K: android.hardware.power-service (pid 835) 6,552K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,460K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,416K: lowi-server (pid 1459) 6,388K: dpmd (pid 1179) 6,208K: gatekeeperd (pid 1374) 6,184K: dpmQmiMgr (pid 1180) 6,176K: statsd (pid 674) 6,156K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,112K: servicemanager (pid 506) 6,108K: sensors.qti (pid 1021) 6,076K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,040K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,028K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,896K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,856K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,704K: vendor.ts.uart@1.0-service (pid 652) 5,648K: incidentd (pid 1274) 5,644K: android.hardware.health@2.1-service (pid 827) 5,644K: feature_enabler_client (pid 1265) 5,636K: android.hardware.boot@1.1-service (pid 575) 5,632K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,628K: android.hardware.usb@1.2-service-qti (pid 841) 5,620K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,480K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,356K: tloc_daemon (pid 1396) 5,328K: adsprpcd (pid 1359) 5,304K: vendor.qti.hardware.vibrator.service (pid 883) 5,300K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,256K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,248K: sscrpcd (pid 952) 5,244K: adsprpcd (pid 1357) 5,244K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,196K: loc_launcher (pid 1371) 5,196K: qspmsvc (pid 2775) 5,148K: android.hardware.lights-service.qti (pid 831) 5,144K: android.hardware.memtrack@1.0-service (pid 833) 5,028K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 5,004K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,908K: vndservicemanager (pid 508) 4,736K: pm-proxy (pid 1170) 4,564K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,372K: ipacm-diag (pid 1337) 4,320K: pd-mapper (pid 953) 4,288K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,248K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,024K: dumpsys (pid 6297) 3,692K: logcat (pid 3861) 3,684K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,576K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,120K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) Total RSS by OOM adjustment: 1,881,030K: Native 191,780K: zygote64 (pid 676) 170,016K: zygote (pid 677) 119,972K: com.android.commands.monkey (pid 4242) 118,270K: surfaceflinger (pid 1010) 72,440K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,704K: mediaserver (pid 1279) 40,820K: media.extractor (pid 1276) 31,384K: cameraserver (pid 1270) 30,164K: tlog (pid 1289) 24,324K: android.hardware.audio.service (pid 27626) 24,028K: media.swcodec (pid 1363) 23,916K: android.hardware.wifi@1.0-service (pid 842) 23,120K: vendor.qti.hardware.display.composer-service (pid 850) 21,100K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,580K: media.metrics (pid 1278) 17,460K: media.codec (pid 1310) 16,320K: hht_ota_mgr (pid 2764) 15,188K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,256K: init (pid 1) 14,200K: cnd (pid 1313) 13,188K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,728K: iorapd (pid 1175) 10,780K: selfinstaller (pid 1280) 10,756K: update_engine (pid 1382) 10,640K: netd (pid 675) 10,252K: xtra-daemon (pid 1461) 10,164K: imsrcsd (pid 1332) 9,964K: ueventd (pid 477) 9,924K: vold (pid 548) 9,748K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,628K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,432K: imsdatadaemon (pid 1515) 8,996K: slim_daemon (pid 1460) 8,860K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,652K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,544K: init (pid 475) 8,468K: vppservice (pid 914) 8,316K: iorap.prefetcherd (pid 2040) 8,284K: spdaemon (pid 567) 8,192K: logd (pid 504) 8,140K: adbd (pid 2749) 8,128K: tzlog (pid 1379) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,056K: perfservice (pid 1308) 8,020K: cnss_diag (pid 1268) 7,952K: traced_probes (pid 1176) 7,868K: storaged (pid 1288) 7,752K: vendor.qti.hardware.display.allocator-service (pid 848) 7,616K: drmserver (pid 1172) 7,580K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,528K: installd (pid 1275) 7,476K: credstore (pid 993) 7,420K: qccsyshal@1.1-service (pid 815) 7,392K: cnss-daemon (pid 1367) 7,388K: wificond (pid 1290) 7,368K: ipacm (pid 651) 7,352K: thermal-engine (pid 3408) 7,320K: hwservicemanager (pid 507) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,216K: lmkd (pid 505) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,808K: vendor.display.color@1.0-service (pid 843) 6,724K: android.hardware.power-service (pid 835) 6,552K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,460K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,416K: lowi-server (pid 1459) 6,388K: dpmd (pid 1179) 6,208K: gatekeeperd (pid 1374) 6,184K: dpmQmiMgr (pid 1180) 6,176K: statsd (pid 674) 6,156K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,112K: servicemanager (pid 506) 6,108K: sensors.qti (pid 1021) 6,076K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,040K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,028K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,896K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,856K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,704K: vendor.ts.uart@1.0-service (pid 652) 5,648K: incidentd (pid 1274) 5,644K: android.hardware.health@2.1-service (pid 827) 5,644K: feature_enabler_client (pid 1265) 5,636K: android.hardware.boot@1.1-service (pid 575) 5,632K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,628K: android.hardware.usb@1.2-service-qti (pid 841) 5,620K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,480K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,356K: tloc_daemon (pid 1396) 5,328K: adsprpcd (pid 1359) 5,304K: vendor.qti.hardware.vibrator.service (pid 883) 5,300K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,256K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,248K: sscrpcd (pid 952) 5,244K: adsprpcd (pid 1357) 5,244K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,196K: loc_launcher (pid 1371) 5,196K: qspmsvc (pid 2775) 5,148K: android.hardware.lights-service.qti (pid 831) 5,144K: android.hardware.memtrack@1.0-service (pid 833) 5,028K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 5,004K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,908K: vndservicemanager (pid 508) 4,736K: pm-proxy (pid 1170) 4,564K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,372K: ipacm-diag (pid 1337) 4,320K: pd-mapper (pid 953) 4,288K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,248K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,024K: dumpsys (pid 6297) 3,692K: logcat (pid 3861) 3,684K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,576K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,120K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) 611,010K: System 611,010K: system (pid 1244) 2,885,552K: Persistent 383,428K: com.android.systemui (pid 4122) 170,480K: com.hht.lebocast (pid 2900 / activities) 131,280K: com.thundercomm.gamemode (pid 2173) 119,968K: com.thundercomm.remotecontrolservice (pid 2368) 117,352K: com.thundercomm.microsettings (pid 2181) 112,716K: com.qualcomm.qti.workloadclassifier (pid 3028) 110,476K: com.android.networkstack.process (pid 2123) 107,572K: com.qualcomm.location (pid 2731) 107,388K: com.hryt.hiphishowfsecontrol (pid 2908) 105,440K: com.qualcomm.qti.qdma (pid 2438) 101,356K: com.thundercomm.tcservice (pid 2428) 100,484K: .dataservices (pid 2183) 100,236K: com.tc.logclient (pid 2255) 97,300K: com.thundercomm.microservice (pid 2178) 96,076K: com.thundercomm.tchttpserver (pid 2207) 95,028K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,264K: com.qualcomm.qti.qccnetstat (pid 3016) 93,088K: com.android.se (pid 2338) 92,768K: .qtidataservices (pid 2191) 92,532K: ts.car.uart (pid 2903) 92,316K: vendor.qti.qesdk.sysservice (pid 2305) 92,284K: com.thundercomm.tcsetupwizard (pid 2301) 90,964K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,928K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,828K: .pasr (pid 2917) 132,488K: Persistent Service 132,488K: com.android.providers.media.module (pid 3070) 466,848K: Visible 238,644K: com.android.launcher3 (pid 2649 / activities) 137,012K: android.ext.services (pid 2486) 91,192K: com.qualcomm.location.XT (pid 3132) 503,804K: Perceptible 283,388K: com.baidu.input (pid 3321) 220,416K: com.android.music (pid 3716 / activities) 557,404K: Previous 461,228K: com.android.settings (pid 2441 / activities) 96,176K: com.thundercomm.gamemode.provider (pid 2492) 569,744K: B Services 234,140K: com.tencent.android.qqdownloader (pid 22031) 130,216K: com.tencent.android.qqdownloader:live (pid 21958) 113,716K: android.process.media (pid 3083) 91,672K: com.qti.diagservices (pid 29313) 2,404,008K: Cached 292,612K: com.tencent.android.qqdownloader:daemon (pid 21986) 216,292K: com.android.htmlviewer (pid 7821) 212,732K: com.android.gallery3d (pid 4430 / activities) 192,652K: com.android.documentsui (pid 4620 / activities) 181,224K: com.android.systemui:screenshot (pid 2252) 170,436K: com.android.packageinstaller (pid 3752) 124,920K: com.thundercomm.gamecenter (pid 4371 / activities) 124,160K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 122,104K: com.tencent.android.qqdownloader:cloud (pid 28239) 113,860K: android.process.acore (pid 4192) 112,028K: com.android.permissioncontroller (pid 3768) 92,948K: com.qualcomm.qti.qccauthmgr (pid 2600) 91,784K: com.android.managedprovisioning (pid 3697) 90,816K: com.android.shell (pid 3792) 90,664K: com.android.externalstorage (pid 3938) 88,304K: com.android.musicfx (pid 24207) 86,472K: com.android.webview:webview_service (pid 26641) Total RSS by category: 2,762,212K: .so mmap 1,454,924K: .jar mmap 1,175,708K: Native 1,151,772K: .art mmap 740,516K: Dalvik 672,908K: .oat mmap 647,744K: .apk mmap 252,408K: Other mmap 248,888K: .dex mmap 232,372K: Dalvik Other 172,200K: EGL mtrack 147,408K: Unknown 144,132K: Gfx dev 58,080K: Stack 57,536K: .ttf mmap 56,524K: Other dev 29,644K: Ashmem 6,912K: GL mtrack 0K: Cursor 0K: Other mtrack Total PSS by process: 276,651K: system (pid 1244) 276,275K: com.android.settings (pid 2441 / activities) 210,161K: com.android.systemui (pid 4122) 122,404K: com.baidu.input (pid 3321) 110,324K: com.android.launcher3 (pid 2649 / activities) 98,595K: com.tencent.android.qqdownloader:daemon (pid 21986) 92,666K: surfaceflinger (pid 1010) 88,607K: com.hht.lebocast (pid 2900 / activities) 85,826K: com.android.music (pid 3716 / activities) 79,647K: com.tencent.android.qqdownloader (pid 22031) 71,033K: com.android.gallery3d (pid 4430 / activities) 57,256K: com.android.documentsui (pid 4620 / activities) 56,892K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 52,817K: com.android.htmlviewer (pid 7821) 43,470K: zygote (pid 677) 39,909K: com.android.systemui:screenshot (pid 2252) 39,099K: com.android.commands.monkey (pid 4242) 38,387K: com.android.packageinstaller (pid 3752) 37,411K: android.ext.services (pid 2486) 27,090K: mediaserver (pid 1279) 25,476K: com.thundercomm.remotecontrolservice (pid 2368) 24,545K: audioserver (pid 27637) 23,601K: com.android.providers.media.module (pid 3070) 22,983K: com.thundercomm.gamemode (pid 2173) 21,854K: tlog (pid 1289) 21,229K: com.qualcomm.qti.workloadclassifier (pid 3028) 20,484K: zygote64 (pid 676) 20,222K: android.hardware.audio.service (pid 27626) 19,449K: com.tencent.android.qqdownloader:cloud (pid 28239) 19,222K: android.hardware.wifi@1.0-service (pid 842) 19,033K: com.tencent.android.qqdownloader:live (pid 21958) 18,402K: media.extractor (pid 1276) 17,635K: com.android.permissioncontroller (pid 3768) 17,227K: com.thundercomm.microsettings (pid 2181) 16,595K: webview_zygote (pid 2419) 16,140K: com.android.webview:webview_service (pid 26641) 15,298K: com.hryt.hiphishowfsecontrol (pid 2908) 14,248K: com.qualcomm.location (pid 2731) 14,103K: android.hardware.gnss@2.1-service-qti (pid 825) 13,703K: com.android.networkstack.process (pid 2123) 13,000K: com.thundercomm.gamecenter (pid 4371 / activities) 12,691K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,173K: media.swcodec (pid 1363) 12,110K: vendor.qti.hardware.display.composer-service (pid 850) 11,975K: .dataservices (pid 2183) 11,864K: android.process.media (pid 3083) 11,742K: com.thundercomm.tcservice (pid 2428) 11,739K: media.metrics (pid 1278) 11,674K: android.process.acore (pid 4192) 10,823K: cameraserver (pid 1270) 10,548K: com.thundercomm.microservice (pid 2178) 10,306K: media.codec (pid 1310) 10,287K: com.qualcomm.qti.qdma (pid 2438) 9,277K: com.thundercomm.tchttpserver (pid 2207) 9,259K: hht_ota_mgr (pid 2764) 9,216K: com.tc.logclient (pid 2255) 8,262K: com.android.managedprovisioning (pid 3697) 8,226K: com.thundercomm.tcsetupwizard (pid 2301) 8,046K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,038K: init (pid 1) 7,993K: ts.car.uart (pid 2903) 7,887K: com.qualcomm.qti.qccnetstat (pid 3016) 7,750K: .qtidataservices (pid 2191) 7,649K: com.thundercomm.gamemode.provider (pid 2492) 7,642K: media.hwcodec (pid 884) 7,614K: com.android.se (pid 2338) 7,251K: vendor.qti.qesdk.sysservice (pid 2305) 7,196K: cnd (pid 1313) 7,167K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,053K: com.qti.qualcomm.mstatssystemservice (pid 2310) 6,979K: .pasr (pid 2917) 6,259K: keystore2 (pid 571) 6,195K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,727K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,684K: com.qualcomm.location.XT (pid 3132) 5,524K: com.android.shell (pid 3792) 5,482K: imsrcsd (pid 1332) 5,454K: com.qti.diagservices (pid 29313) 5,205K: com.android.externalstorage (pid 3938) 5,164K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,161K: logd (pid 504) 5,113K: com.android.musicfx (pid 24207) 4,892K: ueventd (pid 477) 4,804K: netd (pid 675) 4,652K: iorapd (pid 1175) 4,584K: selfinstaller (pid 1280) 4,040K: update_engine (pid 1382) 3,986K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,634K: init (pid 475) 3,626K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,171K: ssgtzd (pid 804) 3,157K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,974K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,281K: drmserver (pid 1172) 2,270K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,169K: hwservicemanager (pid 507) 2,155K: wificond (pid 1290) 2,122K: credstore (pid 993) 2,109K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,848K: traced (pid 1178) 1,806K: servicemanager (pid 506) 1,776K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,653K: tzlog (pid 1379) 1,653K: perfservice (pid 1308) 1,651K: dpmd (pid 1195) 1,639K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,592K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,468K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,442K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,343K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,263K: incidentd (pid 1274) 1,251K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,198K: gatekeeperd (pid 1374) 1,191K: android.hardware.power-service (pid 835) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: qspmsvc (pid 2775) 1,124K: wfdvndservice (pid 1362) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: ipacm-diag (pid 1337) 1,086K: adsprpcd (pid 1359) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,059K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,050K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,041K: dspservice (pid 851) 1,041K: cdsprpcd (pid 1361) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 1,010K: logcat (pid 3861) 980K: android.hardware.memtrack@1.0-service (pid 833) 975K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 785K: dumpsys (pid 6297) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 756K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 663K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) Total PSS by OOM adjustment: 694,354K: Native 92,666K: surfaceflinger (pid 1010) 43,470K: zygote (pid 677) 39,099K: com.android.commands.monkey (pid 4242) 27,090K: mediaserver (pid 1279) 24,545K: audioserver (pid 27637) 21,854K: tlog (pid 1289) 20,484K: zygote64 (pid 676) 20,222K: android.hardware.audio.service (pid 27626) 19,222K: android.hardware.wifi@1.0-service (pid 842) 18,402K: media.extractor (pid 1276) 16,595K: webview_zygote (pid 2419) 14,103K: android.hardware.gnss@2.1-service-qti (pid 825) 12,691K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,173K: media.swcodec (pid 1363) 12,110K: vendor.qti.hardware.display.composer-service (pid 850) 11,739K: media.metrics (pid 1278) 10,823K: cameraserver (pid 1270) 10,306K: media.codec (pid 1310) 9,259K: hht_ota_mgr (pid 2764) 8,038K: init (pid 1) 7,642K: media.hwcodec (pid 884) 7,196K: cnd (pid 1313) 6,259K: keystore2 (pid 571) 6,195K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,482K: imsrcsd (pid 1332) 5,164K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,161K: logd (pid 504) 4,892K: ueventd (pid 477) 4,804K: netd (pid 675) 4,652K: iorapd (pid 1175) 4,584K: selfinstaller (pid 1280) 4,040K: update_engine (pid 1382) 3,986K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,634K: init (pid 475) 3,626K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,171K: ssgtzd (pid 804) 3,157K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,974K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,281K: drmserver (pid 1172) 2,270K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,169K: hwservicemanager (pid 507) 2,155K: wificond (pid 1290) 2,122K: credstore (pid 993) 2,109K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,848K: traced (pid 1178) 1,806K: servicemanager (pid 506) 1,776K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,653K: tzlog (pid 1379) 1,653K: perfservice (pid 1308) 1,651K: dpmd (pid 1195) 1,639K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,592K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,468K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,442K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,343K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,263K: incidentd (pid 1274) 1,251K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,198K: gatekeeperd (pid 1374) 1,191K: android.hardware.power-service (pid 835) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: qspmsvc (pid 2775) 1,124K: wfdvndservice (pid 1362) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: ipacm-diag (pid 1337) 1,086K: adsprpcd (pid 1359) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,059K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,050K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,041K: dspservice (pid 851) 1,041K: cdsprpcd (pid 1361) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 1,010K: logcat (pid 3861) 980K: android.hardware.memtrack@1.0-service (pid 833) 975K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 785K: dumpsys (pid 6297) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 756K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 663K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) 276,651K: System 276,651K: system (pid 1244) 567,943K: Persistent 210,161K: com.android.systemui (pid 4122) 88,607K: com.hht.lebocast (pid 2900 / activities) 25,476K: com.thundercomm.remotecontrolservice (pid 2368) 22,983K: com.thundercomm.gamemode (pid 2173) 21,229K: com.qualcomm.qti.workloadclassifier (pid 3028) 17,227K: com.thundercomm.microsettings (pid 2181) 15,298K: com.hryt.hiphishowfsecontrol (pid 2908) 14,248K: com.qualcomm.location (pid 2731) 13,703K: com.android.networkstack.process (pid 2123) 11,975K: .dataservices (pid 2183) 11,742K: com.thundercomm.tcservice (pid 2428) 10,548K: com.thundercomm.microservice (pid 2178) 10,287K: com.qualcomm.qti.qdma (pid 2438) 9,277K: com.thundercomm.tchttpserver (pid 2207) 9,216K: com.tc.logclient (pid 2255) 8,226K: com.thundercomm.tcsetupwizard (pid 2301) 8,046K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 7,993K: ts.car.uart (pid 2903) 7,887K: com.qualcomm.qti.qccnetstat (pid 3016) 7,750K: .qtidataservices (pid 2191) 7,614K: com.android.se (pid 2338) 7,251K: vendor.qti.qesdk.sysservice (pid 2305) 7,167K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,053K: com.qti.qualcomm.mstatssystemservice (pid 2310) 6,979K: .pasr (pid 2917) 23,601K: Persistent Service 23,601K: com.android.providers.media.module (pid 3070) 153,419K: Visible 110,324K: com.android.launcher3 (pid 2649 / activities) 37,411K: android.ext.services (pid 2486) 5,684K: com.qualcomm.location.XT (pid 3132) 208,230K: Perceptible 122,404K: com.baidu.input (pid 3321) 85,826K: com.android.music (pid 3716 / activities) 283,924K: Previous 276,275K: com.android.settings (pid 2441 / activities) 7,649K: com.thundercomm.gamemode.provider (pid 2492) 115,998K: B Services 79,647K: com.tencent.android.qqdownloader (pid 22031) 19,033K: com.tencent.android.qqdownloader:live (pid 21958) 11,864K: android.process.media (pid 3083) 5,454K: com.qti.diagservices (pid 29313) 522,618K: Cached 98,595K: com.tencent.android.qqdownloader:daemon (pid 21986) 71,033K: com.android.gallery3d (pid 4430 / activities) 57,256K: com.android.documentsui (pid 4620 / activities) 56,892K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 52,817K: com.android.htmlviewer (pid 7821) 39,909K: com.android.systemui:screenshot (pid 2252) 38,387K: com.android.packageinstaller (pid 3752) 19,449K: com.tencent.android.qqdownloader:cloud (pid 28239) 17,635K: com.android.permissioncontroller (pid 3768) 16,140K: com.android.webview:webview_service (pid 26641) 13,000K: com.thundercomm.gamecenter (pid 4371 / activities) 11,674K: android.process.acore (pid 4192) 8,262K: com.android.managedprovisioning (pid 3697) 5,727K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,524K: com.android.shell (pid 3792) 5,205K: com.android.externalstorage (pid 3938) 5,113K: com.android.musicfx (pid 24207) Total PSS by category: 949,846K: Native 365,601K: .so mmap 305,360K: .apk mmap 264,916K: Dalvik 172,200K: EGL mtrack 144,132K: Gfx dev 105,475K: Unknown 98,986K: .art mmap 92,010K: Dalvik Other 87,626K: .dex mmap 77,230K: .jar mmap 66,317K: Other mmap 57,252K: Stack 28,024K: .oat mmap 17,567K: .ttf mmap 6,912K: GL mtrack 4,282K: Other dev 3,002K: Ashmem 0K: Cursor 0K: Other mtrack Total RAM: 7,896,244K (status normal) Free RAM: 4,406,878K ( 522,618K cached pss + 2,479,940K cached kernel + 1,404,320K free) ION: 403,580K ( 8,308K mapped + 395,272K unmapped + 0K pools) Used RAM: 2,958,512K (2,160,228K used pss + 798,284K kernel) Lost RAM: 530,842K ZRAM: 12K physical used for 0K in swap (4,194,300K total swap) Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx) // meminfo status was 0 // NOT RESPONDING: com.thundercomm.gamecenter (pid 4371) ANR in com.thundercomm.gamecenter (com.thundercomm.gamecenter/.MainActivity) PID: 4371 Reason: Input dispatching timed out (Application does not have a focused window) Parent: com.thundercomm.gamecenter/.MainActivity ErrorId: 2cb3ed7e-d624-49e4-a38d-f0ed1eda2ea1 Frozen: false Load: 0.0 / 0.0 / 0.0 ----- Output from /proc/pressure/memory ----- some avg10=0.00 avg60=0.00 avg300=0.00 total=0 full avg10=0.00 avg60=0.00 avg300=0.00 total=0 ----- End output from /proc/pressure/memory ----- CPU usage from 6579ms to 0ms ago (2023-04-22 14:33:40.602 to 2023-04-22 14:33:47.180): 4.5% 1244/system_server: 3.1% user + 1.3% kernel / faults: 1508 minor 1.9% 21986/com.tencent.android.qqdownloader:daemon: 1.3% user + 0.6% kernel / faults: 179 minor 1.3% 26729/kworker/u16:0+SENSORS_CNTL: 0% user + 1.3% kernel 0.7% 22031/com.tencent.android.qqdownloader: 0.6% user + 0.1% kernel / faults: 31 minor 0.1% 17033/kworker/u16:6-kgsl-mementry: 0% user + 0.1% kernel 0.6% 26777/kworker/u16:1-memlat_wq: 0% user + 0.6% kernel 0.4% 9/ksoftirqd/0: 0% user + 0.4% kernel 0.4% 21958/com.tencent.android.qqdownloader:live: 0.1% user + 0.3% kernel / faults: 18 minor 0.2% 28239/com.tencent.android.qqdownloader:cloud: 0.1% user + 0% kernel / faults: 30 minor 0.3% 504/logd: 0.1% user + 0.1% kernel 0.3% 1289/tlog: 0.3% user + 0% kernel / faults: 2 minor 0.3% 2900/com.hht.lebocast: 0.1% user + 0.1% kernel / faults: 6 minor 0% 4122/com.android.systemui: 0% user + 0% kernel / faults: 9 minor 0% 1/init: 0% user + 0% kernel 0% 10/rcu_preempt: 0% user + 0% kernel 0.1% 18/kworker/0:1-events: 0% user + 0.1% kernel 0% 29/ksoftirqd/2: 0% user + 0% kernel 0% 32/rcuop/2: 0% user + 0% kernel 0.1% 489/kworker/u16:2-ufs_clk_gating_0: 0% user + 0.1% kernel 0.1% 652/vendor.ts.uart@1.0-service: 0% user + 0.1% kernel 0% 675/netd: 0% user + 0% kernel / faults: 1 minor 0% 950/qrtr-ns: 0% user + 0% kernel 0% 1010/surfaceflinger: 0% user + 0% kernel / faults: 29 minor 0% 1270/cameraserver: 0% user + 0% kernel / faults: 12 minor 0.1% 1500/msm_irqbalance: 0% user + 0.1% kernel 0% 2173/com.thundercomm.gamemode: 0% user + 0% kernel / faults: 51 minor 0.1% 2181/com.thundercomm.microsettings: 0.1% user + 0% kernel / faults: 8 minor 0% 2368/com.thundercomm.remotecontrolservice: 0% user + 0% kernel / faults: 6 minor 0% 2649/com.android.launcher3: 0% user + 0% kernel / faults: 17 minor 0% 4371/com.thundercomm.gamecenter: 0% user + 0% kernel / faults: 7 minor 0.1% 5815/kworker/u16:5-qmi_msg_handler: 0% user + 0.1% kernel 0% 27637/audioserver: 0% user + 0% kernel / faults: 1 minor +0% 6332/kworker/0:2-events_power_efficient: 0% user + 0% kernel 1.8% TOTAL: 0.8% user + 0.6% kernel + 0% iowait + 0.2% irq + 0% softirq CPU usage from 9468074ms to 9468074ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: 0% TOTAL: 0% user + 0% kernel procrank: ZRAM: 12K physical used for 0K in swap (4194300K total swap) RAM: 7896244K total, 1395572K free, 6316K buffers, 2751536K cached, 30816K shmem, 287568K slab // procrank status was 0 anr traces: // anr traces status was 1 meminfo: Applications Memory Usage (in Kilobytes): Uptime: 9478263 Realtime: 9478263 Total RSS by process: 581,726K: system (pid 1244) 461,296K: com.android.settings (pid 2441 / activities) 383,680K: com.android.systemui (pid 4122) 293,280K: com.tencent.android.qqdownloader:daemon (pid 21986) 283,388K: com.baidu.input (pid 3321) 238,768K: com.android.launcher3 (pid 2649 / activities) 235,212K: com.tencent.android.qqdownloader (pid 22031) 220,984K: com.android.music (pid 3716 / activities) 216,356K: com.android.htmlviewer (pid 7821) 212,764K: com.android.gallery3d (pid 4430 / activities) 192,244K: com.android.documentsui (pid 4620 / activities) 191,780K: zygote64 (pid 676) 181,288K: com.android.systemui:screenshot (pid 2252) 170,468K: com.android.packageinstaller (pid 3752) 170,016K: zygote (pid 677) 168,368K: com.hht.lebocast (pid 2900 / activities) 137,280K: android.ext.services (pid 2486) 132,660K: com.android.providers.media.module (pid 3070) 131,564K: com.thundercomm.gamemode (pid 2173) 130,368K: com.tencent.android.qqdownloader:live (pid 21958) 128,600K: com.thundercomm.gamecenter (pid 4371 / activities) 124,184K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 122,764K: com.tencent.android.qqdownloader:cloud (pid 28239) 120,100K: com.thundercomm.remotecontrolservice (pid 2368) 118,940K: com.android.commands.monkey (pid 4242) 118,254K: surfaceflinger (pid 1010) 117,180K: com.thundercomm.microsettings (pid 2181) 113,892K: android.process.acore (pid 4192) 113,780K: android.process.media (pid 3083) 112,716K: com.qualcomm.qti.workloadclassifier (pid 3028) 112,092K: com.android.permissioncontroller (pid 3768) 110,476K: com.android.networkstack.process (pid 2123) 107,572K: com.qualcomm.location (pid 2731) 107,388K: com.hryt.hiphishowfsecontrol (pid 2908) 105,440K: com.qualcomm.qti.qdma (pid 2438) 101,356K: com.thundercomm.tcservice (pid 2428) 100,488K: .dataservices (pid 2183) 100,236K: com.tc.logclient (pid 2255) 97,300K: com.thundercomm.microservice (pid 2178) 96,216K: com.thundercomm.gamemode.provider (pid 2492) 96,076K: com.thundercomm.tchttpserver (pid 2207) 95,028K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,264K: com.qualcomm.qti.qccnetstat (pid 3016) 93,088K: com.android.se (pid 2338) 93,012K: com.qualcomm.qti.qccauthmgr (pid 2600) 92,768K: .qtidataservices (pid 2191) 92,532K: ts.car.uart (pid 2903) 92,316K: vendor.qti.qesdk.sysservice (pid 2305) 92,284K: com.thundercomm.tcsetupwizard (pid 2301) 91,736K: com.qti.diagservices (pid 29313) 91,256K: com.qualcomm.location.XT (pid 3132) 90,964K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,928K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,880K: com.android.shell (pid 3792) 90,828K: .pasr (pid 2917) 90,728K: com.android.externalstorage (pid 3938) 88,368K: com.android.musicfx (pid 24207) 86,496K: com.android.webview:webview_service (pid 26641) 72,524K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,704K: mediaserver (pid 1279) 40,820K: media.extractor (pid 1276) 31,384K: cameraserver (pid 1270) 30,164K: tlog (pid 1289) 24,324K: android.hardware.audio.service (pid 27626) 24,028K: media.swcodec (pid 1363) 23,916K: android.hardware.wifi@1.0-service (pid 842) 23,120K: vendor.qti.hardware.display.composer-service (pid 850) 21,100K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,580K: media.metrics (pid 1278) 17,460K: media.codec (pid 1310) 16,320K: hht_ota_mgr (pid 2764) 15,188K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,256K: init (pid 1) 14,200K: cnd (pid 1313) 13,188K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,728K: iorapd (pid 1175) 10,780K: selfinstaller (pid 1280) 10,756K: update_engine (pid 1382) 10,640K: netd (pid 675) 10,252K: xtra-daemon (pid 1461) 10,164K: imsrcsd (pid 1332) 9,964K: ueventd (pid 477) 9,924K: vold (pid 548) 9,748K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,628K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,432K: imsdatadaemon (pid 1515) 8,996K: slim_daemon (pid 1460) 8,860K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,652K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,544K: init (pid 475) 8,468K: vppservice (pid 914) 8,316K: iorap.prefetcherd (pid 2040) 8,284K: spdaemon (pid 567) 8,172K: logd (pid 504) 8,140K: adbd (pid 2749) 8,128K: tzlog (pid 1379) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,056K: perfservice (pid 1308) 8,020K: cnss_diag (pid 1268) 7,952K: traced_probes (pid 1176) 7,868K: storaged (pid 1288) 7,752K: vendor.qti.hardware.display.allocator-service (pid 848) 7,616K: drmserver (pid 1172) 7,580K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,528K: installd (pid 1275) 7,476K: credstore (pid 993) 7,420K: qccsyshal@1.1-service (pid 815) 7,392K: cnss-daemon (pid 1367) 7,388K: wificond (pid 1290) 7,368K: ipacm (pid 651) 7,352K: thermal-engine (pid 3408) 7,320K: hwservicemanager (pid 507) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,216K: lmkd (pid 505) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,808K: vendor.display.color@1.0-service (pid 843) 6,724K: android.hardware.power-service (pid 835) 6,552K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,460K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,416K: lowi-server (pid 1459) 6,388K: dpmd (pid 1179) 6,208K: gatekeeperd (pid 1374) 6,184K: dpmQmiMgr (pid 1180) 6,176K: statsd (pid 674) 6,156K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,112K: servicemanager (pid 506) 6,108K: sensors.qti (pid 1021) 6,076K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,040K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,028K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,896K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,856K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,704K: vendor.ts.uart@1.0-service (pid 652) 5,648K: incidentd (pid 1274) 5,644K: android.hardware.health@2.1-service (pid 827) 5,644K: feature_enabler_client (pid 1265) 5,636K: android.hardware.boot@1.1-service (pid 575) 5,632K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,628K: android.hardware.usb@1.2-service-qti (pid 841) 5,620K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,480K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,356K: tloc_daemon (pid 1396) 5,328K: adsprpcd (pid 1359) 5,304K: vendor.qti.hardware.vibrator.service (pid 883) 5,300K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,256K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,248K: sscrpcd (pid 952) 5,244K: adsprpcd (pid 1357) 5,244K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,196K: loc_launcher (pid 1371) 5,196K: qspmsvc (pid 2775) 5,148K: android.hardware.lights-service.qti (pid 831) 5,144K: android.hardware.memtrack@1.0-service (pid 833) 5,028K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 5,004K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,908K: vndservicemanager (pid 508) 4,736K: pm-proxy (pid 1170) 4,564K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,372K: ipacm-diag (pid 1337) 4,320K: pd-mapper (pid 953) 4,288K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,248K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,088K: dumpsys (pid 6345) 3,692K: logcat (pid 3861) 3,684K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,576K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,120K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) Total RSS by OOM adjustment: 1,880,110K: Native 191,780K: zygote64 (pid 676) 170,016K: zygote (pid 677) 118,940K: com.android.commands.monkey (pid 4242) 118,254K: surfaceflinger (pid 1010) 72,524K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,704K: mediaserver (pid 1279) 40,820K: media.extractor (pid 1276) 31,384K: cameraserver (pid 1270) 30,164K: tlog (pid 1289) 24,324K: android.hardware.audio.service (pid 27626) 24,028K: media.swcodec (pid 1363) 23,916K: android.hardware.wifi@1.0-service (pid 842) 23,120K: vendor.qti.hardware.display.composer-service (pid 850) 21,100K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,580K: media.metrics (pid 1278) 17,460K: media.codec (pid 1310) 16,320K: hht_ota_mgr (pid 2764) 15,188K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,256K: init (pid 1) 14,200K: cnd (pid 1313) 13,188K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,728K: iorapd (pid 1175) 10,780K: selfinstaller (pid 1280) 10,756K: update_engine (pid 1382) 10,640K: netd (pid 675) 10,252K: xtra-daemon (pid 1461) 10,164K: imsrcsd (pid 1332) 9,964K: ueventd (pid 477) 9,924K: vold (pid 548) 9,748K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,628K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,432K: imsdatadaemon (pid 1515) 8,996K: slim_daemon (pid 1460) 8,860K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,652K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,544K: init (pid 475) 8,468K: vppservice (pid 914) 8,316K: iorap.prefetcherd (pid 2040) 8,284K: spdaemon (pid 567) 8,172K: logd (pid 504) 8,140K: adbd (pid 2749) 8,128K: tzlog (pid 1379) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,056K: perfservice (pid 1308) 8,020K: cnss_diag (pid 1268) 7,952K: traced_probes (pid 1176) 7,868K: storaged (pid 1288) 7,752K: vendor.qti.hardware.display.allocator-service (pid 848) 7,616K: drmserver (pid 1172) 7,580K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,528K: installd (pid 1275) 7,476K: credstore (pid 993) 7,420K: qccsyshal@1.1-service (pid 815) 7,392K: cnss-daemon (pid 1367) 7,388K: wificond (pid 1290) 7,368K: ipacm (pid 651) 7,352K: thermal-engine (pid 3408) 7,320K: hwservicemanager (pid 507) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,216K: lmkd (pid 505) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,808K: vendor.display.color@1.0-service (pid 843) 6,724K: android.hardware.power-service (pid 835) 6,552K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,460K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,416K: lowi-server (pid 1459) 6,388K: dpmd (pid 1179) 6,208K: gatekeeperd (pid 1374) 6,184K: dpmQmiMgr (pid 1180) 6,176K: statsd (pid 674) 6,156K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,112K: servicemanager (pid 506) 6,108K: sensors.qti (pid 1021) 6,076K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,040K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,028K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,896K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,856K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,704K: vendor.ts.uart@1.0-service (pid 652) 5,648K: incidentd (pid 1274) 5,644K: android.hardware.health@2.1-service (pid 827) 5,644K: feature_enabler_client (pid 1265) 5,636K: android.hardware.boot@1.1-service (pid 575) 5,632K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,628K: android.hardware.usb@1.2-service-qti (pid 841) 5,620K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,480K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,356K: tloc_daemon (pid 1396) 5,328K: adsprpcd (pid 1359) 5,304K: vendor.qti.hardware.vibrator.service (pid 883) 5,300K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,256K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,248K: sscrpcd (pid 952) 5,244K: adsprpcd (pid 1357) 5,244K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,196K: loc_launcher (pid 1371) 5,196K: qspmsvc (pid 2775) 5,148K: android.hardware.lights-service.qti (pid 831) 5,144K: android.hardware.memtrack@1.0-service (pid 833) 5,028K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 5,004K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,908K: vndservicemanager (pid 508) 4,736K: pm-proxy (pid 1170) 4,564K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,372K: ipacm-diag (pid 1337) 4,320K: pd-mapper (pid 953) 4,288K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,248K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,088K: dumpsys (pid 6345) 3,692K: logcat (pid 3861) 3,684K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,576K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,120K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) 581,726K: System 581,726K: system (pid 1244) 2,883,940K: Persistent 383,680K: com.android.systemui (pid 4122) 168,368K: com.hht.lebocast (pid 2900 / activities) 131,564K: com.thundercomm.gamemode (pid 2173) 120,100K: com.thundercomm.remotecontrolservice (pid 2368) 117,180K: com.thundercomm.microsettings (pid 2181) 112,716K: com.qualcomm.qti.workloadclassifier (pid 3028) 110,476K: com.android.networkstack.process (pid 2123) 107,572K: com.qualcomm.location (pid 2731) 107,388K: com.hryt.hiphishowfsecontrol (pid 2908) 105,440K: com.qualcomm.qti.qdma (pid 2438) 101,356K: com.thundercomm.tcservice (pid 2428) 100,488K: .dataservices (pid 2183) 100,236K: com.tc.logclient (pid 2255) 97,300K: com.thundercomm.microservice (pid 2178) 96,076K: com.thundercomm.tchttpserver (pid 2207) 95,028K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,264K: com.qualcomm.qti.qccnetstat (pid 3016) 93,088K: com.android.se (pid 2338) 92,768K: .qtidataservices (pid 2191) 92,532K: ts.car.uart (pid 2903) 92,316K: vendor.qti.qesdk.sysservice (pid 2305) 92,284K: com.thundercomm.tcsetupwizard (pid 2301) 90,964K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,928K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,828K: .pasr (pid 2917) 132,660K: Persistent Service 132,660K: com.android.providers.media.module (pid 3070) 128,600K: Foreground 128,600K: com.thundercomm.gamecenter (pid 4371 / activities) 467,304K: Visible 238,768K: com.android.launcher3 (pid 2649 / activities) 137,280K: android.ext.services (pid 2486) 91,256K: com.qualcomm.location.XT (pid 3132) 504,372K: Perceptible 283,388K: com.baidu.input (pid 3321) 220,984K: com.android.music (pid 3716 / activities) 557,512K: Previous 461,296K: com.android.settings (pid 2441 / activities) 96,216K: com.thundercomm.gamemode.provider (pid 2492) 205,516K: B Services 113,780K: android.process.media (pid 3083) 91,736K: com.qti.diagservices (pid 29313) 2,554,396K: Cached 293,280K: com.tencent.android.qqdownloader:daemon (pid 21986) 235,212K: com.tencent.android.qqdownloader (pid 22031) 216,356K: com.android.htmlviewer (pid 7821) 212,764K: com.android.gallery3d (pid 4430 / activities) 192,244K: com.android.documentsui (pid 4620 / activities) 181,288K: com.android.systemui:screenshot (pid 2252) 170,468K: com.android.packageinstaller (pid 3752) 130,368K: com.tencent.android.qqdownloader:live (pid 21958) 124,184K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 122,764K: com.tencent.android.qqdownloader:cloud (pid 28239) 113,892K: android.process.acore (pid 4192) 112,092K: com.android.permissioncontroller (pid 3768) 93,012K: com.qualcomm.qti.qccauthmgr (pid 2600) 90,880K: com.android.shell (pid 3792) 90,728K: com.android.externalstorage (pid 3938) 88,368K: com.android.musicfx (pid 24207) 86,496K: com.android.webview:webview_service (pid 26641) Total RSS by category: 2,744,724K: .so mmap 1,437,472K: .jar mmap 1,169,592K: Native 1,131,932K: .art mmap 725,660K: Dalvik 663,816K: .oat mmap 623,544K: .apk mmap 251,644K: Other mmap 248,324K: .dex mmap 229,356K: Dalvik Other 172,200K: EGL mtrack 146,304K: Unknown 144,132K: Gfx dev 57,572K: Stack 57,536K: .ttf mmap 56,248K: Other dev 29,168K: Ashmem 6,912K: GL mtrack 0K: Cursor 0K: Other mtrack Total PSS by process: 284,836K: com.android.settings (pid 2441 / activities) 256,575K: system (pid 1244) 210,435K: com.android.systemui (pid 4122) 122,427K: com.baidu.input (pid 3321) 110,406K: com.android.launcher3 (pid 2649 / activities) 99,281K: com.tencent.android.qqdownloader:daemon (pid 21986) 92,651K: surfaceflinger (pid 1010) 86,500K: com.hht.lebocast (pid 2900 / activities) 86,419K: com.android.music (pid 3716 / activities) 80,676K: com.tencent.android.qqdownloader (pid 22031) 71,057K: com.android.gallery3d (pid 4430 / activities) 57,362K: com.android.documentsui (pid 4620 / activities) 56,871K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 52,844K: com.android.htmlviewer (pid 7821) 43,479K: zygote (pid 677) 39,933K: com.android.systemui:screenshot (pid 2252) 38,414K: com.android.packageinstaller (pid 3752) 38,021K: com.android.commands.monkey (pid 4242) 37,647K: android.ext.services (pid 2486) 27,090K: mediaserver (pid 1279) 25,635K: com.thundercomm.remotecontrolservice (pid 2368) 24,546K: audioserver (pid 27637) 23,767K: com.android.providers.media.module (pid 3070) 23,298K: com.thundercomm.gamemode (pid 2173) 21,854K: tlog (pid 1289) 21,255K: com.qualcomm.qti.workloadclassifier (pid 3028) 20,520K: zygote64 (pid 676) 20,222K: android.hardware.audio.service (pid 27626) 20,077K: com.tencent.android.qqdownloader:cloud (pid 28239) 19,222K: android.hardware.wifi@1.0-service (pid 842) 19,149K: com.tencent.android.qqdownloader:live (pid 21958) 18,403K: media.extractor (pid 1276) 17,662K: com.android.permissioncontroller (pid 3768) 17,080K: com.thundercomm.microsettings (pid 2181) 16,634K: webview_zygote (pid 2419) 16,153K: com.android.webview:webview_service (pid 26641) 15,570K: com.thundercomm.gamecenter (pid 4371 / activities) 15,329K: com.hryt.hiphishowfsecontrol (pid 2908) 14,278K: com.qualcomm.location (pid 2731) 14,104K: android.hardware.gnss@2.1-service-qti (pid 825) 13,727K: com.android.networkstack.process (pid 2123) 12,691K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,174K: media.swcodec (pid 1363) 12,110K: vendor.qti.hardware.display.composer-service (pid 850) 12,008K: .dataservices (pid 2183) 11,896K: android.process.media (pid 3083) 11,771K: com.thundercomm.tcservice (pid 2428) 11,739K: media.metrics (pid 1278) 11,699K: android.process.acore (pid 4192) 10,823K: cameraserver (pid 1270) 10,577K: com.thundercomm.microservice (pid 2178) 10,314K: com.qualcomm.qti.qdma (pid 2438) 10,306K: media.codec (pid 1310) 9,306K: com.thundercomm.tchttpserver (pid 2207) 9,259K: hht_ota_mgr (pid 2764) 9,245K: com.tc.logclient (pid 2255) 8,255K: com.thundercomm.tcsetupwizard (pid 2301) 8,071K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,039K: init (pid 1) 8,025K: ts.car.uart (pid 2903) 7,917K: com.qualcomm.qti.qccnetstat (pid 3016) 7,777K: .qtidataservices (pid 2191) 7,653K: com.thundercomm.gamemode.provider (pid 2492) 7,643K: com.android.se (pid 2338) 7,642K: media.hwcodec (pid 884) 7,282K: vendor.qti.qesdk.sysservice (pid 2305) 7,200K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,196K: cnd (pid 1313) 7,080K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,007K: .pasr (pid 2917) 6,261K: keystore2 (pid 571) 6,195K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,754K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,713K: com.qualcomm.location.XT (pid 3132) 5,555K: com.android.shell (pid 3792) 5,487K: com.qti.diagservices (pid 29313) 5,482K: imsrcsd (pid 1332) 5,235K: com.android.externalstorage (pid 3938) 5,164K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,146K: com.android.musicfx (pid 24207) 5,142K: logd (pid 504) 4,893K: ueventd (pid 477) 4,805K: netd (pid 675) 4,652K: iorapd (pid 1175) 4,584K: selfinstaller (pid 1280) 4,040K: update_engine (pid 1382) 3,986K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,634K: init (pid 475) 3,626K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,171K: ssgtzd (pid 804) 3,157K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,974K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,281K: drmserver (pid 1172) 2,270K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,169K: hwservicemanager (pid 507) 2,155K: wificond (pid 1290) 2,122K: credstore (pid 993) 2,110K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,848K: traced (pid 1178) 1,806K: servicemanager (pid 506) 1,776K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,654K: perfservice (pid 1308) 1,653K: tzlog (pid 1379) 1,652K: dpmd (pid 1195) 1,639K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,592K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,469K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,443K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,344K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,264K: incidentd (pid 1274) 1,252K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,198K: gatekeeperd (pid 1374) 1,191K: android.hardware.power-service (pid 835) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,125K: qspmsvc (pid 2775) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: wfdvndservice (pid 1362) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: adsprpcd (pid 1359) 1,087K: ipacm-diag (pid 1337) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,060K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,042K: cdsprpcd (pid 1361) 1,041K: dspservice (pid 851) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 1,010K: logcat (pid 3861) 980K: android.hardware.memtrack@1.0-service (pid 833) 975K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 780K: dumpsys (pid 6345) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 756K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 664K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) Total PSS by OOM adjustment: 693,344K: Native 92,651K: surfaceflinger (pid 1010) 43,479K: zygote (pid 677) 38,021K: com.android.commands.monkey (pid 4242) 27,090K: mediaserver (pid 1279) 24,546K: audioserver (pid 27637) 21,854K: tlog (pid 1289) 20,520K: zygote64 (pid 676) 20,222K: android.hardware.audio.service (pid 27626) 19,222K: android.hardware.wifi@1.0-service (pid 842) 18,403K: media.extractor (pid 1276) 16,634K: webview_zygote (pid 2419) 14,104K: android.hardware.gnss@2.1-service-qti (pid 825) 12,691K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,174K: media.swcodec (pid 1363) 12,110K: vendor.qti.hardware.display.composer-service (pid 850) 11,739K: media.metrics (pid 1278) 10,823K: cameraserver (pid 1270) 10,306K: media.codec (pid 1310) 9,259K: hht_ota_mgr (pid 2764) 8,039K: init (pid 1) 7,642K: media.hwcodec (pid 884) 7,196K: cnd (pid 1313) 6,261K: keystore2 (pid 571) 6,195K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,482K: imsrcsd (pid 1332) 5,164K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,142K: logd (pid 504) 4,893K: ueventd (pid 477) 4,805K: netd (pid 675) 4,652K: iorapd (pid 1175) 4,584K: selfinstaller (pid 1280) 4,040K: update_engine (pid 1382) 3,986K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,634K: init (pid 475) 3,626K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,171K: ssgtzd (pid 804) 3,157K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,974K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,281K: drmserver (pid 1172) 2,270K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,169K: hwservicemanager (pid 507) 2,155K: wificond (pid 1290) 2,122K: credstore (pid 993) 2,110K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,848K: traced (pid 1178) 1,806K: servicemanager (pid 506) 1,776K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,654K: perfservice (pid 1308) 1,653K: tzlog (pid 1379) 1,652K: dpmd (pid 1195) 1,639K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,592K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,469K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,443K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,344K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,264K: incidentd (pid 1274) 1,252K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,198K: gatekeeperd (pid 1374) 1,191K: android.hardware.power-service (pid 835) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,125K: qspmsvc (pid 2775) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: wfdvndservice (pid 1362) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: adsprpcd (pid 1359) 1,087K: ipacm-diag (pid 1337) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,060K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,042K: cdsprpcd (pid 1361) 1,041K: dspservice (pid 851) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 1,010K: logcat (pid 3861) 980K: android.hardware.memtrack@1.0-service (pid 833) 975K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 780K: dumpsys (pid 6345) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 756K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 664K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) 256,575K: System 256,575K: system (pid 1244) 567,015K: Persistent 210,435K: com.android.systemui (pid 4122) 86,500K: com.hht.lebocast (pid 2900 / activities) 25,635K: com.thundercomm.remotecontrolservice (pid 2368) 23,298K: com.thundercomm.gamemode (pid 2173) 21,255K: com.qualcomm.qti.workloadclassifier (pid 3028) 17,080K: com.thundercomm.microsettings (pid 2181) 15,329K: com.hryt.hiphishowfsecontrol (pid 2908) 14,278K: com.qualcomm.location (pid 2731) 13,727K: com.android.networkstack.process (pid 2123) 12,008K: .dataservices (pid 2183) 11,771K: com.thundercomm.tcservice (pid 2428) 10,577K: com.thundercomm.microservice (pid 2178) 10,314K: com.qualcomm.qti.qdma (pid 2438) 9,306K: com.thundercomm.tchttpserver (pid 2207) 9,245K: com.tc.logclient (pid 2255) 8,255K: com.thundercomm.tcsetupwizard (pid 2301) 8,071K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,025K: ts.car.uart (pid 2903) 7,917K: com.qualcomm.qti.qccnetstat (pid 3016) 7,777K: .qtidataservices (pid 2191) 7,643K: com.android.se (pid 2338) 7,282K: vendor.qti.qesdk.sysservice (pid 2305) 7,200K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,080K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,007K: .pasr (pid 2917) 23,767K: Persistent Service 23,767K: com.android.providers.media.module (pid 3070) 15,570K: Foreground 15,570K: com.thundercomm.gamecenter (pid 4371 / activities) 153,766K: Visible 110,406K: com.android.launcher3 (pid 2649 / activities) 37,647K: android.ext.services (pid 2486) 5,713K: com.qualcomm.location.XT (pid 3132) 208,846K: Perceptible 122,427K: com.baidu.input (pid 3321) 86,419K: com.android.music (pid 3716 / activities) 292,489K: Previous 284,836K: com.android.settings (pid 2441 / activities) 7,653K: com.thundercomm.gamemode.provider (pid 2492) 17,383K: B Services 11,896K: android.process.media (pid 3083) 5,487K: com.qti.diagservices (pid 29313) 602,868K: Cached 99,281K: com.tencent.android.qqdownloader:daemon (pid 21986) 80,676K: com.tencent.android.qqdownloader (pid 22031) 71,057K: com.android.gallery3d (pid 4430 / activities) 57,362K: com.android.documentsui (pid 4620 / activities) 56,871K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 52,844K: com.android.htmlviewer (pid 7821) 39,933K: com.android.systemui:screenshot (pid 2252) 38,414K: com.android.packageinstaller (pid 3752) 20,077K: com.tencent.android.qqdownloader:cloud (pid 28239) 19,149K: com.tencent.android.qqdownloader:live (pid 21958) 17,662K: com.android.permissioncontroller (pid 3768) 16,153K: com.android.webview:webview_service (pid 26641) 11,699K: android.process.acore (pid 4192) 5,754K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,555K: com.android.shell (pid 3792) 5,235K: com.android.externalstorage (pid 3938) 5,146K: com.android.musicfx (pid 24207) Total PSS by category: 948,909K: Native 365,569K: .so mmap 299,349K: .apk mmap 258,678K: Dalvik 172,200K: EGL mtrack 144,132K: Gfx dev 105,136K: Unknown 98,708K: .art mmap 91,343K: Dalvik Other 87,518K: .dex mmap 77,238K: .jar mmap 66,304K: Other mmap 56,760K: Stack 28,036K: .oat mmap 17,567K: .ttf mmap 6,912K: GL mtrack 4,270K: Other dev 2,994K: Ashmem 0K: Cursor 0K: Other mtrack Total RAM: 7,896,244K (status normal) Free RAM: 4,503,572K ( 602,868K cached pss + 2,489,972K cached kernel + 1,410,732K free) ION: 403,580K ( 8,308K mapped + 395,272K unmapped + 0K pools) Used RAM: 2,864,399K (2,064,863K used pss + 799,536K kernel) Lost RAM: 528,261K ZRAM: 12K physical used for 0K in swap (4,194,300K total swap) Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx) // meminfo status was 0 // NOT RESPONDING: com.android.launcher3 (pid 2649) ANR in com.android.launcher3 (com.android.launcher3/.uioverrides.QuickstepLauncher) PID: 2649 Reason: Input dispatching timed out (Application does not have a focused window) Parent: com.android.launcher3/.uioverrides.QuickstepLauncher ErrorId: 86a69cac-d5a9-4856-a187-0f4549984e41 Frozen: false Load: 0.0 / 0.0 / 0.0 ----- Output from /proc/pressure/memory ----- some avg10=0.00 avg60=0.00 avg300=0.00 total=0 full avg10=0.00 avg60=0.00 avg300=0.00 total=0 ----- End output from /proc/pressure/memory ----- CPU usage from 7081ms to 0ms ago (2023-04-22 14:34:09.568 to 2023-04-22 14:34:16.650): 5.4% 21986/com.tencent.android.qqdownloader:daemon: 3.6% user + 1.8% kernel / faults: 1242 minor 3.1% 1244/system_server: 2.1% user + 0.9% kernel / faults: 1460 minor 0.8% 26777/kworker/u16:1-memlat_wq: 0% user + 0.8% kernel 0.8% 28239/com.tencent.android.qqdownloader:cloud: 0.7% user + 0.1% kernel / faults: 144 minor 0.2% 5815/kworker/u16:5-qmi_msg_handler: 0% user + 0.2% kernel 0.3% 6337/kworker/u16:8+SENSORS_DCI: 0% user + 0.3% kernel 0.5% 22031/com.tencent.android.qqdownloader: 0.4% user + 0.1% kernel / faults: 36 minor 0.4% 22656/kworker/u16:4-memlat_wq: 0% user + 0.4% kernel 0.4% 26729/kworker/u16:0+SENSORS_CNTL: 0% user + 0.4% kernel 0.2% 21/ksoftirqd/1: 0% user + 0.2% kernel 0.2% 504/logd: 0.1% user + 0.1% kernel 0.1% 2181/com.thundercomm.microsettings: 0% user + 0% kernel / faults: 11 minor 0.2% 2900/com.hht.lebocast: 0.2% user + 0% kernel / faults: 7 minor 0.1% 4122/com.android.systemui: 0.1% user + 0% kernel / faults: 13 minor 0.2% 16887/kworker/u16:3-memlat_wq: 0% user + 0.2% kernel 0.2% 21958/com.tencent.android.qqdownloader:live: 0.2% user + 0% kernel / faults: 24 minor 0% 1/init: 0% user + 0% kernel 0% 10/rcu_preempt: 0% user + 0% kernel 0% 37/ksoftirqd/3: 0% user + 0% kernel 0% 506/servicemanager: 0% user + 0% kernel 0% 652/vendor.ts.uart@1.0-service: 0% user + 0% kernel 0.1% 950/qrtr-ns: 0% user + 0.1% kernel 0% 1010/surfaceflinger: 0% user + 0% kernel / faults: 13 minor 0.1% 1289/tlog: 0.1% user + 0% kernel 0.1% 1500/msm_irqbalance: 0% user + 0.1% kernel 0% 2749/adbd: 0% user + 0% kernel 0.1% 2764/hht_ota_mgr: 0.1% user + 0% kernel 0% 2790/irq/16-90b6400.: 0% user + 0% kernel 0% 4242/com.android.commands.monkey: 0% user + 0% kernel / faults: 3 minor 0% 6332/kworker/0:2-events_power_efficient: 0% user + 0% kernel 2.4% TOTAL: 1.1% user + 1% kernel + 0% iowait + 0.1% irq + 0% softirq CPU usage from 9497543ms to 9497543ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: 0% TOTAL: 0% user + 0% kernel procrank: ZRAM: 12K physical used for 0K in swap (4194300K total swap) RAM: 7896244K total, 1409100K free, 6316K buffers, 2752204K cached, 30852K shmem, 287540K slab // procrank status was 0 anr traces: // anr traces status was 1 meminfo: Applications Memory Usage (in Kilobytes): Uptime: 9507702 Realtime: 9507702 Total RSS by process: 587,626K: system (pid 1244) 461,296K: com.android.settings (pid 2441 / activities) 383,816K: com.android.systemui (pid 4122) 293,560K: com.tencent.android.qqdownloader:daemon (pid 21986) 283,388K: com.baidu.input (pid 3321) 242,656K: com.android.launcher3 (pid 2649 / activities) 235,744K: com.tencent.android.qqdownloader (pid 22031) 220,984K: com.android.music (pid 3716 / activities) 216,356K: com.android.htmlviewer (pid 7821) 212,764K: com.android.gallery3d (pid 4430 / activities) 192,244K: com.android.documentsui (pid 4620 / activities) 191,780K: zygote64 (pid 676) 181,288K: com.android.systemui:screenshot (pid 2252) 170,468K: com.android.packageinstaller (pid 3752) 170,016K: zygote (pid 677) 169,024K: com.hht.lebocast (pid 2900 / activities) 137,280K: android.ext.services (pid 2486) 132,660K: com.android.providers.media.module (pid 3070) 131,572K: com.thundercomm.gamemode (pid 2173) 130,692K: com.tencent.android.qqdownloader:live (pid 21958) 128,600K: com.thundercomm.gamecenter (pid 4371 / activities) 124,184K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 120,168K: com.thundercomm.remotecontrolservice (pid 2368) 119,928K: com.tencent.android.qqdownloader:cloud (pid 28239) 119,200K: com.android.commands.monkey (pid 4242) 118,254K: surfaceflinger (pid 1010) 117,296K: com.thundercomm.microsettings (pid 2181) 113,892K: android.process.acore (pid 4192) 113,780K: android.process.media (pid 3083) 112,716K: com.qualcomm.qti.workloadclassifier (pid 3028) 112,092K: com.android.permissioncontroller (pid 3768) 110,476K: com.android.networkstack.process (pid 2123) 107,572K: com.qualcomm.location (pid 2731) 107,388K: com.hryt.hiphishowfsecontrol (pid 2908) 105,440K: com.qualcomm.qti.qdma (pid 2438) 101,356K: com.thundercomm.tcservice (pid 2428) 100,488K: .dataservices (pid 2183) 100,236K: com.tc.logclient (pid 2255) 97,300K: com.thundercomm.microservice (pid 2178) 96,216K: com.thundercomm.gamemode.provider (pid 2492) 96,076K: com.thundercomm.tchttpserver (pid 2207) 95,028K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,264K: com.qualcomm.qti.qccnetstat (pid 3016) 93,088K: com.android.se (pid 2338) 93,012K: com.qualcomm.qti.qccauthmgr (pid 2600) 92,768K: .qtidataservices (pid 2191) 92,532K: ts.car.uart (pid 2903) 92,316K: vendor.qti.qesdk.sysservice (pid 2305) 92,284K: com.thundercomm.tcsetupwizard (pid 2301) 91,736K: com.qti.diagservices (pid 29313) 91,256K: com.qualcomm.location.XT (pid 3132) 90,964K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,928K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,880K: com.android.shell (pid 3792) 90,828K: .pasr (pid 2917) 90,728K: com.android.externalstorage (pid 3938) 88,368K: com.android.musicfx (pid 24207) 86,496K: com.android.webview:webview_service (pid 26641) 72,524K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,704K: mediaserver (pid 1279) 40,820K: media.extractor (pid 1276) 31,384K: cameraserver (pid 1270) 30,172K: tlog (pid 1289) 24,324K: android.hardware.audio.service (pid 27626) 24,028K: media.swcodec (pid 1363) 23,916K: android.hardware.wifi@1.0-service (pid 842) 23,120K: vendor.qti.hardware.display.composer-service (pid 850) 21,100K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,580K: media.metrics (pid 1278) 17,460K: media.codec (pid 1310) 16,320K: hht_ota_mgr (pid 2764) 15,188K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,256K: init (pid 1) 14,200K: cnd (pid 1313) 13,188K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,728K: iorapd (pid 1175) 10,780K: selfinstaller (pid 1280) 10,756K: update_engine (pid 1382) 10,640K: netd (pid 675) 10,252K: xtra-daemon (pid 1461) 10,164K: imsrcsd (pid 1332) 9,964K: ueventd (pid 477) 9,924K: vold (pid 548) 9,748K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,628K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,432K: imsdatadaemon (pid 1515) 8,996K: slim_daemon (pid 1460) 8,860K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,652K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,544K: init (pid 475) 8,468K: vppservice (pid 914) 8,316K: iorap.prefetcherd (pid 2040) 8,284K: spdaemon (pid 567) 8,176K: logd (pid 504) 8,140K: adbd (pid 2749) 8,128K: tzlog (pid 1379) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,056K: perfservice (pid 1308) 8,020K: cnss_diag (pid 1268) 7,952K: traced_probes (pid 1176) 7,868K: storaged (pid 1288) 7,752K: vendor.qti.hardware.display.allocator-service (pid 848) 7,616K: drmserver (pid 1172) 7,580K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,528K: installd (pid 1275) 7,476K: credstore (pid 993) 7,420K: qccsyshal@1.1-service (pid 815) 7,392K: cnss-daemon (pid 1367) 7,388K: wificond (pid 1290) 7,368K: ipacm (pid 651) 7,352K: thermal-engine (pid 3408) 7,320K: hwservicemanager (pid 507) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,216K: lmkd (pid 505) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,808K: vendor.display.color@1.0-service (pid 843) 6,724K: android.hardware.power-service (pid 835) 6,552K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,460K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,416K: lowi-server (pid 1459) 6,388K: dpmd (pid 1179) 6,208K: gatekeeperd (pid 1374) 6,184K: dpmQmiMgr (pid 1180) 6,176K: statsd (pid 674) 6,156K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,112K: servicemanager (pid 506) 6,108K: sensors.qti (pid 1021) 6,076K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,040K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,028K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,896K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,856K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,704K: vendor.ts.uart@1.0-service (pid 652) 5,648K: incidentd (pid 1274) 5,644K: android.hardware.health@2.1-service (pid 827) 5,644K: feature_enabler_client (pid 1265) 5,636K: android.hardware.boot@1.1-service (pid 575) 5,632K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,628K: android.hardware.usb@1.2-service-qti (pid 841) 5,620K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,480K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,356K: tloc_daemon (pid 1396) 5,328K: adsprpcd (pid 1359) 5,304K: vendor.qti.hardware.vibrator.service (pid 883) 5,300K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,256K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,248K: sscrpcd (pid 952) 5,244K: adsprpcd (pid 1357) 5,244K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,196K: loc_launcher (pid 1371) 5,196K: qspmsvc (pid 2775) 5,148K: android.hardware.lights-service.qti (pid 831) 5,144K: android.hardware.memtrack@1.0-service (pid 833) 5,028K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 5,004K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,908K: vndservicemanager (pid 508) 4,736K: pm-proxy (pid 1170) 4,564K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,372K: ipacm-diag (pid 1337) 4,320K: pd-mapper (pid 953) 4,288K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,248K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,208K: dumpsys (pid 6371) 3,700K: logcat (pid 3861) 3,684K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,576K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,120K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) Total RSS by OOM adjustment: 1,880,510K: Native 191,780K: zygote64 (pid 676) 170,016K: zygote (pid 677) 119,200K: com.android.commands.monkey (pid 4242) 118,254K: surfaceflinger (pid 1010) 72,524K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,704K: mediaserver (pid 1279) 40,820K: media.extractor (pid 1276) 31,384K: cameraserver (pid 1270) 30,172K: tlog (pid 1289) 24,324K: android.hardware.audio.service (pid 27626) 24,028K: media.swcodec (pid 1363) 23,916K: android.hardware.wifi@1.0-service (pid 842) 23,120K: vendor.qti.hardware.display.composer-service (pid 850) 21,100K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,580K: media.metrics (pid 1278) 17,460K: media.codec (pid 1310) 16,320K: hht_ota_mgr (pid 2764) 15,188K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,256K: init (pid 1) 14,200K: cnd (pid 1313) 13,188K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,728K: iorapd (pid 1175) 10,780K: selfinstaller (pid 1280) 10,756K: update_engine (pid 1382) 10,640K: netd (pid 675) 10,252K: xtra-daemon (pid 1461) 10,164K: imsrcsd (pid 1332) 9,964K: ueventd (pid 477) 9,924K: vold (pid 548) 9,748K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,628K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,432K: imsdatadaemon (pid 1515) 8,996K: slim_daemon (pid 1460) 8,860K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,652K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,544K: init (pid 475) 8,468K: vppservice (pid 914) 8,316K: iorap.prefetcherd (pid 2040) 8,284K: spdaemon (pid 567) 8,176K: logd (pid 504) 8,140K: adbd (pid 2749) 8,128K: tzlog (pid 1379) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,056K: perfservice (pid 1308) 8,020K: cnss_diag (pid 1268) 7,952K: traced_probes (pid 1176) 7,868K: storaged (pid 1288) 7,752K: vendor.qti.hardware.display.allocator-service (pid 848) 7,616K: drmserver (pid 1172) 7,580K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,528K: installd (pid 1275) 7,476K: credstore (pid 993) 7,420K: qccsyshal@1.1-service (pid 815) 7,392K: cnss-daemon (pid 1367) 7,388K: wificond (pid 1290) 7,368K: ipacm (pid 651) 7,352K: thermal-engine (pid 3408) 7,320K: hwservicemanager (pid 507) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,216K: lmkd (pid 505) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,808K: vendor.display.color@1.0-service (pid 843) 6,724K: android.hardware.power-service (pid 835) 6,552K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,460K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,416K: lowi-server (pid 1459) 6,388K: dpmd (pid 1179) 6,208K: gatekeeperd (pid 1374) 6,184K: dpmQmiMgr (pid 1180) 6,176K: statsd (pid 674) 6,156K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,112K: servicemanager (pid 506) 6,108K: sensors.qti (pid 1021) 6,076K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,040K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,028K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,896K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,856K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,704K: vendor.ts.uart@1.0-service (pid 652) 5,648K: incidentd (pid 1274) 5,644K: android.hardware.health@2.1-service (pid 827) 5,644K: feature_enabler_client (pid 1265) 5,636K: android.hardware.boot@1.1-service (pid 575) 5,632K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,628K: android.hardware.usb@1.2-service-qti (pid 841) 5,620K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,480K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,468K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,356K: tloc_daemon (pid 1396) 5,328K: adsprpcd (pid 1359) 5,304K: vendor.qti.hardware.vibrator.service (pid 883) 5,300K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,256K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,248K: sscrpcd (pid 952) 5,244K: adsprpcd (pid 1357) 5,244K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,196K: loc_launcher (pid 1371) 5,196K: qspmsvc (pid 2775) 5,148K: android.hardware.lights-service.qti (pid 831) 5,144K: android.hardware.memtrack@1.0-service (pid 833) 5,028K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 5,004K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,908K: vndservicemanager (pid 508) 4,736K: pm-proxy (pid 1170) 4,564K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,372K: ipacm-diag (pid 1337) 4,320K: pd-mapper (pid 953) 4,288K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,248K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,208K: dumpsys (pid 6371) 3,700K: logcat (pid 3861) 3,684K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,576K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,120K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) 587,626K: System 587,626K: system (pid 1244) 2,884,924K: Persistent 383,816K: com.android.systemui (pid 4122) 169,024K: com.hht.lebocast (pid 2900 / activities) 131,572K: com.thundercomm.gamemode (pid 2173) 120,168K: com.thundercomm.remotecontrolservice (pid 2368) 117,296K: com.thundercomm.microsettings (pid 2181) 112,716K: com.qualcomm.qti.workloadclassifier (pid 3028) 110,476K: com.android.networkstack.process (pid 2123) 107,572K: com.qualcomm.location (pid 2731) 107,388K: com.hryt.hiphishowfsecontrol (pid 2908) 105,440K: com.qualcomm.qti.qdma (pid 2438) 101,356K: com.thundercomm.tcservice (pid 2428) 100,488K: .dataservices (pid 2183) 100,236K: com.tc.logclient (pid 2255) 97,300K: com.thundercomm.microservice (pid 2178) 96,076K: com.thundercomm.tchttpserver (pid 2207) 95,028K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,264K: com.qualcomm.qti.qccnetstat (pid 3016) 93,088K: com.android.se (pid 2338) 92,768K: .qtidataservices (pid 2191) 92,532K: ts.car.uart (pid 2903) 92,316K: vendor.qti.qesdk.sysservice (pid 2305) 92,284K: com.thundercomm.tcsetupwizard (pid 2301) 90,964K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,928K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,828K: .pasr (pid 2917) 132,660K: Persistent Service 132,660K: com.android.providers.media.module (pid 3070) 128,600K: Foreground 128,600K: com.thundercomm.gamecenter (pid 4371 / activities) 471,192K: Visible 242,656K: com.android.launcher3 (pid 2649 / activities) 137,280K: android.ext.services (pid 2486) 91,256K: com.qualcomm.location.XT (pid 3132) 504,372K: Perceptible 283,388K: com.baidu.input (pid 3321) 220,984K: com.android.music (pid 3716 / activities) 557,512K: Previous 461,296K: com.android.settings (pid 2441 / activities) 96,216K: com.thundercomm.gamemode.provider (pid 2492) 205,516K: B Services 113,780K: android.process.media (pid 3083) 91,736K: com.qti.diagservices (pid 29313) 2,552,696K: Cached 293,560K: com.tencent.android.qqdownloader:daemon (pid 21986) 235,744K: com.tencent.android.qqdownloader (pid 22031) 216,356K: com.android.htmlviewer (pid 7821) 212,764K: com.android.gallery3d (pid 4430 / activities) 192,244K: com.android.documentsui (pid 4620 / activities) 181,288K: com.android.systemui:screenshot (pid 2252) 170,468K: com.android.packageinstaller (pid 3752) 130,692K: com.tencent.android.qqdownloader:live (pid 21958) 124,184K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 119,928K: com.tencent.android.qqdownloader:cloud (pid 28239) 113,892K: android.process.acore (pid 4192) 112,092K: com.android.permissioncontroller (pid 3768) 93,012K: com.qualcomm.qti.qccauthmgr (pid 2600) 90,880K: com.android.shell (pid 3792) 90,728K: com.android.externalstorage (pid 3938) 88,368K: com.android.musicfx (pid 24207) 86,496K: com.android.webview:webview_service (pid 26641) Total RSS by category: 2,745,424K: .so mmap 1,437,792K: .jar mmap 1,169,596K: Native 1,131,932K: .art mmap 733,016K: Dalvik 663,944K: .oat mmap 623,544K: .apk mmap 251,776K: Other mmap 248,348K: .dex mmap 229,880K: Dalvik Other 172,200K: EGL mtrack 146,564K: Unknown 144,132K: Gfx dev 57,596K: Stack 57,536K: .ttf mmap 56,248K: Other dev 29,168K: Ashmem 6,912K: GL mtrack 0K: Cursor 0K: Other mtrack Total PSS by process: 284,835K: com.android.settings (pid 2441 / activities) 262,468K: system (pid 1244) 210,568K: com.android.systemui (pid 4122) 122,425K: com.baidu.input (pid 3321) 113,298K: com.android.launcher3 (pid 2649 / activities) 99,555K: com.tencent.android.qqdownloader:daemon (pid 21986) 92,651K: surfaceflinger (pid 1010) 87,155K: com.hht.lebocast (pid 2900 / activities) 86,417K: com.android.music (pid 3716 / activities) 81,206K: com.tencent.android.qqdownloader (pid 22031) 71,057K: com.android.gallery3d (pid 4430 / activities) 57,361K: com.android.documentsui (pid 4620 / activities) 56,871K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 52,843K: com.android.htmlviewer (pid 7821) 43,479K: zygote (pid 677) 39,933K: com.android.systemui:screenshot (pid 2252) 38,414K: com.android.packageinstaller (pid 3752) 38,281K: com.android.commands.monkey (pid 4242) 37,647K: android.ext.services (pid 2486) 27,090K: mediaserver (pid 1279) 25,702K: com.thundercomm.remotecontrolservice (pid 2368) 24,546K: audioserver (pid 27637) 23,766K: com.android.providers.media.module (pid 3070) 23,303K: com.thundercomm.gamemode (pid 2173) 21,862K: tlog (pid 1289) 21,254K: com.qualcomm.qti.workloadclassifier (pid 3028) 20,520K: zygote64 (pid 676) 20,222K: android.hardware.audio.service (pid 27626) 19,473K: com.tencent.android.qqdownloader:live (pid 21958) 19,222K: android.hardware.wifi@1.0-service (pid 842) 18,403K: media.extractor (pid 1276) 17,662K: com.android.permissioncontroller (pid 3768) 17,195K: com.thundercomm.microsettings (pid 2181) 17,124K: com.tencent.android.qqdownloader:cloud (pid 28239) 16,634K: webview_zygote (pid 2419) 16,153K: com.android.webview:webview_service (pid 26641) 15,569K: com.thundercomm.gamecenter (pid 4371 / activities) 15,327K: com.hryt.hiphishowfsecontrol (pid 2908) 14,277K: com.qualcomm.location (pid 2731) 14,104K: android.hardware.gnss@2.1-service-qti (pid 825) 13,724K: com.android.networkstack.process (pid 2123) 12,691K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,174K: media.swcodec (pid 1363) 12,110K: vendor.qti.hardware.display.composer-service (pid 850) 12,007K: .dataservices (pid 2183) 11,896K: android.process.media (pid 3083) 11,770K: com.thundercomm.tcservice (pid 2428) 11,739K: media.metrics (pid 1278) 11,699K: android.process.acore (pid 4192) 10,823K: cameraserver (pid 1270) 10,576K: com.thundercomm.microservice (pid 2178) 10,311K: com.qualcomm.qti.qdma (pid 2438) 10,306K: media.codec (pid 1310) 9,305K: com.thundercomm.tchttpserver (pid 2207) 9,259K: hht_ota_mgr (pid 2764) 9,244K: com.tc.logclient (pid 2255) 8,254K: com.thundercomm.tcsetupwizard (pid 2301) 8,070K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,039K: init (pid 1) 8,024K: ts.car.uart (pid 2903) 7,916K: com.qualcomm.qti.qccnetstat (pid 3016) 7,776K: .qtidataservices (pid 2191) 7,652K: com.thundercomm.gamemode.provider (pid 2492) 7,642K: com.android.se (pid 2338) 7,642K: media.hwcodec (pid 884) 7,281K: vendor.qti.qesdk.sysservice (pid 2305) 7,199K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,196K: cnd (pid 1313) 7,079K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,005K: .pasr (pid 2917) 6,261K: keystore2 (pid 571) 6,195K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,754K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,713K: com.qualcomm.location.XT (pid 3132) 5,555K: com.android.shell (pid 3792) 5,487K: com.qti.diagservices (pid 29313) 5,482K: imsrcsd (pid 1332) 5,235K: com.android.externalstorage (pid 3938) 5,164K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,146K: com.android.musicfx (pid 24207) 5,146K: logd (pid 504) 4,893K: ueventd (pid 477) 4,805K: netd (pid 675) 4,652K: iorapd (pid 1175) 4,584K: selfinstaller (pid 1280) 4,040K: update_engine (pid 1382) 3,986K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,634K: init (pid 475) 3,626K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,171K: ssgtzd (pid 804) 3,157K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,974K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,281K: drmserver (pid 1172) 2,270K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,169K: hwservicemanager (pid 507) 2,155K: wificond (pid 1290) 2,122K: credstore (pid 993) 2,110K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,848K: traced (pid 1178) 1,806K: servicemanager (pid 506) 1,776K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,654K: perfservice (pid 1308) 1,653K: tzlog (pid 1379) 1,652K: dpmd (pid 1195) 1,639K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,592K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,469K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,443K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,344K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,264K: incidentd (pid 1274) 1,252K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,198K: gatekeeperd (pid 1374) 1,191K: android.hardware.power-service (pid 835) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,125K: qspmsvc (pid 2775) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: wfdvndservice (pid 1362) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: adsprpcd (pid 1359) 1,087K: ipacm-diag (pid 1337) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,060K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,042K: cdsprpcd (pid 1361) 1,041K: dspservice (pid 851) 1,018K: logcat (pid 3861) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 980K: android.hardware.memtrack@1.0-service (pid 833) 975K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 781K: dumpsys (pid 6371) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 756K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 664K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) Total PSS by OOM adjustment: 693,625K: Native 92,651K: surfaceflinger (pid 1010) 43,479K: zygote (pid 677) 38,281K: com.android.commands.monkey (pid 4242) 27,090K: mediaserver (pid 1279) 24,546K: audioserver (pid 27637) 21,862K: tlog (pid 1289) 20,520K: zygote64 (pid 676) 20,222K: android.hardware.audio.service (pid 27626) 19,222K: android.hardware.wifi@1.0-service (pid 842) 18,403K: media.extractor (pid 1276) 16,634K: webview_zygote (pid 2419) 14,104K: android.hardware.gnss@2.1-service-qti (pid 825) 12,691K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,174K: media.swcodec (pid 1363) 12,110K: vendor.qti.hardware.display.composer-service (pid 850) 11,739K: media.metrics (pid 1278) 10,823K: cameraserver (pid 1270) 10,306K: media.codec (pid 1310) 9,259K: hht_ota_mgr (pid 2764) 8,039K: init (pid 1) 7,642K: media.hwcodec (pid 884) 7,196K: cnd (pid 1313) 6,261K: keystore2 (pid 571) 6,195K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,482K: imsrcsd (pid 1332) 5,164K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,146K: logd (pid 504) 4,893K: ueventd (pid 477) 4,805K: netd (pid 675) 4,652K: iorapd (pid 1175) 4,584K: selfinstaller (pid 1280) 4,040K: update_engine (pid 1382) 3,986K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,634K: init (pid 475) 3,626K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,171K: ssgtzd (pid 804) 3,157K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,974K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,281K: drmserver (pid 1172) 2,270K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,169K: hwservicemanager (pid 507) 2,155K: wificond (pid 1290) 2,122K: credstore (pid 993) 2,110K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,848K: traced (pid 1178) 1,806K: servicemanager (pid 506) 1,776K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,654K: perfservice (pid 1308) 1,653K: tzlog (pid 1379) 1,652K: dpmd (pid 1195) 1,639K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,592K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,469K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,443K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,344K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,264K: incidentd (pid 1274) 1,252K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,198K: gatekeeperd (pid 1374) 1,191K: android.hardware.power-service (pid 835) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,125K: qspmsvc (pid 2775) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: wfdvndservice (pid 1362) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: adsprpcd (pid 1359) 1,087K: ipacm-diag (pid 1337) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,060K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,042K: cdsprpcd (pid 1361) 1,041K: dspservice (pid 851) 1,018K: logcat (pid 3861) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 980K: android.hardware.memtrack@1.0-service (pid 833) 975K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 781K: dumpsys (pid 6371) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 756K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 664K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) 262,468K: System 262,468K: system (pid 1244) 567,964K: Persistent 210,568K: com.android.systemui (pid 4122) 87,155K: com.hht.lebocast (pid 2900 / activities) 25,702K: com.thundercomm.remotecontrolservice (pid 2368) 23,303K: com.thundercomm.gamemode (pid 2173) 21,254K: com.qualcomm.qti.workloadclassifier (pid 3028) 17,195K: com.thundercomm.microsettings (pid 2181) 15,327K: com.hryt.hiphishowfsecontrol (pid 2908) 14,277K: com.qualcomm.location (pid 2731) 13,724K: com.android.networkstack.process (pid 2123) 12,007K: .dataservices (pid 2183) 11,770K: com.thundercomm.tcservice (pid 2428) 10,576K: com.thundercomm.microservice (pid 2178) 10,311K: com.qualcomm.qti.qdma (pid 2438) 9,305K: com.thundercomm.tchttpserver (pid 2207) 9,244K: com.tc.logclient (pid 2255) 8,254K: com.thundercomm.tcsetupwizard (pid 2301) 8,070K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,024K: ts.car.uart (pid 2903) 7,916K: com.qualcomm.qti.qccnetstat (pid 3016) 7,776K: .qtidataservices (pid 2191) 7,642K: com.android.se (pid 2338) 7,281K: vendor.qti.qesdk.sysservice (pid 2305) 7,199K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,079K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,005K: .pasr (pid 2917) 23,766K: Persistent Service 23,766K: com.android.providers.media.module (pid 3070) 15,569K: Foreground 15,569K: com.thundercomm.gamecenter (pid 4371 / activities) 156,658K: Visible 113,298K: com.android.launcher3 (pid 2649 / activities) 37,647K: android.ext.services (pid 2486) 5,713K: com.qualcomm.location.XT (pid 3132) 208,842K: Perceptible 122,425K: com.baidu.input (pid 3321) 86,417K: com.android.music (pid 3716 / activities) 292,487K: Previous 284,835K: com.android.settings (pid 2441 / activities) 7,652K: com.thundercomm.gamemode.provider (pid 2492) 17,383K: B Services 11,896K: android.process.media (pid 3083) 5,487K: com.qti.diagservices (pid 29313) 601,041K: Cached 99,555K: com.tencent.android.qqdownloader:daemon (pid 21986) 81,206K: com.tencent.android.qqdownloader (pid 22031) 71,057K: com.android.gallery3d (pid 4430 / activities) 57,361K: com.android.documentsui (pid 4620 / activities) 56,871K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 52,843K: com.android.htmlviewer (pid 7821) 39,933K: com.android.systemui:screenshot (pid 2252) 38,414K: com.android.packageinstaller (pid 3752) 19,473K: com.tencent.android.qqdownloader:live (pid 21958) 17,662K: com.android.permissioncontroller (pid 3768) 17,124K: com.tencent.android.qqdownloader:cloud (pid 28239) 16,153K: com.android.webview:webview_service (pid 26641) 11,699K: android.process.acore (pid 4192) 5,754K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,555K: com.android.shell (pid 3792) 5,235K: com.android.externalstorage (pid 3938) 5,146K: com.android.musicfx (pid 24207) Total PSS by category: 948,925K: Native 365,570K: .so mmap 299,349K: .apk mmap 266,034K: Dalvik 172,200K: EGL mtrack 144,132K: Gfx dev 105,396K: Unknown 98,708K: .art mmap 91,867K: Dalvik Other 87,518K: .dex mmap 77,239K: .jar mmap 66,305K: Other mmap 56,784K: Stack 28,033K: .oat mmap 17,567K: .ttf mmap 6,912K: GL mtrack 4,270K: Other dev 2,994K: Ashmem 0K: Cursor 0K: Other mtrack Total RAM: 7,896,244K (status normal) Free RAM: 4,493,917K ( 601,041K cached pss + 2,490,740K cached kernel + 1,402,136K free) ION: 403,580K ( 8,308K mapped + 395,272K unmapped + 0K pools) Used RAM: 2,874,618K (2,074,870K used pss + 799,748K kernel) Lost RAM: 527,697K ZRAM: 12K physical used for 0K in swap (4,194,300K total swap) Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx) // meminfo status was 0 // CRASH: com.android.systemui (pid 4122) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // CRASH: com.android.systemui (pid 12625) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // CRASH: com.android.systemui (pid 13515) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // NOT RESPONDING: com.android.settings (pid 2441) ANR in com.android.settings (com.android.settings/.homepage.SettingsHomepageActivity) PID: 2441 Reason: Input dispatching timed out (Application does not have a focused window) Parent: com.android.settings/.homepage.SettingsHomepageActivity ErrorId: 4c29ed98-d1e8-44bc-9b44-5592427799c1 Frozen: false Load: 0.0 / 0.0 / 0.0 ----- Output from /proc/pressure/memory ----- some avg10=0.00 avg60=0.00 avg300=0.00 total=6061 full avg10=0.00 avg60=0.00 avg300=0.00 total=3821 ----- End output from /proc/pressure/memory ----- CPU usage from 198219ms to 0ms ago (2023-04-22 15:56:06.846 to 2023-04-22 15:59:25.065): 10% 850/vendor.qti.hardware.display.composer-service: 6.9% user + 3.9% kernel / faults: 911 minor 9.3% 1010/surfaceflinger: 6.4% user + 2.9% kernel / faults: 1573 minor 6.6% 1244/system_server: 4.3% user + 2.2% kernel / faults: 325545 minor 4.6% 2441/com.android.settings: 3.7% user + 0.9% kernel / faults: 82480 minor 3.9% 23408/com.android.systemui: 2.9% user + 0.9% kernel / faults: 52597 minor 1.8% 1279/mediaserver: 1.6% user + 0.2% kernel / faults: 423 minor 1.9% 21986/com.tencent.android.qqdownloader:daemon: 1% user + 0.8% kernel / faults: 21281 minor 1.6% 3716/com.android.music: 1.2% user + 0.4% kernel / faults: 6375 minor 1.2% 4430/com.android.gallery3d: 0.8% user + 0.3% kernel / faults: 34880 minor 1.1% 22031/com.tencent.android.qqdownloader: 0.7% user + 0.3% kernel / faults: 1341 minor 1.1% 17497/kworker/u16:2-kgsl-mementry: 0% user + 1.1% kernel 1.1% 732/crtc_commit:125: 0% user + 1.1% kernel 1% 20793/kworker/u16:6-kgsl-mementry: 0% user + 1% kernel 0.9% 17182/kworker/u16:0-kgsl-mementry: 0% user + 0.9% kernel 0.9% 504/logd: 0.2% user + 0.7% kernel / faults: 11 minor 0.8% 2900/com.hht.lebocast: 0.6% user + 0.1% kernel / faults: 4205 minor 0.8% 12818/kworker/u16:4-NPU_CNTL: 0% user + 0.8% kernel 0.7% 287/kgsl_worker_thr: 0% user + 0.7% kernel 0.6% 22972/kworker/u16:5-kgsl-mementry: 0% user + 0.6% kernel 0.6% 23141/kworker/u16:7-devfreq_wq: 0% user + 0.6% kernel 0.5% 2649/com.android.launcher3: 0.4% user + 0.1% kernel / faults: 5712 minor 0.3% 3321/com.baidu.input: 0.2% user + 0% kernel / faults: 642 minor 0.2% 733/crtc_event:125: 0% user + 0.2% kernel 0.2% 1289/tlog: 0.1% user + 0.1% kernel / faults: 12 minor 0.2% 10/rcu_preempt: 0% user + 0.2% kernel 0% 1288/storaged: 0% user + 0% kernel / faults: 4 minor 0.2% 2790/irq/16-90b6400.: 0% user + 0.2% kernel 0% 22831/com.android.systemui:screenshot: 0% user + 0% kernel / faults: 6008 minor 0.2% 3861/logcat: 0% user + 0.1% kernel 0.2% 4242/com.android.commands.monkey: 0.1% user + 0% kernel / faults: 297 minor 0.2% 89/qmp_aop: 0% user + 0.2% kernel 0% 101/irq/41-tsens-up: 0% user + 0% kernel 0.1% 28239/com.tencent.android.qqdownloader:cloud: 0.1% user + 0% kernel / faults: 1136 minor 0.1% 21958/com.tencent.android.qqdownloader:live: 0.1% user + 0% kernel / faults: 1209 minor 0.1% 1275/installd: 0% user + 0.1% kernel / faults: 138 minor 0.1% 6332/kworker/0:2-events_power_efficient: 0% user + 0.1% kernel 0.1% 652/vendor.ts.uart@1.0-service: 0% user + 0% kernel 0.1% 506/servicemanager: 0% user + 0% kernel 0.1% 870/vendor.qti.hardware.perf@2.2-service: 0% user + 0% kernel / faults: 536 minor 0.1% 3070/com.android.providers.media.module: 0.1% user + 0% kernel / faults: 2453 minor 0.1% 3768/com.android.permissioncontroller: 0.1% user + 0% kernel / faults: 4754 minor 0.1% 2792/irq/17-9091000.: 0% user + 0.1% kernel 0.1% 4620/com.android.documentsui: 0.1% user + 0% kernel / faults: 2646 minor 0.1% 27637/audioserver: 0% user + 0% kernel / faults: 62 minor 0.1% 32/rcuop/2: 0% user + 0.1% kernel 0.1% 13/rcuop/0: 0% user + 0.1% kernel 0.1% 111/system: 0% user + 0.1% kernel 0.1% 2173/com.thundercomm.gamemode: 0% user + 0% kernel / faults: 2059 minor 0.1% 64/rcuop/6: 0% user + 0.1% kernel 0.1% 1/init: 0% user + 0% kernel / faults: 83 minor 0.1% 674/statsd: 0% user + 0% kernel / faults: 64 minor 0.1% 2764/hht_ota_mgr: 0% user + 0% kernel 0% 1310/media.codec: 0% user + 0% kernel / faults: 1292 minor 0% 18409/kworker/u17:5-kgsl-events: 0% user + 0% kernel 0% 48/rcuop/4: 0% user + 0% kernel 0% 2181/com.thundercomm.microsettings: 0% user + 0% kernel / faults: 739 minor 0% 18396/kworker/u17:2-kgsl-events: 0% user + 0% kernel 0% 20322/kworker/u17:1-kgsl-events: 0% user + 0% kernel 0% 2492/com.thundercomm.gamemode.provider: 0% user + 0% kernel / faults: 922 minor 0% 4371/com.thundercomm.gamecenter: 0% user + 0% kernel / faults: 710 minor 0% 1363/media.swcodec: 0% user + 0% kernel / faults: 178 minor 0% 72/rcuop/7: 0% user + 0% kernel 0% 27626/android.hardware.audio.service: 0% user + 0% kernel / faults: 1 minor 0% 69/ksoftirqd/7: 0% user + 0% kernel 0% 24/rcuop/1: 0% user + 0% kernel 0% 40/rcuop/3: 0% user + 0% kernel 0% 505/lmkd: 0% user + 0% kernel 0% 1175/iorapd: 0% user + 0% kernel / faults: 15 minor 0% 2600/com.qualcomm.qti.qccauthmgr: 0% user + 0% kernel / faults: 866 minor 0% 6295/kworker/1:0-mm_percpu_wq: 0% user + 0% kernel 0% 20056/kworker/u17:0-kgsl-events: 0% user + 0% kernel 0% 21/ksoftirqd/1: 0% user + 0% kernel 0% 56/rcuop/5: 0% user + 0% kernel 0% 1276/media.extractor: 0% user + 0% kernel / faults: 3678 minor 0% 1500/msm_irqbalance: 0% user + 0% kernel 0% 2368/com.thundercomm.remotecontrolservice: 0% user + 0% kernel / faults: 113 minor 0% 2749/adbd: 0% user + 0% kernel 0% 37/ksoftirqd/3: 0% user + 0% kernel 0% 507/hwservicemanager: 0% user + 0% kernel 0% 950/qrtr-ns: 0% user + 0% kernel 0% 1278/media.metrics: 0% user + 0% kernel / faults: 5 minor 0% 2486/android.ext.services: 0% user + 0% kernel / faults: 381 minor 0% 9/ksoftirqd/0: 0% user + 0% kernel 0% 61/ksoftirqd/6: 0% user + 0% kernel 0% 675/netd: 0% user + 0% kernel 0% 848/vendor.qti.hardware.display.allocator-service: 0% user + 0% kernel / faults: 8 minor 0% 1280/selfinstaller: 0% user + 0% kernel 0% 3083/android.process.media: 0% user + 0% kernel / faults: 241 minor 0% 7821/com.android.htmlviewer: 0% user + 0% kernel / faults: 174 minor 0% 22366/kworker/u17:4-kgsl-events: 0% user + 0% kernel 0% 29/ksoftirqd/2: 0% user + 0% kernel 0% 45/ksoftirqd/4: 0% user + 0% kernel 0% 53/ksoftirqd/5: 0% user + 0% kernel 0% 852/vendor.qti.hardware.iop@2.0-service: 0% user + 0% kernel / faults: 3 minor 0% 1367/cnss-daemon: 0% user + 0% kernel 0% 28310/com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0: 0% user + 0% kernel / faults: 170 minor 0% 11/rcu_sched: 0% user + 0% kernel 0% 569/android.system.suspend@1.0-service: 0% user + 0% kernel 0% 571/keystore2: 0% user + 0% kernel / faults: 47 minor 0% 676/zygote64: 0% user + 0% kernel / faults: 90 minor 0% 876/vendor.qti.hardware.servicetracker@1.2-service: 0% user + 0% kernel 0% 1379/tzlog: 0% user + 0% kernel 0% 2183/.dataservices: 0% user + 0% kernel / faults: 8 minor 0% 10374/kworker/5:2-events_power_efficient: 0% user + 0% kernel 0% 22103/kworker/7:2-mm_percpu_wq: 0% user + 0% kernel 0% 23777/kworker/6:1-events: 0% user + 0% kernel 0% 24304/kworker/4:1-events: 0% user + 0% kernel 0% 26641/com.android.webview:webview_service: 0% user + 0% kernel / faults: 187 minor 0% 16/migration/0: 0% user + 0% kernel 0% 52/migration/5: 0% user + 0% kernel 0% 65/rcuos/6: 0% user + 0% kernel 0% 73/rcuos/7: 0% user + 0% kernel 0% 110/ion-pool-cached: 0% user + 0% kernel 0% 365/kworker/0:1H-kblockd: 0% user + 0% kernel 0% 477/ueventd: 0% user + 0% kernel 0% 804/ssgtzd: 0% user + 0% kernel 0% 833/android.hardware.memtrack@1.0-service: 0% user + 0% kernel 0% 884/media.hwcodec: 0% user + 0% kernel 0% 1018/tftp_server: 0% user + 0% kernel 0% 1515/imsdatadaemon: 0% user + 0% kernel 0% 2123/com.android.networkstack.process: 0% user + 0% kernel / faults: 2 minor 0% 2255/com.tc.logclient: 0% user + 0% kernel / faults: 25 minor 0% 3938/com.android.externalstorage: 0% user + 0% kernel / faults: 167 minor 0% 9839/kworker/3:0-mm_percpu_wq: 0% user + 0% kernel 0% 11060/kworker/2:1-mm_percpu_wq: 0% user + 0% kernel +0% 24536/com.qti.diagservices: 0% user + 0% kernel +0% 24803/kworker/7:1-mm_percpu_wq: 0% user + 0% kernel +0% 24899/kworker/5:0-mm_percpu_wq: 0% user + 0% kernel +0% 24915/kworker/6:2-mm_percpu_wq: 0% user + 0% kernel +0% 24975/android:ui: 0% user + 0% kernel 7% TOTAL: 4.1% user + 2.3% kernel + 0.1% iowait + 0.4% irq + 0% softirq CPU usage from 14605959ms to 14605959ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: 0% TOTAL: 0% user + 0% kernel procrank: ZRAM: 12K physical used for 0K in swap (4194300K total swap) RAM: 7896244K total, 1152928K free, 6316K buffers, 2959560K cached, 27916K shmem, 276820K slab // procrank status was 0 anr traces: // anr traces status was 1 meminfo: Applications Memory Usage (in Kilobytes): Uptime: 14616150 Realtime: 14616150 Total RSS by process: 613,628K: system (pid 1244) 487,892K: com.android.settings (pid 2441 / activities) 376,876K: com.android.systemui (pid 23408) 291,572K: com.tencent.android.qqdownloader:daemon (pid 21986) 283,532K: com.baidu.input (pid 3321) 256,540K: com.tencent.android.qqdownloader (pid 22031) 234,524K: com.android.music (pid 3716 / activities) 220,104K: com.android.htmlviewer (pid 7821) 214,284K: com.android.launcher3 (pid 2649 / activities) 206,528K: com.android.gallery3d (pid 4430 / activities) 192,040K: com.android.documentsui (pid 4620 / activities) 191,380K: zygote64 (pid 676) 189,904K: com.android.packageinstaller (pid 3752) 170,016K: zygote (pid 677) 169,764K: com.hht.lebocast (pid 2900 / activities) 167,792K: com.android.systemui:screenshot (pid 22831) 150,248K: com.thundercomm.screensaver (pid 24164) 143,508K: surfaceflinger (pid 1010) 136,596K: com.thundercomm.gamecenter (pid 4371 / activities) 132,984K: com.android.providers.media.module (pid 3070) 131,916K: android:ui (pid 24975) 130,932K: com.thundercomm.gamemode (pid 2173) 130,792K: com.tencent.android.qqdownloader:live (pid 21958) 124,180K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 119,392K: com.tencent.android.qqdownloader:cloud (pid 28239) 119,084K: com.android.commands.monkey (pid 4242) 117,212K: com.thundercomm.microsettings (pid 2181) 114,752K: android.ext.services (pid 2486) 114,056K: android.process.media (pid 3083) 113,708K: android.process.acore (pid 23474) 112,656K: com.qualcomm.qti.workloadclassifier (pid 3028) 112,404K: com.android.permissioncontroller (pid 3768) 110,632K: com.android.networkstack.process (pid 2123) 108,652K: com.qualcomm.location (pid 2731) 107,252K: com.hryt.hiphishowfsecontrol (pid 2908) 106,756K: com.thundercomm.remotecontrolservice (pid 2368) 105,304K: com.qualcomm.qti.qdma (pid 2438) 101,240K: com.thundercomm.tcservice (pid 2428) 101,240K: .dataservices (pid 2183) 100,196K: com.tc.logclient (pid 2255) 97,168K: com.thundercomm.microservice (pid 2178) 96,204K: com.thundercomm.gamemode.provider (pid 2492) 95,940K: com.thundercomm.tchttpserver (pid 2207) 94,872K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,136K: com.qualcomm.qti.qccauthmgr (pid 2600) 93,128K: com.qualcomm.qti.qccnetstat (pid 3016) 92,952K: com.android.se (pid 2338) 92,632K: .qtidataservices (pid 2191) 92,396K: ts.car.uart (pid 2903) 92,180K: vendor.qti.qesdk.sysservice (pid 2305) 92,148K: com.thundercomm.tcsetupwizard (pid 2301) 91,660K: com.qti.diagservices (pid 24536) 91,236K: com.qualcomm.location.XT (pid 3132) 90,860K: com.android.shell (pid 3792) 90,828K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,792K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,700K: com.android.externalstorage (pid 3938) 90,696K: .pasr (pid 2917) 87,988K: com.android.musicfx (pid 20810) 86,492K: com.android.webview:webview_service (pid 26641) 72,524K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,632K: mediaserver (pid 1279) 37,172K: media.extractor (pid 1276) 32,704K: tlog (pid 1289) 31,268K: cameraserver (pid 1270) 24,420K: android.hardware.audio.service (pid 27626) 23,900K: media.swcodec (pid 1363) 23,896K: android.hardware.wifi@1.0-service (pid 842) 23,412K: vendor.qti.hardware.display.composer-service (pid 850) 21,096K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,752K: media.metrics (pid 1278) 17,476K: media.codec (pid 1310) 16,044K: hht_ota_mgr (pid 2764) 15,220K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,196K: cnd (pid 1313) 13,160K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,888K: init (pid 1) 12,816K: iorapd (pid 1175) 10,640K: selfinstaller (pid 1280) 10,580K: update_engine (pid 1382) 10,500K: netd (pid 675) 10,248K: xtra-daemon (pid 1461) 10,140K: imsrcsd (pid 1332) 9,740K: vold (pid 548) 9,708K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,624K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,424K: imsdatadaemon (pid 1515) 8,992K: slim_daemon (pid 1460) 8,884K: ueventd (pid 477) 8,836K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,628K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,460K: vppservice (pid 914) 8,312K: iorap.prefetcherd (pid 2040) 8,256K: spdaemon (pid 567) 8,188K: logd (pid 504) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,048K: perfservice (pid 1308) 8,012K: cnss_diag (pid 1268) 8,000K: tzlog (pid 1379) 8,000K: adbd (pid 2749) 7,952K: traced_probes (pid 1176) 7,836K: storaged (pid 1288) 7,748K: vendor.qti.hardware.display.allocator-service (pid 848) 7,648K: drmserver (pid 1172) 7,576K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,548K: init (pid 475) 7,392K: qccsyshal@1.1-service (pid 815) 7,388K: credstore (pid 993) 7,384K: installd (pid 1275) 7,372K: cnss-daemon (pid 1367) 7,368K: ipacm (pid 651) 7,336K: thermal-engine (pid 3408) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,260K: wificond (pid 1290) 7,216K: lmkd (pid 505) 7,212K: hwservicemanager (pid 507) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,804K: vendor.display.color@1.0-service (pid 843) 6,716K: android.hardware.power-service (pid 835) 6,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,452K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,412K: lowi-server (pid 1459) 6,384K: dpmd (pid 1179) 6,184K: dpmQmiMgr (pid 1180) 6,152K: statsd (pid 674) 6,132K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,108K: sensors.qti (pid 1021) 6,104K: gatekeeperd (pid 1374) 6,092K: servicemanager (pid 506) 6,048K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,036K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,016K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,888K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,836K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,680K: vendor.ts.uart@1.0-service (pid 652) 5,640K: android.hardware.health@2.1-service (pid 827) 5,640K: incidentd (pid 1274) 5,636K: feature_enabler_client (pid 1265) 5,624K: android.hardware.boot@1.1-service (pid 575) 5,620K: android.hardware.usb@1.2-service-qti (pid 841) 5,612K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,600K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,464K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,456K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,348K: tloc_daemon (pid 1396) 5,324K: adsprpcd (pid 1359) 5,296K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,280K: vendor.qti.hardware.vibrator.service (pid 883) 5,248K: sscrpcd (pid 952) 5,244K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,244K: adsprpcd (pid 1357) 5,240K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,192K: loc_launcher (pid 1371) 5,192K: qspmsvc (pid 2775) 5,144K: android.hardware.lights-service.qti (pid 831) 5,140K: android.hardware.memtrack@1.0-service (pid 833) 5,036K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 4,980K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,892K: vndservicemanager (pid 508) 4,732K: pm-proxy (pid 1170) 4,556K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,368K: ipacm-diag (pid 1337) 4,316K: pd-mapper (pid 953) 4,284K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,220K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,152K: dumpsys (pid 25037) 3,692K: logcat (pid 3861) 3,664K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,572K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,092K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) Total RSS by OOM adjustment: 1,898,432K: Native 191,380K: zygote64 (pid 676) 170,016K: zygote (pid 677) 143,508K: surfaceflinger (pid 1010) 119,084K: com.android.commands.monkey (pid 4242) 72,524K: webview_zygote (pid 2419) 53,612K: audioserver (pid 27637) 43,632K: mediaserver (pid 1279) 37,172K: media.extractor (pid 1276) 32,704K: tlog (pid 1289) 31,268K: cameraserver (pid 1270) 24,420K: android.hardware.audio.service (pid 27626) 23,900K: media.swcodec (pid 1363) 23,896K: android.hardware.wifi@1.0-service (pid 842) 23,412K: vendor.qti.hardware.display.composer-service (pid 850) 21,096K: android.hardware.gnss@2.1-service-qti (pid 825) 20,664K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,752K: media.metrics (pid 1278) 17,476K: media.codec (pid 1310) 16,044K: hht_ota_mgr (pid 2764) 15,220K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,196K: cnd (pid 1313) 13,160K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,888K: init (pid 1) 12,816K: iorapd (pid 1175) 10,640K: selfinstaller (pid 1280) 10,580K: update_engine (pid 1382) 10,500K: netd (pid 675) 10,248K: xtra-daemon (pid 1461) 10,140K: imsrcsd (pid 1332) 9,740K: vold (pid 548) 9,708K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,624K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,424K: imsdatadaemon (pid 1515) 8,992K: slim_daemon (pid 1460) 8,884K: ueventd (pid 477) 8,836K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,628K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,460K: vppservice (pid 914) 8,312K: iorap.prefetcherd (pid 2040) 8,256K: spdaemon (pid 567) 8,188K: logd (pid 504) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,048K: perfservice (pid 1308) 8,012K: cnss_diag (pid 1268) 8,000K: tzlog (pid 1379) 8,000K: adbd (pid 2749) 7,952K: traced_probes (pid 1176) 7,836K: storaged (pid 1288) 7,748K: vendor.qti.hardware.display.allocator-service (pid 848) 7,648K: drmserver (pid 1172) 7,576K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,548K: init (pid 475) 7,392K: qccsyshal@1.1-service (pid 815) 7,388K: credstore (pid 993) 7,384K: installd (pid 1275) 7,372K: cnss-daemon (pid 1367) 7,368K: ipacm (pid 651) 7,336K: thermal-engine (pid 3408) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,260K: wificond (pid 1290) 7,216K: lmkd (pid 505) 7,212K: hwservicemanager (pid 507) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,804K: vendor.display.color@1.0-service (pid 843) 6,716K: android.hardware.power-service (pid 835) 6,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,452K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,412K: lowi-server (pid 1459) 6,384K: dpmd (pid 1179) 6,184K: dpmQmiMgr (pid 1180) 6,152K: statsd (pid 674) 6,132K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,108K: sensors.qti (pid 1021) 6,104K: gatekeeperd (pid 1374) 6,092K: servicemanager (pid 506) 6,048K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,036K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,016K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,888K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,836K: qcc-trd (pid 1391) 5,748K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,680K: vendor.ts.uart@1.0-service (pid 652) 5,640K: android.hardware.health@2.1-service (pid 827) 5,640K: incidentd (pid 1274) 5,636K: feature_enabler_client (pid 1265) 5,624K: android.hardware.boot@1.1-service (pid 575) 5,620K: android.hardware.usb@1.2-service-qti (pid 841) 5,612K: android.system.suspend@1.0-service (pid 569) 5,604K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,600K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,464K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,456K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,348K: tloc_daemon (pid 1396) 5,324K: adsprpcd (pid 1359) 5,296K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,280K: vendor.qti.hardware.vibrator.service (pid 883) 5,248K: sscrpcd (pid 952) 5,244K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,244K: adsprpcd (pid 1357) 5,240K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,192K: loc_launcher (pid 1371) 5,192K: qspmsvc (pid 2775) 5,144K: android.hardware.lights-service.qti (pid 831) 5,140K: android.hardware.memtrack@1.0-service (pid 833) 5,036K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 4,980K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,892K: vndservicemanager (pid 508) 4,732K: pm-proxy (pid 1170) 4,556K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,368K: ipacm-diag (pid 1337) 4,316K: pd-mapper (pid 953) 4,284K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,220K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,152K: dumpsys (pid 25037) 3,692K: logcat (pid 3861) 3,664K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,572K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,092K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) 613,628K: System 613,628K: system (pid 1244) 2,864,444K: Persistent 376,876K: com.android.systemui (pid 23408) 169,764K: com.hht.lebocast (pid 2900 / activities) 130,932K: com.thundercomm.gamemode (pid 2173) 117,212K: com.thundercomm.microsettings (pid 2181) 112,656K: com.qualcomm.qti.workloadclassifier (pid 3028) 110,632K: com.android.networkstack.process (pid 2123) 108,652K: com.qualcomm.location (pid 2731) 107,252K: com.hryt.hiphishowfsecontrol (pid 2908) 106,756K: com.thundercomm.remotecontrolservice (pid 2368) 105,304K: com.qualcomm.qti.qdma (pid 2438) 101,240K: com.thundercomm.tcservice (pid 2428) 101,240K: .dataservices (pid 2183) 100,196K: com.tc.logclient (pid 2255) 97,168K: com.thundercomm.microservice (pid 2178) 95,940K: com.thundercomm.tchttpserver (pid 2207) 94,872K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,128K: com.qualcomm.qti.qccnetstat (pid 3016) 92,952K: com.android.se (pid 2338) 92,632K: .qtidataservices (pid 2191) 92,396K: ts.car.uart (pid 2903) 92,180K: vendor.qti.qesdk.sysservice (pid 2305) 92,148K: com.thundercomm.tcsetupwizard (pid 2301) 90,828K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,792K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,696K: .pasr (pid 2917) 132,984K: Persistent Service 132,984K: com.android.providers.media.module (pid 3070) 487,892K: Foreground 487,892K: com.android.settings (pid 2441 / activities) 532,676K: Visible 214,284K: com.android.launcher3 (pid 2649 / activities) 114,752K: android.ext.services (pid 2486) 112,404K: com.android.permissioncontroller (pid 3768) 91,236K: com.qualcomm.location.XT (pid 3132) 518,056K: Perceptible 283,532K: com.baidu.input (pid 3321) 234,524K: com.android.music (pid 3716 / activities) 91,660K: A Services 91,660K: com.qti.diagservices (pid 24536) 395,868K: Previous 206,528K: com.android.gallery3d (pid 4430 / activities) 96,204K: com.thundercomm.gamemode.provider (pid 2492) 93,136K: com.qualcomm.qti.qccauthmgr (pid 2600) 370,596K: B Services 256,540K: com.tencent.android.qqdownloader (pid 22031) 114,056K: android.process.media (pid 3083) 2,324,284K: Cached 291,572K: com.tencent.android.qqdownloader:daemon (pid 21986) 220,104K: com.android.htmlviewer (pid 7821) 192,040K: com.android.documentsui (pid 4620 / activities) 189,904K: com.android.packageinstaller (pid 3752) 167,792K: com.android.systemui:screenshot (pid 22831) 150,248K: com.thundercomm.screensaver (pid 24164) 136,596K: com.thundercomm.gamecenter (pid 4371 / activities) 131,916K: android:ui (pid 24975) 130,792K: com.tencent.android.qqdownloader:live (pid 21958) 124,180K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 119,392K: com.tencent.android.qqdownloader:cloud (pid 28239) 113,708K: android.process.acore (pid 23474) 90,860K: com.android.shell (pid 3792) 90,700K: com.android.externalstorage (pid 3938) 87,988K: com.android.musicfx (pid 20810) 86,492K: com.android.webview:webview_service (pid 26641) Total RSS by category: 2,798,764K: .so mmap 1,490,444K: .jar mmap 1,228,860K: Native 1,171,640K: .art mmap 738,756K: Dalvik 690,512K: .oat mmap 676,816K: .apk mmap 261,572K: .dex mmap 253,392K: Other mmap 242,232K: Dalvik Other 172,404K: EGL mtrack 149,100K: Unknown 144,080K: Gfx dev 59,680K: Stack 58,816K: .ttf mmap 57,020K: Other dev 29,136K: Ashmem 7,296K: GL mtrack 0K: Cursor 0K: Other mtrack Total PSS by process: 301,415K: com.android.settings (pid 2441 / activities) 279,204K: system (pid 1244) 203,603K: com.android.systemui (pid 23408) 121,766K: com.baidu.input (pid 3321) 117,952K: surfaceflinger (pid 1010) 101,318K: com.tencent.android.qqdownloader (pid 22031) 99,110K: com.android.music (pid 3716 / activities) 96,684K: com.tencent.android.qqdownloader:daemon (pid 21986) 87,405K: com.hht.lebocast (pid 2900 / activities) 84,696K: com.android.launcher3 (pid 2649 / activities) 63,626K: com.android.gallery3d (pid 4430 / activities) 57,161K: com.android.packageinstaller (pid 3752) 56,861K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 56,119K: com.android.documentsui (pid 4620 / activities) 54,157K: com.android.htmlviewer (pid 7821) 42,542K: zygote (pid 677) 38,037K: com.android.commands.monkey (pid 4242) 36,451K: com.thundercomm.screensaver (pid 24164) 34,807K: com.android.systemui:screenshot (pid 22831) 27,081K: mediaserver (pid 1279) 24,688K: audioserver (pid 27637) 24,460K: tlog (pid 1289) 23,865K: com.android.providers.media.module (pid 3070) 22,691K: com.thundercomm.gamemode (pid 2173) 21,269K: com.qualcomm.qti.workloadclassifier (pid 3028) 20,318K: android.hardware.audio.service (pid 27626) 19,542K: zygote64 (pid 676) 19,385K: com.tencent.android.qqdownloader:live (pid 21958) 19,222K: android.hardware.wifi@1.0-service (pid 842) 17,920K: com.android.permissioncontroller (pid 3768) 17,186K: com.thundercomm.microsettings (pid 2181) 16,629K: webview_zygote (pid 2419) 16,135K: com.android.webview:webview_service (pid 26641) 15,980K: com.tencent.android.qqdownloader:cloud (pid 28239) 15,847K: com.thundercomm.gamecenter (pid 4371 / activities) 15,427K: com.qualcomm.location (pid 2731) 15,248K: com.hryt.hiphishowfsecontrol (pid 2908) 14,894K: media.extractor (pid 1276) 14,703K: android.ext.services (pid 2486) 14,103K: android.hardware.gnss@2.1-service-qti (pid 825) 13,937K: com.android.networkstack.process (pid 2123) 12,836K: .dataservices (pid 2183) 12,689K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,407K: vendor.qti.hardware.display.composer-service (pid 850) 12,391K: com.thundercomm.remotecontrolservice (pid 2368) 12,118K: media.swcodec (pid 1363) 11,915K: media.metrics (pid 1278) 11,901K: android.process.media (pid 3083) 11,871K: android:ui (pid 24975) 11,730K: com.thundercomm.tcservice (pid 2428) 11,582K: android.process.acore (pid 23474) 10,821K: cameraserver (pid 1270) 10,522K: com.thundercomm.microservice (pid 2178) 10,322K: media.codec (pid 1310) 10,241K: com.qualcomm.qti.qdma (pid 2438) 9,288K: com.tc.logclient (pid 2255) 9,244K: com.thundercomm.tchttpserver (pid 2207) 9,208K: hht_ota_mgr (pid 2764) 8,199K: com.thundercomm.tcsetupwizard (pid 2301) 8,016K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 7,970K: ts.car.uart (pid 2903) 7,863K: com.qualcomm.qti.qccnetstat (pid 3016) 7,722K: .qtidataservices (pid 2191) 7,642K: media.hwcodec (pid 884) 7,605K: com.thundercomm.gamemode.provider (pid 2492) 7,590K: com.android.se (pid 2338) 7,449K: init (pid 1) 7,228K: vendor.qti.qesdk.sysservice (pid 2305) 7,195K: cnd (pid 1313) 7,143K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,028K: com.qti.qualcomm.mstatssystemservice (pid 2310) 6,957K: .pasr (pid 2917) 6,383K: keystore2 (pid 571) 6,191K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,726K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,663K: com.qualcomm.location.XT (pid 3132) 5,510K: com.android.shell (pid 3792) 5,482K: imsrcsd (pid 1332) 5,415K: com.qti.diagservices (pid 24536) 5,188K: com.android.externalstorage (pid 3938) 5,169K: logd (pid 504) 5,123K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,063K: com.android.musicfx (pid 20810) 4,814K: netd (pid 675) 4,752K: iorapd (pid 1175) 4,571K: selfinstaller (pid 1280) 4,539K: ueventd (pid 477) 4,016K: update_engine (pid 1382) 3,954K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,614K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,334K: init (pid 475) 3,171K: ssgtzd (pid 804) 3,144K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,976K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,923K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,313K: drmserver (pid 1172) 2,246K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,165K: hwservicemanager (pid 507) 2,149K: wificond (pid 1290) 2,114K: credstore (pid 993) 2,108K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,930K: qccsyshal@1.1-service (pid 815) 1,860K: traced (pid 1178) 1,805K: servicemanager (pid 506) 1,774K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,653K: perfservice (pid 1308) 1,651K: dpmd (pid 1195) 1,647K: tzlog (pid 1379) 1,643K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,591K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,508K: dpmQmiMgr (pid 1180) 1,468K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,442K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,362K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,263K: incidentd (pid 1274) 1,251K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,194K: gatekeeperd (pid 1374) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,190K: android.hardware.power-service (pid 835) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: wfdvndservice (pid 1362) 1,123K: qspmsvc (pid 2775) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,118K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: ipacm-diag (pid 1337) 1,086K: adsprpcd (pid 1359) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,059K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,050K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,041K: dspservice (pid 851) 1,041K: cdsprpcd (pid 1361) 1,030K: logcat (pid 3861) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 980K: android.hardware.memtrack@1.0-service (pid 833) 974K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 798K: dumpsys (pid 25037) 797K: msm_irqbalance (pid 1500) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 755K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 663K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) Total PSS by OOM adjustment: 715,346K: Native 117,952K: surfaceflinger (pid 1010) 42,542K: zygote (pid 677) 38,037K: com.android.commands.monkey (pid 4242) 27,081K: mediaserver (pid 1279) 24,688K: audioserver (pid 27637) 24,460K: tlog (pid 1289) 20,318K: android.hardware.audio.service (pid 27626) 19,542K: zygote64 (pid 676) 19,222K: android.hardware.wifi@1.0-service (pid 842) 16,629K: webview_zygote (pid 2419) 14,894K: media.extractor (pid 1276) 14,103K: android.hardware.gnss@2.1-service-qti (pid 825) 12,689K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,407K: vendor.qti.hardware.display.composer-service (pid 850) 12,118K: media.swcodec (pid 1363) 11,915K: media.metrics (pid 1278) 10,821K: cameraserver (pid 1270) 10,322K: media.codec (pid 1310) 9,208K: hht_ota_mgr (pid 2764) 7,642K: media.hwcodec (pid 884) 7,449K: init (pid 1) 7,195K: cnd (pid 1313) 6,383K: keystore2 (pid 571) 6,191K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,482K: imsrcsd (pid 1332) 5,169K: logd (pid 504) 5,123K: android.hardware.bluetooth@1.0-service-qti (pid 818) 4,814K: netd (pid 675) 4,752K: iorapd (pid 1175) 4,571K: selfinstaller (pid 1280) 4,539K: ueventd (pid 477) 4,016K: update_engine (pid 1382) 3,954K: vold (pid 548) 3,710K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,614K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,334K: init (pid 475) 3,171K: ssgtzd (pid 804) 3,144K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,976K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,923K: vppservice (pid 914) 2,886K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,774K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,611K: wfdhdcphalservice (pid 1309) 2,449K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,313K: drmserver (pid 1172) 2,246K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,165K: hwservicemanager (pid 507) 2,149K: wificond (pid 1290) 2,114K: credstore (pid 993) 2,108K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,930K: qccsyshal@1.1-service (pid 815) 1,860K: traced (pid 1178) 1,805K: servicemanager (pid 506) 1,774K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,653K: perfservice (pid 1308) 1,651K: dpmd (pid 1195) 1,647K: tzlog (pid 1379) 1,643K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,591K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,508K: dpmQmiMgr (pid 1180) 1,468K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,442K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,362K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,263K: incidentd (pid 1274) 1,251K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,194K: gatekeeperd (pid 1374) 1,191K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,190K: android.hardware.power-service (pid 835) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,161K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,124K: wfdvndservice (pid 1362) 1,123K: qspmsvc (pid 2775) 1,122K: tloc_daemon (pid 1396) 1,120K: mdnsd (pid 2767) 1,118K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: ipacm-diag (pid 1337) 1,086K: adsprpcd (pid 1359) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,059K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,050K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,041K: dspservice (pid 851) 1,041K: cdsprpcd (pid 1361) 1,030K: logcat (pid 3861) 1,017K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 980K: android.hardware.memtrack@1.0-service (pid 833) 974K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 930K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 798K: dumpsys (pid 25037) 797K: msm_irqbalance (pid 1500) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 755K: android.hidl.allocator@1.0-service (pid 813) 740K: app_d (pid 28286) 725K: app_d (pid 28255) 663K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) 279,204K: System 279,204K: system (pid 1244) 548,734K: Persistent 203,603K: com.android.systemui (pid 23408) 87,405K: com.hht.lebocast (pid 2900 / activities) 22,691K: com.thundercomm.gamemode (pid 2173) 21,269K: com.qualcomm.qti.workloadclassifier (pid 3028) 17,186K: com.thundercomm.microsettings (pid 2181) 15,427K: com.qualcomm.location (pid 2731) 15,248K: com.hryt.hiphishowfsecontrol (pid 2908) 13,937K: com.android.networkstack.process (pid 2123) 12,836K: .dataservices (pid 2183) 12,391K: com.thundercomm.remotecontrolservice (pid 2368) 11,730K: com.thundercomm.tcservice (pid 2428) 10,522K: com.thundercomm.microservice (pid 2178) 10,241K: com.qualcomm.qti.qdma (pid 2438) 9,288K: com.tc.logclient (pid 2255) 9,244K: com.thundercomm.tchttpserver (pid 2207) 8,199K: com.thundercomm.tcsetupwizard (pid 2301) 8,016K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 7,970K: ts.car.uart (pid 2903) 7,863K: com.qualcomm.qti.qccnetstat (pid 3016) 7,722K: .qtidataservices (pid 2191) 7,590K: com.android.se (pid 2338) 7,228K: vendor.qti.qesdk.sysservice (pid 2305) 7,143K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,028K: com.qti.qualcomm.mstatssystemservice (pid 2310) 6,957K: .pasr (pid 2917) 23,865K: Persistent Service 23,865K: com.android.providers.media.module (pid 3070) 301,415K: Foreground 301,415K: com.android.settings (pid 2441 / activities) 122,982K: Visible 84,696K: com.android.launcher3 (pid 2649 / activities) 17,920K: com.android.permissioncontroller (pid 3768) 14,703K: android.ext.services (pid 2486) 5,663K: com.qualcomm.location.XT (pid 3132) 220,876K: Perceptible 121,766K: com.baidu.input (pid 3321) 99,110K: com.android.music (pid 3716 / activities) 5,415K: A Services 5,415K: com.qti.diagservices (pid 24536) 76,957K: Previous 63,626K: com.android.gallery3d (pid 4430 / activities) 7,605K: com.thundercomm.gamemode.provider (pid 2492) 5,726K: com.qualcomm.qti.qccauthmgr (pid 2600) 113,219K: B Services 101,318K: com.tencent.android.qqdownloader (pid 22031) 11,901K: android.process.media (pid 3083) 498,801K: Cached 96,684K: com.tencent.android.qqdownloader:daemon (pid 21986) 57,161K: com.android.packageinstaller (pid 3752) 56,861K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 56,119K: com.android.documentsui (pid 4620 / activities) 54,157K: com.android.htmlviewer (pid 7821) 36,451K: com.thundercomm.screensaver (pid 24164) 34,807K: com.android.systemui:screenshot (pid 22831) 19,385K: com.tencent.android.qqdownloader:live (pid 21958) 16,135K: com.android.webview:webview_service (pid 26641) 15,980K: com.tencent.android.qqdownloader:cloud (pid 28239) 15,847K: com.thundercomm.gamecenter (pid 4371 / activities) 11,871K: android:ui (pid 24975) 11,582K: android.process.acore (pid 23474) 5,510K: com.android.shell (pid 3792) 5,188K: com.android.externalstorage (pid 3938) 5,063K: com.android.musicfx (pid 20810) Total PSS by category: 999,527K: Native 364,911K: .so mmap 305,014K: .apk mmap 254,724K: Dalvik 172,404K: EGL mtrack 144,080K: Gfx dev 106,344K: Unknown 100,169K: .art mmap 99,782K: .dex mmap 97,510K: Dalvik Other 77,221K: .jar mmap 66,707K: Other mmap 58,848K: Stack 28,026K: .oat mmap 17,662K: .ttf mmap 7,296K: GL mtrack 4,453K: Other dev 2,136K: Ashmem 0K: Cursor 0K: Other mtrack Total RAM: 7,896,244K (status normal) Free RAM: 4,327,349K ( 498,801K cached pss + 2,686,160K cached kernel + 1,142,388K free) ION: 405,444K ( 7,980K mapped + 397,464K unmapped + 0K pools) Used RAM: 3,047,649K (2,243,589K used pss + 804,060K kernel) Lost RAM: 521,234K ZRAM: 12K physical used for 0K in swap (4,194,300K total swap) Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx) // meminfo status was 0 // NOT RESPONDING: com.android.gallery3d (pid 4430) ANR in com.android.gallery3d (com.android.gallery3d/.app.MovieActivity) PID: 4430 Reason: Input dispatching timed out (71475d5 com.android.gallery3d/com.android.gallery3d.app.MovieActivity (server) is not responding. Waited 5000ms for MotionEvent(deviceId=-1, eventTime=15243255000000, source=0x00001002, displayId=0, action=DOWN, actionButton=0x00000000, flags=0x00000000, metaState=0x00000000, buttonState=0x00000000, classification=NONE, edgeFlags=0x00000000, xPrecision=1.0, yPrecision=1.0, xCursorPosition=nan, yCursorPosition=nan, pointers=[0: (737.0, 394.0)]), policyFlags=0x6b000000) Parent: com.android.gallery3d/.app.MovieActivity ErrorId: f70632fc-fbcf-462e-b577-6a8e3dec7aac Frozen: false Load: 1.08 / 0.97 / 0.99 ----- Output from /proc/pressure/memory ----- some avg10=0.00 avg60=0.00 avg300=0.00 total=6061 full avg10=0.00 avg60=0.00 avg300=0.00 total=3821 ----- End output from /proc/pressure/memory ----- CPU usage from 236206ms to 0ms ago (2023-04-22 16:06:11.195 to 2023-04-22 16:10:07.401): 12% 850/vendor.qti.hardware.display.composer-service: 7.8% user + 4.4% kernel / faults: 1279 minor 10% 1010/surfaceflinger: 7.1% user + 2.9% kernel / faults: 2055 minor 7.1% 1244/system_server: 4.9% user + 2.2% kernel / faults: 456045 minor 4.5% 23408/com.android.systemui: 3.4% user + 1% kernel / faults: 50955 minor 4.2% 2441/com.android.settings: 3.4% user + 0.7% kernel / faults: 94538 minor 2.4% 3716/com.android.music: 1.8% user + 0.6% kernel / faults: 14646 minor 1.8% 21986/com.tencent.android.qqdownloader:daemon: 1% user + 0.8% kernel / faults: 25788 minor 1.2% 4620/com.android.documentsui: 1% user + 0.2% kernel / faults: 21177 minor 1.2% 4430/com.android.gallery3d: 0.9% user + 0.2% kernel / faults: 55260 minor 1.1% 504/logd: 0.3% user + 0.8% kernel / faults: 25 minor 1.1% 732/crtc_commit:125: 0% user + 1.1% kernel 1.1% 22031/com.tencent.android.qqdownloader: 0.7% user + 0.4% kernel / faults: 1643 minor 0.9% 25794/kworker/u16:3-NPU_CNTL: 0% user + 0.9% kernel 0.9% 9430/kworker/u16:14-memlat_wq: 0% user + 0.9% kernel 0.8% 1279/mediaserver: 0.7% user + 0.1% kernel / faults: 1180 minor 0.8% 12818/kworker/u16:4-NPU_CNTL: 0% user + 0.8% kernel 0.8% 2900/com.hht.lebocast: 0.5% user + 0.2% kernel / faults: 7525 minor 0.7% 25795/kworker/u16:8-memlat_wq: 0% user + 0.7% kernel 0.7% 25294/kworker/u16:1-qmi_msg_handler: 0% user + 0.7% kernel 0.7% 23141/kworker/u16:7-devfreq_wq: 0% user + 0.7% kernel 0.6% 287/kgsl_worker_thr: 0% user + 0.6% kernel 0.6% 2649/com.android.launcher3: 0.5% user + 0.1% kernel / faults: 8390 minor 0.3% 3321/com.baidu.input: 0.3% user + 0% kernel / faults: 2997 minor 0.3% 1289/tlog: 0.1% user + 0.1% kernel / faults: 26 minor 0.2% 10/rcu_preempt: 0% user + 0.2% kernel 0.2% 3861/logcat: 0% user + 0.1% kernel 0.2% 2790/irq/16-90b6400.: 0% user + 0.2% kernel 0.2% 4242/com.android.commands.monkey: 0.1% user + 0% kernel / faults: 764 minor 0.2% 89/qmp_aop: 0% user + 0.2% kernel 0.1% 27637/audioserver: 0% user + 0.1% kernel / faults: 241 minor 0.1% 733/crtc_event:125: 0% user + 0.1% kernel 0.1% 1310/media.codec: 0% user + 0.1% kernel / faults: 8487 minor 0.1% 3070/com.android.providers.media.module: 0.1% user + 0% kernel / faults: 3564 minor 0.1% 6332/kworker/0:2-events_power_efficient: 0% user + 0.1% kernel 0.1% 870/vendor.qti.hardware.perf@2.2-service: 0% user + 0.1% kernel / faults: 912 minor 0.1% 1275/installd: 0% user + 0.1% kernel / faults: 113 minor 0.1% 22831/com.android.systemui:screenshot: 0.1% user + 0% kernel / faults: 5197 minor 0.1% 506/servicemanager: 0.1% user + 0% kernel 0.1% 2792/irq/17-9091000.: 0% user + 0.1% kernel 0.1% 21958/com.tencent.android.qqdownloader:live: 0.1% user + 0% kernel / faults: 963 minor 0.1% 32/rcuop/2: 0% user + 0.1% kernel 0.1% 28239/com.tencent.android.qqdownloader:cloud: 0% user + 0% kernel / faults: 1183 minor 0.1% 652/vendor.ts.uart@1.0-service: 0% user + 0% kernel 0.1% 2173/com.thundercomm.gamemode: 0% user + 0% kernel / faults: 2828 minor 0.1% 674/statsd: 0% user + 0% kernel / faults: 158 minor 0.1% 3768/com.android.permissioncontroller: 0.1% user + 0% kernel / faults: 4733 minor 0.1% 1/init: 0% user + 0% kernel 0.1% 64/rcuop/6: 0% user + 0.1% kernel 0.1% 2764/hht_ota_mgr: 0% user + 0% kernel 0.1% 111/system: 0% user + 0.1% kernel 0.1% 1276/media.extractor: 0% user + 0% kernel / faults: 6930 minor 0.1% 27626/android.hardware.audio.service: 0% user + 0% kernel / faults: 77 minor 0% 3752/com.android.packageinstaller: 0% user + 0% kernel / faults: 3618 minor 0% 4371/com.thundercomm.gamecenter: 0% user + 0% kernel / faults: 2695 minor 0% 17182/kworker/u16:0-kgsl-mementry: 0% user + 0% kernel 0% 20056/kworker/u17:0-kgsl-events: 0% user + 0% kernel 0% 48/rcuop/4: 0% user + 0% kernel 0% 1363/media.swcodec: 0% user + 0% kernel / faults: 579 minor 0% 13/rcuop/0: 0% user + 0% kernel 0% 101/irq/41-tsens-up: 0% user + 0% kernel 0% 2181/com.thundercomm.microsettings: 0% user + 0% kernel / faults: 834 minor 0% 3083/android.process.media: 0% user + 0% kernel / faults: 1581 minor 0% 2492/com.thundercomm.gamemode.provider: 0% user + 0% kernel / faults: 1274 minor 0% 25682/com.android.settings.intelligence: 0% user + 0% kernel / faults: 11455 minor 0% 72/rcuop/7: 0% user + 0% kernel 0% 69/ksoftirqd/7: 0% user + 0% kernel 0% 505/lmkd: 0% user + 0% kernel 0% 2600/com.qualcomm.qti.qccauthmgr: 0% user + 0% kernel / faults: 1203 minor 0% 3938/com.android.externalstorage: 0% user + 0% kernel / faults: 1004 minor 0% 18409/kworker/u17:5-kgsl-events: 0% user + 0% kernel 0% 22366/kworker/u17:4-kgsl-events: 0% user + 0% kernel 0% 25039/kworker/1:1-events_freezable_power_: 0% user + 0% kernel 0% 1175/iorapd: 0% user + 0% kernel / faults: 19 minor 0% 40/rcuop/3: 0% user + 0% kernel 0% 1278/media.metrics: 0% user + 0% kernel / faults: 2 minor 0% 2368/com.thundercomm.remotecontrolservice: 0% user + 0% kernel / faults: 130 minor 0% 2749/adbd: 0% user + 0% kernel 0% 56/rcuop/5: 0% user + 0% kernel 0% 507/hwservicemanager: 0% user + 0% kernel 0% 1500/msm_irqbalance: 0% user + 0% kernel 0% 2486/android.ext.services: 0% user + 0% kernel / faults: 498 minor 0% 18396/kworker/u17:2-kgsl-events: 0% user + 0% kernel 0% 848/vendor.qti.hardware.display.allocator-service: 0% user + 0% kernel / faults: 24 minor 0% 950/qrtr-ns: 0% user + 0% kernel 0% 20322/kworker/u17:1-kgsl-events: 0% user + 0% kernel 0% 24/rcuop/1: 0% user + 0% kernel 0% 675/netd: 0% user + 0% kernel / faults: 10 minor 0% 852/vendor.qti.hardware.iop@2.0-service: 0% user + 0% kernel / faults: 9 minor 0% 9/ksoftirqd/0: 0% user + 0% kernel 0% 21/ksoftirqd/1: 0% user + 0% kernel 0% 29/ksoftirqd/2: 0% user + 0% kernel 0% 37/ksoftirqd/3: 0% user + 0% kernel 0% 53/ksoftirqd/5: 0% user + 0% kernel 0% 569/android.system.suspend@1.0-service: 0% user + 0% kernel 0% 25200/kworker/4:0-events_power_efficient: 0% user + 0% kernel 0% 25857/kworker/7:2-events_power_efficient: 0% user + 0% kernel 0% 26356/kworker/6:1-pm: 0% user + 0% kernel 0% 45/ksoftirqd/4: 0% user + 0% kernel 0% 61/ksoftirqd/6: 0% user + 0% kernel 0% 1280/selfinstaller: 0% user + 0% kernel 0% 24899/kworker/5:0-mm_percpu_wq: 0% user + 0% kernel 0% 11/rcu_sched: 0% user + 0% kernel 0% 876/vendor.qti.hardware.servicetracker@1.2-service: 0% user + 0% kernel 0% 1018/tftp_server: 0% user + 0% kernel 0% 1172/drmserver: 0% user + 0% kernel 0% 1367/cnss-daemon: 0% user + 0% kernel 0% 1379/tzlog: 0% user + 0% kernel 0% 2183/.dataservices: 0% user + 0% kernel / faults: 9 minor 0% 7821/com.android.htmlviewer: 0% user + 0% kernel / faults: 59 minor 0% 16/migration/0: 0% user + 0% kernel 0% 60/migration/6: 0% user + 0% kernel 0% 65/rcuos/6: 0% user + 0% kernel 0% 73/rcuos/7: 0% user + 0% kernel 0% 77/kauditd: 0% user + 0% kernel 0% 371/kworker/6:1H-kblockd: 0% user + 0% kernel 0% 407/core_ctl/4: 0% user + 0% kernel 0% 477/ueventd: 0% user + 0% kernel 0% 841/android.hardware.usb@1.2-service-qti: 0% user + 0% kernel 0% 884/media.hwcodec: 0% user + 0% kernel 0% 980/pm-service: 0% user + 0% kernel 0% 1270/cameraserver: 0% user + 0% kernel 0% 1460/slim_daemon: 0% user + 0% kernel 0% 1515/imsdatadaemon: 0% user + 0% kernel 0% 2123/com.android.networkstack.process: 0% user + 0% kernel / faults: 4 minor 0% 2731/com.qualcomm.location: 0% user + 0% kernel / faults: 12 minor 0% 9839/kworker/3:0-mm_percpu_wq: 0% user + 0% kernel 0% 11060/kworker/2:1-mm_percpu_wq: 0% user + 0% kernel 0% 25510/com.android.musicfx: 0% user + 0% kernel / faults: 31 minor 0% 28310/com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0: 0% user + 0% kernel +0% 26723/kworker/u17:3-kgsl-events: 0% user + 0% kernel +0% 26904/kworker/u17:6-kgsl-events: 0% user + 0% kernel +0% 27031/kworker/7:0-events_freezable_power_: 0% user + 0% kernel +0% 27161/kworker/u17:7-kgsl-events: 0% user + 0% kernel +0% 27192/crash_dump32: 0% user + 0% kernel +0% 27194/android.hardware.audio.service: 0% user + 0% kernel 7.5% TOTAL: 4.4% user + 2.5% kernel + 0% iowait + 0.4% irq + 0% softirq CPU usage from 33ms to 344ms later (2023-04-22 16:10:07.433 to 2023-04-22 16:10:07.745): 29% 1244/system_server: 10% user + 18% kernel / faults: 592 minor 25% 27195/AnrConsumer: 7.2% user + 18% kernel 17% 21986/com.tencent.android.qqdownloader:daemon: 4.3% user + 13% kernel / faults: 53 minor 17% 27186/net_dedicated-1: 4.3% user + 13% kernel 6.8% 504/logd: 3.4% user + 3.4% kernel 7.1% 850/vendor.qti.hardware.display.composer-service: 3.5% user + 3.5% kernel 7.1% 850/composer-servic: 3.5% user + 3.5% kernel 3.2% 64/rcuop/6: 0% user + 3.2% kernel 4.3% 6332/kworker/0:2-kdmflush: 0% user + 4.3% kernel 4.3% 12818/kworker/u16:4-ufs_clkscaling_0: 0% user + 4.3% kernel 4.3% 17182/kworker/u16:0-ufs_clkscaling_0: 0% user + 4.3% kernel 17% TOTAL: 5.6% user + 7.7% kernel + 2% iowait + 1.6% irq + 0.8% softirq procrank: ZRAM: 12K physical used for 0K in swap (4194300K total swap) RAM: 7896244K total, 1077104K free, 6316K buffers, 2977216K cached, 29576K shmem, 280780K slab // procrank status was 0 anr traces: // anr traces status was 1 meminfo: Applications Memory Usage (in Kilobytes): Uptime: 15256442 Realtime: 15256442 Total RSS by process: 603,380K: system (pid 1244) 489,860K: com.android.settings (pid 2441 / activities) 390,848K: com.android.systemui (pid 23408) 296,304K: com.tencent.android.qqdownloader:daemon (pid 21986) 286,996K: com.baidu.input (pid 3321) 259,688K: com.android.launcher3 (pid 2649 / activities) 258,924K: com.tencent.android.qqdownloader (pid 22031) 222,168K: com.android.music (pid 3716 / activities) 220,096K: com.android.htmlviewer (pid 7821) 210,316K: com.android.settings.intelligence (pid 25682) 206,824K: com.android.gallery3d (pid 4430 / activities) 195,528K: com.android.documentsui (pid 4620 / activities) 192,804K: com.android.packageinstaller (pid 3752) 191,380K: zygote64 (pid 676) 171,748K: com.hht.lebocast (pid 2900 / activities) 170,016K: zygote (pid 677) 168,712K: com.android.systemui:screenshot (pid 22831) 143,604K: surfaceflinger (pid 1010) 137,044K: com.thundercomm.gamecenter (pid 4371 / activities) 135,012K: com.android.providers.media.module (pid 3070) 131,988K: com.tencent.android.qqdownloader:live (pid 21958) 131,728K: com.thundercomm.gamemode (pid 2173) 124,184K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 119,772K: com.tencent.android.qqdownloader:cloud (pid 28239) 119,212K: com.android.commands.monkey (pid 4242) 117,244K: com.thundercomm.microsettings (pid 2181) 114,640K: android.ext.services (pid 2486) 114,048K: android.process.media (pid 3083) 112,660K: com.qualcomm.qti.workloadclassifier (pid 3028) 112,408K: com.android.permissioncontroller (pid 3768) 110,864K: com.android.networkstack.process (pid 2123) 108,816K: com.qualcomm.location (pid 2731) 107,252K: com.hryt.hiphishowfsecontrol (pid 2908) 106,564K: com.thundercomm.remotecontrolservice (pid 2368) 105,304K: com.qualcomm.qti.qdma (pid 2438) 101,376K: .dataservices (pid 2183) 101,248K: com.thundercomm.tcservice (pid 2428) 100,204K: com.tc.logclient (pid 2255) 97,176K: com.thundercomm.microservice (pid 2178) 96,228K: com.thundercomm.gamemode.provider (pid 2492) 95,940K: com.thundercomm.tchttpserver (pid 2207) 94,876K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,128K: com.qualcomm.qti.qccnetstat (pid 3016) 93,120K: com.qualcomm.qti.qccauthmgr (pid 2600) 92,960K: com.android.se (pid 2338) 92,640K: .qtidataservices (pid 2191) 92,396K: ts.car.uart (pid 2903) 92,176K: vendor.qti.qesdk.sysservice (pid 2305) 92,148K: com.thundercomm.tcsetupwizard (pid 2301) 91,724K: com.qti.diagservices (pid 24536) 91,236K: com.qualcomm.location.XT (pid 3132) 90,860K: com.android.shell (pid 3792) 90,824K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,796K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,708K: .pasr (pid 2917) 90,692K: com.android.externalstorage (pid 3938) 88,172K: com.android.musicfx (pid 25510) 86,504K: com.android.webview:webview_service (pid 26641) 72,524K: webview_zygote (pid 2419) 49,844K: audioserver (pid 27323) 43,808K: mediaserver (pid 1279) 38,584K: media.extractor (pid 1276) 32,748K: tlog (pid 1289) 31,288K: cameraserver (pid 1270) 24,212K: android.hardware.audio.service (pid 27215) 24,012K: media.swcodec (pid 1363) 23,896K: android.hardware.wifi@1.0-service (pid 842) 23,380K: vendor.qti.hardware.display.composer-service (pid 850) 21,096K: android.hardware.gnss@2.1-service-qti (pid 825) 20,680K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,744K: media.metrics (pid 1278) 17,488K: media.codec (pid 1310) 16,044K: hht_ota_mgr (pid 2764) 15,232K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,196K: cnd (pid 1313) 13,148K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,888K: init (pid 1) 12,828K: iorapd (pid 1175) 10,640K: selfinstaller (pid 1280) 10,580K: update_engine (pid 1382) 10,504K: netd (pid 675) 10,248K: xtra-daemon (pid 1461) 10,140K: imsrcsd (pid 1332) 9,752K: vold (pid 548) 9,708K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,624K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,424K: imsdatadaemon (pid 1515) 8,992K: slim_daemon (pid 1460) 8,884K: ueventd (pid 477) 8,836K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,632K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,460K: vppservice (pid 914) 8,312K: iorap.prefetcherd (pid 2040) 8,256K: spdaemon (pid 567) 8,180K: logd (pid 504) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,048K: perfservice (pid 1308) 8,012K: cnss_diag (pid 1268) 8,000K: tzlog (pid 1379) 8,000K: adbd (pid 2749) 7,952K: traced_probes (pid 1176) 7,836K: storaged (pid 1288) 7,748K: vendor.qti.hardware.display.allocator-service (pid 848) 7,648K: drmserver (pid 1172) 7,576K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,548K: init (pid 475) 7,392K: qccsyshal@1.1-service (pid 815) 7,388K: credstore (pid 993) 7,372K: cnss-daemon (pid 1367) 7,368K: ipacm (pid 651) 7,360K: installd (pid 1275) 7,336K: thermal-engine (pid 3408) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,260K: wificond (pid 1290) 7,216K: lmkd (pid 505) 7,212K: hwservicemanager (pid 507) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,804K: vendor.display.color@1.0-service (pid 843) 6,716K: android.hardware.power-service (pid 835) 6,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,452K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,412K: lowi-server (pid 1459) 6,384K: dpmd (pid 1179) 6,184K: dpmQmiMgr (pid 1180) 6,168K: statsd (pid 674) 6,132K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,108K: sensors.qti (pid 1021) 6,104K: gatekeeperd (pid 1374) 6,092K: servicemanager (pid 506) 6,048K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,036K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,016K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,888K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,836K: qcc-trd (pid 1391) 5,768K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,680K: vendor.ts.uart@1.0-service (pid 652) 5,640K: android.hardware.health@2.1-service (pid 827) 5,640K: incidentd (pid 1274) 5,636K: feature_enabler_client (pid 1265) 5,628K: android.system.suspend@1.0-service (pid 569) 5,624K: android.hardware.boot@1.1-service (pid 575) 5,620K: android.hardware.usb@1.2-service-qti (pid 841) 5,604K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,600K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,464K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,456K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,348K: tloc_daemon (pid 1396) 5,324K: adsprpcd (pid 1359) 5,296K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,280K: vendor.qti.hardware.vibrator.service (pid 883) 5,248K: sscrpcd (pid 952) 5,244K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,244K: adsprpcd (pid 1357) 5,240K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,192K: loc_launcher (pid 1371) 5,192K: qspmsvc (pid 2775) 5,144K: android.hardware.lights-service.qti (pid 831) 5,140K: android.hardware.memtrack@1.0-service (pid 833) 5,036K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 4,980K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,892K: vndservicemanager (pid 508) 4,732K: pm-proxy (pid 1170) 4,556K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,368K: ipacm-diag (pid 1337) 4,316K: pd-mapper (pid 953) 4,284K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,220K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,108K: dumpsys (pid 27384) 3,692K: logcat (pid 3861) 3,664K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,572K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,096K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) Total RSS by OOM adjustment: 1,896,444K: Native 191,380K: zygote64 (pid 676) 170,016K: zygote (pid 677) 143,604K: surfaceflinger (pid 1010) 119,212K: com.android.commands.monkey (pid 4242) 72,524K: webview_zygote (pid 2419) 49,844K: audioserver (pid 27323) 43,808K: mediaserver (pid 1279) 38,584K: media.extractor (pid 1276) 32,748K: tlog (pid 1289) 31,288K: cameraserver (pid 1270) 24,212K: android.hardware.audio.service (pid 27215) 24,012K: media.swcodec (pid 1363) 23,896K: android.hardware.wifi@1.0-service (pid 842) 23,380K: vendor.qti.hardware.display.composer-service (pid 850) 21,096K: android.hardware.gnss@2.1-service-qti (pid 825) 20,680K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 17,744K: media.metrics (pid 1278) 17,488K: media.codec (pid 1310) 16,044K: hht_ota_mgr (pid 2764) 15,232K: keystore2 (pid 571) 14,356K: media.hwcodec (pid 884) 14,196K: cnd (pid 1313) 13,148K: vendor.qti.hardware.perf@2.2-service (pid 870) 12,888K: init (pid 1) 12,828K: iorapd (pid 1175) 10,640K: selfinstaller (pid 1280) 10,580K: update_engine (pid 1382) 10,504K: netd (pid 675) 10,248K: xtra-daemon (pid 1461) 10,140K: imsrcsd (pid 1332) 9,752K: vold (pid 548) 9,708K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,624K: android.hardware.sensors@2.0-service.multihal (pid 836) 9,424K: imsdatadaemon (pid 1515) 8,992K: slim_daemon (pid 1460) 8,884K: ueventd (pid 477) 8,836K: ssgtzd (pid 804) 8,836K: ims_rtp_daemon (pid 1322) 8,632K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,460K: vppservice (pid 914) 8,312K: iorap.prefetcherd (pid 2040) 8,256K: spdaemon (pid 567) 8,180K: logd (pid 504) 8,112K: android.hardware.drm@1.3-service.clearkey (pid 823) 8,112K: wifidisplayhalservice (pid 1316) 8,048K: perfservice (pid 1308) 8,012K: cnss_diag (pid 1268) 8,000K: tzlog (pid 1379) 8,000K: adbd (pid 2749) 7,952K: traced_probes (pid 1176) 7,836K: storaged (pid 1288) 7,748K: vendor.qti.hardware.display.allocator-service (pid 848) 7,648K: drmserver (pid 1172) 7,576K: qseecomd (pid 546) 7,560K: gpuservice (pid 1004) 7,548K: init (pid 475) 7,392K: qccsyshal@1.1-service (pid 815) 7,388K: credstore (pid 993) 7,372K: cnss-daemon (pid 1367) 7,368K: ipacm (pid 651) 7,360K: installd (pid 1275) 7,336K: thermal-engine (pid 3408) 7,276K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 7,260K: wificond (pid 1290) 7,216K: lmkd (pid 505) 7,212K: hwservicemanager (pid 507) 7,160K: wfdhdcphalservice (pid 1309) 7,060K: qfp-daemon (pid 1395) 6,804K: vendor.display.color@1.0-service (pid 843) 6,716K: android.hardware.power-service (pid 835) 6,548K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 6,452K: android.hardware.keymaster@4.1-service-qti (pid 545) 6,412K: lowi-server (pid 1459) 6,384K: dpmd (pid 1179) 6,184K: dpmQmiMgr (pid 1180) 6,168K: statsd (pid 674) 6,132K: vendor.qti.hardware.soter@1.0-service (pid 877) 6,108K: sensors.qti (pid 1021) 6,104K: gatekeeperd (pid 1374) 6,092K: servicemanager (pid 506) 6,048K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 6,036K: vendor.qti.esepowermanager@1.1-service (pid 846) 6,016K: keymasterd (pid 623) 5,980K: vendor.qti.secure_element@1.2-service (pid 890) 5,888K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,836K: qcc-trd (pid 1391) 5,768K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,680K: vendor.ts.uart@1.0-service (pid 652) 5,640K: android.hardware.health@2.1-service (pid 827) 5,640K: incidentd (pid 1274) 5,636K: feature_enabler_client (pid 1265) 5,628K: android.system.suspend@1.0-service (pid 569) 5,624K: android.hardware.boot@1.1-service (pid 575) 5,620K: android.hardware.usb@1.2-service-qti (pid 841) 5,604K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,600K: vendor.qti.qspmhal@1.0-service (pid 888) 5,512K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,464K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,456K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,348K: tloc_daemon (pid 1396) 5,324K: adsprpcd (pid 1359) 5,296K: dspservice (pid 851) 5,284K: dpmd (pid 1195) 5,280K: android.hardware.thermal@2.0-service.qti (pid 839) 5,280K: vendor.qti.hardware.vibrator.service (pid 883) 5,248K: sscrpcd (pid 952) 5,244K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,244K: adsprpcd (pid 1357) 5,240K: cdsprpcd (pid 1361) 5,232K: sscrpcd (pid 579) 5,208K: vendor.qti.hardware.limits@1.0-service (pid 869) 5,192K: loc_launcher (pid 1371) 5,192K: qspmsvc (pid 2775) 5,144K: android.hardware.lights-service.qti (pid 831) 5,140K: android.hardware.memtrack@1.0-service (pid 833) 5,036K: traced (pid 1178) 5,016K: android.hardware.cas@1.2-service (pid 820) 4,980K: pm-service (pid 980) 4,976K: imsqmidaemon (pid 1328) 4,960K: android.hardware.atrace@1.0-service (pid 572) 4,892K: vndservicemanager (pid 508) 4,732K: pm-proxy (pid 1170) 4,556K: time_daemon (pid 650) 4,412K: mlid (pid 1369) 4,368K: ipacm-diag (pid 1337) 4,316K: pd-mapper (pid 953) 4,284K: rmt_storage (pid 1017) 4,268K: wfdvndservice (pid 1362) 4,220K: android.hidl.allocator@1.0-service (pid 813) 4,212K: msm_irqbalance (pid 1500) 4,108K: dumpsys (pid 27384) 3,692K: logcat (pid 3861) 3,664K: ip6tables-restore (pid 738) 3,616K: tftp_server (pid 1018) 3,572K: iptables-restore (pid 737) 3,488K: qrtr-ns (pid 950) 3,208K: sh (pid 4240) 3,096K: tombstoned (pid 633) 2,436K: app_d (pid 28286) 2,400K: ssgqmigd (pid 1368) 2,288K: app_d (pid 28255) 1,204K: mdnsd (pid 2767) 603,380K: System 603,380K: system (pid 1244) 2,881,624K: Persistent 390,848K: com.android.systemui (pid 23408) 171,748K: com.hht.lebocast (pid 2900 / activities) 131,728K: com.thundercomm.gamemode (pid 2173) 117,244K: com.thundercomm.microsettings (pid 2181) 112,660K: com.qualcomm.qti.workloadclassifier (pid 3028) 110,864K: com.android.networkstack.process (pid 2123) 108,816K: com.qualcomm.location (pid 2731) 107,252K: com.hryt.hiphishowfsecontrol (pid 2908) 106,564K: com.thundercomm.remotecontrolservice (pid 2368) 105,304K: com.qualcomm.qti.qdma (pid 2438) 101,376K: .dataservices (pid 2183) 101,248K: com.thundercomm.tcservice (pid 2428) 100,204K: com.tc.logclient (pid 2255) 97,176K: com.thundercomm.microservice (pid 2178) 95,940K: com.thundercomm.tchttpserver (pid 2207) 94,876K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 93,128K: com.qualcomm.qti.qccnetstat (pid 3016) 92,960K: com.android.se (pid 2338) 92,640K: .qtidataservices (pid 2191) 92,396K: ts.car.uart (pid 2903) 92,176K: vendor.qti.qesdk.sysservice (pid 2305) 92,148K: com.thundercomm.tcsetupwizard (pid 2301) 90,824K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 90,796K: com.qti.qualcomm.mstatssystemservice (pid 2310) 90,708K: .pasr (pid 2917) 135,012K: Persistent Service 135,012K: com.android.providers.media.module (pid 3070) 481,856K: Foreground 259,688K: com.android.launcher3 (pid 2649 / activities) 222,168K: com.android.music (pid 3716 / activities) 964,628K: Visible 296,304K: com.tencent.android.qqdownloader:daemon (pid 21986) 131,988K: com.tencent.android.qqdownloader:live (pid 21958) 124,184K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 119,772K: com.tencent.android.qqdownloader:cloud (pid 28239) 114,640K: android.ext.services (pid 2486) 91,236K: com.qualcomm.location.XT (pid 3132) 86,504K: com.android.webview:webview_service (pid 26641) 286,996K: Perceptible 286,996K: com.baidu.input (pid 3321) 91,724K: A Services 91,724K: com.qti.diagservices (pid 24536) 96,228K: Previous 96,228K: com.thundercomm.gamemode.provider (pid 2492) 372,972K: B Services 258,924K: com.tencent.android.qqdownloader (pid 22031) 114,048K: android.process.media (pid 3083) 2,296,436K: Cached 489,860K: com.android.settings (pid 2441 / activities) 220,096K: com.android.htmlviewer (pid 7821) 210,316K: com.android.settings.intelligence (pid 25682) 206,824K: com.android.gallery3d (pid 4430 / activities) 195,528K: com.android.documentsui (pid 4620 / activities) 192,804K: com.android.packageinstaller (pid 3752) 168,712K: com.android.systemui:screenshot (pid 22831) 137,044K: com.thundercomm.gamecenter (pid 4371 / activities) 112,408K: com.android.permissioncontroller (pid 3768) 93,120K: com.qualcomm.qti.qccauthmgr (pid 2600) 90,860K: com.android.shell (pid 3792) 90,692K: com.android.externalstorage (pid 3938) 88,172K: com.android.musicfx (pid 25510) Total RSS by category: 2,744,928K: .so mmap 1,445,048K: .jar mmap 1,265,100K: Native 1,131,924K: .art mmap 738,160K: Dalvik 666,388K: .oat mmap 634,660K: .apk mmap 249,320K: Other mmap 248,492K: .dex mmap 238,304K: Dalvik Other 200,924K: EGL mtrack 183,076K: Gfx dev 148,012K: Unknown 61,284K: .ttf mmap 59,572K: Stack 56,424K: Other dev 28,388K: Ashmem 7,296K: GL mtrack 0K: Cursor 0K: Other mtrack Total PSS by process: 312,215K: com.android.settings (pid 2441 / activities) 271,617K: system (pid 1244) 216,240K: com.android.systemui (pid 23408) 130,205K: com.android.launcher3 (pid 2649 / activities) 125,179K: com.baidu.input (pid 3321) 118,055K: surfaceflinger (pid 1010) 103,716K: com.tencent.android.qqdownloader (pid 22031) 100,938K: com.tencent.android.qqdownloader:daemon (pid 21986) 94,884K: com.android.settings.intelligence (pid 25682) 89,118K: com.hht.lebocast (pid 2900 / activities) 86,609K: com.android.music (pid 3716 / activities) 63,017K: com.android.gallery3d (pid 4430 / activities) 59,649K: com.android.documentsui (pid 4620 / activities) 59,563K: com.android.packageinstaller (pid 3752) 56,882K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 54,215K: com.android.htmlviewer (pid 7821) 43,508K: zygote (pid 677) 38,301K: com.android.commands.monkey (pid 4242) 35,282K: com.android.systemui:screenshot (pid 22831) 27,223K: mediaserver (pid 1279) 26,032K: com.android.providers.media.module (pid 3070) 24,511K: tlog (pid 1289) 23,549K: com.thundercomm.gamemode (pid 2173) 22,953K: audioserver (pid 27323) 21,326K: com.qualcomm.qti.workloadclassifier (pid 3028) 20,653K: com.tencent.android.qqdownloader:live (pid 21958) 20,565K: zygote64 (pid 676) 20,127K: android.hardware.audio.service (pid 27215) 19,222K: android.hardware.wifi@1.0-service (pid 842) 17,987K: com.android.permissioncontroller (pid 3768) 17,279K: com.thundercomm.microsettings (pid 2181) 16,642K: webview_zygote (pid 2419) 16,434K: com.tencent.android.qqdownloader:cloud (pid 28239) 16,352K: media.extractor (pid 1276) 16,254K: com.thundercomm.gamecenter (pid 4371 / activities) 16,166K: com.android.webview:webview_service (pid 26641) 15,657K: com.qualcomm.location (pid 2731) 15,308K: com.hryt.hiphishowfsecontrol (pid 2908) 14,232K: com.android.networkstack.process (pid 2123) 14,200K: android.ext.services (pid 2486) 14,104K: android.hardware.gnss@2.1-service-qti (pid 825) 13,021K: .dataservices (pid 2183) 12,708K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,378K: vendor.qti.hardware.display.composer-service (pid 850) 12,281K: com.thundercomm.remotecontrolservice (pid 2368) 12,243K: media.swcodec (pid 1363) 11,975K: android.process.media (pid 3083) 11,915K: media.metrics (pid 1278) 11,789K: com.thundercomm.tcservice (pid 2428) 10,867K: cameraserver (pid 1270) 10,582K: com.thundercomm.microservice (pid 2178) 10,330K: media.codec (pid 1310) 10,295K: com.qualcomm.qti.qdma (pid 2438) 9,361K: com.tc.logclient (pid 2255) 9,304K: com.thundercomm.tchttpserver (pid 2207) 9,214K: hht_ota_mgr (pid 2764) 8,248K: com.thundercomm.tcsetupwizard (pid 2301) 8,076K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,017K: ts.car.uart (pid 2903) 7,909K: com.qualcomm.qti.qccnetstat (pid 3016) 7,775K: .qtidataservices (pid 2191) 7,684K: com.thundercomm.gamemode.provider (pid 2492) 7,644K: com.android.se (pid 2338) 7,639K: media.hwcodec (pid 884) 7,448K: init (pid 1) 7,271K: vendor.qti.qesdk.sysservice (pid 2305) 7,196K: cnd (pid 1313) 7,190K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,077K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,014K: .pasr (pid 2917) 6,398K: keystore2 (pid 571) 6,181K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,762K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,714K: com.qualcomm.location.XT (pid 3132) 5,565K: com.android.shell (pid 3792) 5,482K: imsrcsd (pid 1332) 5,475K: com.qti.diagservices (pid 24536) 5,231K: com.android.externalstorage (pid 3938) 5,161K: logd (pid 504) 5,124K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,025K: com.android.musicfx (pid 25510) 4,819K: netd (pid 675) 4,767K: iorapd (pid 1175) 4,576K: selfinstaller (pid 1280) 4,539K: ueventd (pid 477) 4,005K: update_engine (pid 1382) 3,967K: vold (pid 548) 3,709K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,614K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,333K: init (pid 475) 3,171K: ssgtzd (pid 804) 3,145K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,953K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,887K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,778K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,609K: wfdhdcphalservice (pid 1309) 2,451K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,314K: drmserver (pid 1172) 2,262K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,166K: hwservicemanager (pid 507) 2,151K: wificond (pid 1290) 2,114K: credstore (pid 993) 2,108K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,860K: traced (pid 1178) 1,801K: servicemanager (pid 506) 1,779K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,663K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,656K: perfservice (pid 1308) 1,652K: dpmd (pid 1195) 1,647K: tzlog (pid 1379) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,591K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,469K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,446K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,379K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,264K: incidentd (pid 1274) 1,251K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,194K: gatekeeperd (pid 1374) 1,193K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,191K: android.hardware.power-service (pid 835) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,163K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,125K: qspmsvc (pid 2775) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,122K: tloc_daemon (pid 1396) 1,122K: wfdvndservice (pid 1362) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: adsprpcd (pid 1359) 1,087K: ipacm-diag (pid 1337) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,059K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,042K: cdsprpcd (pid 1361) 1,041K: dspservice (pid 851) 1,030K: logcat (pid 3861) 1,019K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 980K: android.hardware.memtrack@1.0-service (pid 833) 974K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 931K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 791K: dumpsys (pid 27384) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 755K: android.hidl.allocator@1.0-service (pid 813) 744K: app_d (pid 28286) 725K: app_d (pid 28255) 667K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) Total PSS by OOM adjustment: 717,703K: Native 118,055K: surfaceflinger (pid 1010) 43,508K: zygote (pid 677) 38,301K: com.android.commands.monkey (pid 4242) 27,223K: mediaserver (pid 1279) 24,511K: tlog (pid 1289) 22,953K: audioserver (pid 27323) 20,565K: zygote64 (pid 676) 20,127K: android.hardware.audio.service (pid 27215) 19,222K: android.hardware.wifi@1.0-service (pid 842) 16,642K: webview_zygote (pid 2419) 16,352K: media.extractor (pid 1276) 14,104K: android.hardware.gnss@2.1-service-qti (pid 825) 12,708K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 12,378K: vendor.qti.hardware.display.composer-service (pid 850) 12,243K: media.swcodec (pid 1363) 11,915K: media.metrics (pid 1278) 10,867K: cameraserver (pid 1270) 10,330K: media.codec (pid 1310) 9,214K: hht_ota_mgr (pid 2764) 7,639K: media.hwcodec (pid 884) 7,448K: init (pid 1) 7,196K: cnd (pid 1313) 6,398K: keystore2 (pid 571) 6,181K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,482K: imsrcsd (pid 1332) 5,161K: logd (pid 504) 5,124K: android.hardware.bluetooth@1.0-service-qti (pid 818) 4,819K: netd (pid 675) 4,767K: iorapd (pid 1175) 4,576K: selfinstaller (pid 1280) 4,539K: ueventd (pid 477) 4,005K: update_engine (pid 1382) 3,967K: vold (pid 548) 3,709K: wifidisplayhalservice (pid 1316) 3,664K: android.hardware.sensors@2.0-service.multihal (pid 836) 3,614K: adbd (pid 2749) 3,459K: imsdatadaemon (pid 1515) 3,409K: cnss_diag (pid 1268) 3,333K: init (pid 475) 3,171K: ssgtzd (pid 804) 3,145K: storaged (pid 1288) 3,106K: ims_rtp_daemon (pid 1322) 2,953K: installd (pid 1275) 2,952K: xtra-daemon (pid 1461) 2,924K: vppservice (pid 914) 2,887K: iorap.prefetcherd (pid 2040) 2,784K: thermal-engine (pid 3408) 2,778K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,754K: traced_probes (pid 1176) 2,698K: qfp-daemon (pid 1395) 2,671K: lowi-server (pid 1459) 2,609K: wfdhdcphalservice (pid 1309) 2,451K: android.hardware.drm@1.3-service.clearkey (pid 823) 2,431K: slim_daemon (pid 1460) 2,347K: cnss-daemon (pid 1367) 2,314K: drmserver (pid 1172) 2,262K: statsd (pid 674) 2,233K: vendor.display.color@1.0-service (pid 843) 2,220K: ipacm (pid 651) 2,166K: hwservicemanager (pid 507) 2,151K: wificond (pid 1290) 2,114K: credstore (pid 993) 2,108K: spdaemon (pid 567) 2,086K: qseecomd (pid 546) 1,931K: qccsyshal@1.1-service (pid 815) 1,860K: traced (pid 1178) 1,801K: servicemanager (pid 506) 1,779K: gpuservice (pid 1004) 1,755K: sensors.qti (pid 1021) 1,672K: vendor.qti.secure_element@1.2-service (pid 890) 1,663K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,656K: perfservice (pid 1308) 1,652K: dpmd (pid 1195) 1,647K: tzlog (pid 1379) 1,634K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,609K: android.hardware.cas@1.2-service (pid 820) 1,591K: vendor.qti.hardware.display.allocator-service (pid 848) 1,520K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,518K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,509K: dpmQmiMgr (pid 1180) 1,469K: dpmd (pid 1179) 1,457K: android.hardware.usb@1.2-service-qti (pid 841) 1,446K: lmkd (pid 505) 1,423K: qcc-trd (pid 1391) 1,400K: android.hardware.boot@1.1-service (pid 575) 1,389K: loc_launcher (pid 1371) 1,379K: android.system.suspend@1.0-service (pid 569) 1,341K: imsqmidaemon (pid 1328) 1,287K: vendor.ts.uart@1.0-service (pid 652) 1,264K: incidentd (pid 1274) 1,251K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,248K: feature_enabler_client (pid 1265) 1,241K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,230K: android.hardware.health@2.1-service (pid 827) 1,222K: android.hardware.thermal@2.0-service.qti (pid 839) 1,194K: gatekeeperd (pid 1374) 1,193K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,191K: android.hardware.power-service (pid 835) 1,189K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,185K: keymasterd (pid 623) 1,169K: ip6tables-restore (pid 738) 1,163K: vendor.qti.qspmhal@1.0-service (pid 888) 1,155K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,125K: qspmsvc (pid 2775) 1,124K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,122K: tloc_daemon (pid 1396) 1,122K: wfdvndservice (pid 1362) 1,120K: mdnsd (pid 2767) 1,119K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,116K: time_daemon (pid 650) 1,087K: adsprpcd (pid 1359) 1,087K: ipacm-diag (pid 1337) 1,077K: sscrpcd (pid 579) 1,077K: iptables-restore (pid 737) 1,062K: adsprpcd (pid 1357) 1,061K: sscrpcd (pid 952) 1,059K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,055K: pm-service (pid 980) 1,055K: sh (pid 4240) 1,051K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,042K: cdsprpcd (pid 1361) 1,041K: dspservice (pid 851) 1,030K: logcat (pid 3861) 1,019K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 1,014K: vendor.qti.hardware.vibrator.service (pid 883) 980K: android.hardware.memtrack@1.0-service (pid 833) 974K: vndservicemanager (pid 508) 934K: android.hardware.atrace@1.0-service (pid 572) 931K: android.hardware.lights-service.qti (pid 831) 927K: mlid (pid 1369) 907K: pd-mapper (pid 953) 821K: pm-proxy (pid 1170) 797K: msm_irqbalance (pid 1500) 791K: dumpsys (pid 27384) 771K: rmt_storage (pid 1017) 764K: tftp_server (pid 1018) 755K: android.hidl.allocator@1.0-service (pid 813) 744K: app_d (pid 28286) 725K: app_d (pid 28255) 667K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 608K: ssgqmigd (pid 1368) 271,617K: System 271,617K: system (pid 1244) 565,563K: Persistent 216,240K: com.android.systemui (pid 23408) 89,118K: com.hht.lebocast (pid 2900 / activities) 23,549K: com.thundercomm.gamemode (pid 2173) 21,326K: com.qualcomm.qti.workloadclassifier (pid 3028) 17,279K: com.thundercomm.microsettings (pid 2181) 15,657K: com.qualcomm.location (pid 2731) 15,308K: com.hryt.hiphishowfsecontrol (pid 2908) 14,232K: com.android.networkstack.process (pid 2123) 13,021K: .dataservices (pid 2183) 12,281K: com.thundercomm.remotecontrolservice (pid 2368) 11,789K: com.thundercomm.tcservice (pid 2428) 10,582K: com.thundercomm.microservice (pid 2178) 10,295K: com.qualcomm.qti.qdma (pid 2438) 9,361K: com.tc.logclient (pid 2255) 9,304K: com.thundercomm.tchttpserver (pid 2207) 8,248K: com.thundercomm.tcsetupwizard (pid 2301) 8,076K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 8,017K: ts.car.uart (pid 2903) 7,909K: com.qualcomm.qti.qccnetstat (pid 3016) 7,775K: .qtidataservices (pid 2191) 7,644K: com.android.se (pid 2338) 7,271K: vendor.qti.qesdk.sysservice (pid 2305) 7,190K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,077K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,014K: .pasr (pid 2917) 26,032K: Persistent Service 26,032K: com.android.providers.media.module (pid 3070) 216,814K: Foreground 130,205K: com.android.launcher3 (pid 2649 / activities) 86,609K: com.android.music (pid 3716 / activities) 230,987K: Visible 100,938K: com.tencent.android.qqdownloader:daemon (pid 21986) 56,882K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 20,653K: com.tencent.android.qqdownloader:live (pid 21958) 16,434K: com.tencent.android.qqdownloader:cloud (pid 28239) 16,166K: com.android.webview:webview_service (pid 26641) 14,200K: android.ext.services (pid 2486) 5,714K: com.qualcomm.location.XT (pid 3132) 125,179K: Perceptible 125,179K: com.baidu.input (pid 3321) 5,475K: A Services 5,475K: com.qti.diagservices (pid 24536) 7,684K: Previous 7,684K: com.thundercomm.gamemode.provider (pid 2492) 115,691K: B Services 103,716K: com.tencent.android.qqdownloader (pid 22031) 11,975K: android.process.media (pid 3083) 734,649K: Cached 312,215K: com.android.settings (pid 2441 / activities) 94,884K: com.android.settings.intelligence (pid 25682) 63,017K: com.android.gallery3d (pid 4430 / activities) 59,649K: com.android.documentsui (pid 4620 / activities) 59,563K: com.android.packageinstaller (pid 3752) 54,215K: com.android.htmlviewer (pid 7821) 35,282K: com.android.systemui:screenshot (pid 22831) 17,987K: com.android.permissioncontroller (pid 3768) 16,254K: com.thundercomm.gamecenter (pid 4371 / activities) 5,762K: com.qualcomm.qti.qccauthmgr (pid 2600) 5,565K: com.android.shell (pid 3792) 5,231K: com.android.externalstorage (pid 3938) 5,025K: com.android.musicfx (pid 25510) Total PSS by category: 1,045,329K: Native 364,113K: .so mmap 300,389K: .apk mmap 271,079K: Dalvik 200,924K: EGL mtrack 183,076K: Gfx dev 106,772K: Unknown 99,243K: .art mmap 96,999K: Dalvik Other 87,586K: .dex mmap 77,249K: .jar mmap 65,839K: Other mmap 58,768K: Stack 28,038K: .oat mmap 17,794K: .ttf mmap 7,296K: GL mtrack 4,417K: Other dev 2,483K: Ashmem 0K: Cursor 0K: Other mtrack Total RAM: 7,896,244K (status normal) Free RAM: 4,436,357K ( 734,649K cached pss + 2,642,704K cached kernel + 1,059,004K free) ION: 391,860K ( 8,324K mapped + 383,536K unmapped + 0K pools) Used RAM: 2,879,829K (2,090,145K used pss + 789,684K kernel) Lost RAM: 580,046K ZRAM: 12K physical used for 0K in swap (4,194,300K total swap) Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx) // meminfo status was 0 // CRASH: com.android.systemui (pid 23408) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // CRASH: com.android.systemui (pid 28912) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // CRASH: com.android.gallery3d (pid 4430) // Short Msg: java.lang.IllegalStateException // Long Msg: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to stop activity {com.android.gallery3d/com.android.gallery3d.filtershow.FilterShowActivity}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState // at android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5157) // at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:5129) // at android.app.ActivityThread.handleStopActivity(ActivityThread.java:5194) // at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:234) // at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201) // at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState // at androidx.fragment.app.FragmentManager.checkStateLoss(FragmentManager.java:1864) // at androidx.fragment.app.FragmentManager.enqueueAction(FragmentManager.java:1904) // at androidx.fragment.app.BackStackRecord.commitInternal(BackStackRecord.java:329) // at androidx.fragment.app.BackStackRecord.commit(BackStackRecord.java:294) // at com.android.gallery3d.filtershow.category.MainPanel.showImageStatePanel(MainPanel.java:297) // at com.android.gallery3d.filtershow.category.MainPanel.onCreateView(MainPanel.java:127) // at androidx.fragment.app.Fragment.performCreateView(Fragment.java:2953) // at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:494) // at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:258) // at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:2209) // at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:2120) // at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:2022) // at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:3244) // at androidx.fragment.app.FragmentManager.dispatchStop(FragmentManager.java:3202) // at androidx.fragment.app.FragmentController.dispatchStop(FragmentController.java:295) // at androidx.fragment.app.FragmentActivity.onStop(FragmentActivity.java:495) // at android.app.Instrumentation.callActivityOnStop(Instrumentation.java:1497) // at android.app.Activity.performStop(Activity.java:8324) // at android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5149) // ... 14 more // // CRASH: com.android.systemui (pid 13746) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more // // NOT RESPONDING: com.hht.lebocast (pid 2900) ANR in com.hht.lebocast (com.hht.lebocast/.GuidanceActivity) PID: 2900 Reason: Input dispatching timed out (Application does not have a focused window) Parent: com.hht.lebocast/.GuidanceActivity ErrorId: 697d1305-a03a-4ef3-850a-31f6ec5d684c Frozen: false Load: 0.0 / 0.0 / 0.0 ----- Output from /proc/pressure/memory ----- some avg10=0.00 avg60=0.00 avg300=0.00 total=204764 full avg10=0.00 avg60=0.00 avg300=0.00 total=57800 ----- End output from /proc/pressure/memory ----- CPU usage from 6921ms to 0ms ago (2023-04-22 20:10:33.063 to 2023-04-22 20:10:39.984): 31% 22031/com.tencent.android.qqdownloader: 28% user + 3.3% kernel / faults: 35801 minor 10% 1244/system_server: 2.8% user + 7.8% kernel / faults: 4433 minor 5.2% 21986/com.tencent.android.qqdownloader:daemon: 3.4% user + 1.7% kernel / faults: 2858 minor 2.6% 15627/com.android.systemui: 2.1% user + 0.4% kernel / faults: 428 minor 2.1% 2900/com.hht.lebocast: 0.7% user + 1.4% kernel / faults: 26 minor 1.7% 16049/kworker/u16:4-memlat_wq: 0% user + 1.7% kernel 1.5% 16361/kworker/u16:9-ufs_clkscaling_0: 0% user + 1.5% kernel 1.4% 1010/surfaceflinger: 0.8% user + 0.5% kernel 1% 28239/com.tencent.android.qqdownloader:cloud: 1% user + 0% kernel / faults: 654 minor 0.8% 504/logd: 0.2% user + 0.5% kernel 0.8% 21958/com.tencent.android.qqdownloader:live: 0.8% user + 0% kernel / faults: 673 minor 0% 833/android.hardware.memtrack@1.0-service: 0% user + 0% kernel 0.4% 1268/cnss_diag: 0.2% user + 0.1% kernel 0.4% 1289/tlog: 0.1% user + 0.2% kernel 0.4% 4371/com.thundercomm.gamecenter: 0.4% user + 0% kernel / faults: 213 minor 0% 26641/com.android.webview:webview_service: 0% user + 0% kernel / faults: 187 minor 0.2% 2486/android.ext.services: 0.2% user + 0% kernel / faults: 47 minor 0.2% 3861/logcat: 0.2% user + 0% kernel 0.2% 6332/kworker/0:2-events_power_efficient: 0% user + 0.2% kernel 0.2% 17576/kworker/u16:6-memlat_wq: 0% user + 0.2% kernel 0.2% 25039/kworker/1:1-events_freezable_power_: 0% user + 0.2% kernel 0.2% 28310/com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0: 0.2% user + 0% kernel / faults: 170 minor 0.1% 9/ksoftirqd/0: 0% user + 0.1% kernel 0.1% 10/rcu_preempt: 0% user + 0.1% kernel 0.1% 13/rcuop/0: 0% user + 0.1% kernel 0.1% 21/ksoftirqd/1: 0% user + 0.1% kernel 0.1% 29/ksoftirqd/2: 0% user + 0.1% kernel 0.1% 32/rcuop/2: 0% user + 0.1% kernel 0.1% 37/ksoftirqd/3: 0% user + 0.1% kernel 0.1% 56/rcuop/5: 0% user + 0.1% kernel 0.1% 506/servicemanager: 0% user + 0.1% kernel 0.1% 652/vendor.ts.uart@1.0-service: 0.1% user + 0% kernel 0.1% 674/statsd: 0% user + 0.1% kernel / faults: 3 minor 0.1% 675/netd: 0% user + 0.1% kernel / faults: 15 minor 0.1% 732/crtc_commit:125: 0% user + 0.1% kernel 0.1% 950/qrtr-ns: 0% user + 0.1% kernel 0.1% 1203/wlan_logging_th: 0% user + 0.1% kernel 0.1% 1214/kworker/u17:2-kgsl-events: 0% user + 0.1% kernel 0.1% 1367/cnss-daemon: 0.1% user + 0% kernel 0.1% 1500/msm_irqbalance: 0% user + 0.1% kernel 0.1% 2181/com.thundercomm.microsettings: 0% user + 0.1% kernel / faults: 15 minor 0.1% 2492/com.thundercomm.gamemode.provider: 0% user + 0.1% kernel 0.1% 2764/hht_ota_mgr: 0% user + 0.1% kernel 0.1% 2790/irq/16-90b6400.: 0% user + 0.1% kernel 0.1% 2792/irq/17-9091000.: 0% user + 0.1% kernel 0.1% 4242/com.android.commands.monkey: 0.1% user + 0% kernel / faults: 2 minor 0.1% 4620/com.android.documentsui: 0.1% user + 0% kernel 0.1% 5963/kworker/u16:7-memlat_wq: 0% user + 0.1% kernel 0.1% 15116/kworker/u17:0-kgsl-events: 0% user + 0.1% kernel 0.1% 16729/kworker/3:0-events: 0% user + 0.1% kernel 0.1% 17694/kworker/7:0-events: 0% user + 0.1% kernel 0.1% 31638/kworker/2:2-events: 0% user + 0.1% kernel +0% 20593/kworker/0:0-sock_diag_events: 0% user + 0% kernel +0% 20594/kworker/3:2-mm_percpu_wq: 0% user + 0% kernel 8.8% TOTAL: 5.6% user + 2.7% kernel + 0.3% irq + 0.1% softirq CPU usage from 29680877ms to 29680877ms ago (1970-01-01 08:00:00.000 to 1970-01-01 08:00:00.000) with 0% awake: 0% TOTAL: 0% user + 0% kernel procrank: ZRAM: 3372K physical used for 41416K in swap (4194300K total swap) RAM: 7896244K total, 536504K free, 6272K buffers, 2899104K cached, 36520K shmem, 313764K slab // procrank status was 0 anr traces: // anr traces status was 1 meminfo: Applications Memory Usage (in Kilobytes): Uptime: 29691066 Realtime: 29691066 Total RSS by process: 660,788K: com.tencent.android.qqdownloader (pid 22031) 596,688K: system (pid 1244) 453,704K: com.android.settings (pid 2441 / activities) 380,004K: com.android.systemui (pid 15627) 317,084K: com.tencent.android.qqdownloader:daemon (pid 21986) 280,316K: com.android.launcher3 (pid 2649 / activities) 219,280K: com.android.packageinstaller (pid 3752) 204,100K: com.android.gallery3d (pid 20073) 201,232K: com.android.documentsui (pid 4620 / activities) 195,204K: com.android.music (pid 3716 / activities) 168,044K: com.android.htmlviewer (pid 7821) 166,000K: zygote64 (pid 676) 163,024K: com.hht.lebocast (pid 2900 / activities) 147,208K: com.sohu.inputmethod.sogou.car (pid 29123) 144,064K: zygote (pid 677) 144,028K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 135,328K: com.tencent.android.qqdownloader:live (pid 21958) 134,268K: com.android.providers.media.module (pid 3070) 133,336K: com.android.bluetooth (pid 17461) 130,596K: surfaceflinger (pid 1010) 125,360K: com.thundercomm.gamemode (pid 2173) 121,708K: com.tencent.android.qqdownloader:cloud (pid 28239) 116,756K: android:ui (pid 18842) 112,928K: com.android.commands.monkey (pid 4242) 112,896K: com.thundercomm.gamecenter (pid 4371 / activities) 111,320K: com.thundercomm.microsettings (pid 2181) 110,972K: com.thundercomm.tcservice (pid 2428) 110,416K: com.android.networkstack.process (pid 2123) 110,244K: com.android.permissioncontroller (pid 3768) 109,908K: com.qualcomm.qti.workloadclassifier (pid 3028) 109,672K: com.qualcomm.location (pid 2731) 103,360K: android.ext.services (pid 2486) 102,792K: com.thundercomm.remotecontrolservice (pid 2368) 102,652K: com.qualcomm.qti.qdma (pid 2438) 102,192K: .dataservices (pid 2183) 102,160K: com.hryt.hiphishowfsecontrol (pid 2908) 98,556K: com.tc.logclient (pid 2255) 94,580K: com.thundercomm.microservice (pid 2178) 94,004K: com.thundercomm.tchttpserver (pid 2207) 93,556K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 92,004K: com.android.se (pid 2338) 91,956K: com.qualcomm.qti.qccnetstat (pid 3016) 91,524K: .qtidataservices (pid 2191) 91,140K: vendor.qti.qesdk.sysservice (pid 2305) 91,096K: ts.car.uart (pid 2903) 90,352K: android.process.media (pid 3083) 90,196K: com.thundercomm.tcsetupwizard (pid 2301) 90,128K: com.qualcomm.location.XT (pid 3132) 89,888K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 89,852K: com.qti.qualcomm.mstatssystemservice (pid 2310) 89,776K: .pasr (pid 2917) 87,508K: com.android.musicfx (pid 19076) 87,508K: com.qti.diagservices (pid 17899) 82,700K: com.android.webview:webview_service (pid 26641) 81,360K: tlog (pid 1289) 70,636K: webview_zygote (pid 2419) 69,884K: com.thundercomm.gamemode.provider (pid 2492) 69,420K: com.android.externalstorage (pid 3938) 63,624K: com.qualcomm.qti.qccauthmgr (pid 2600) 59,328K: com.android.shell (pid 3792) 49,168K: audioserver (pid 10705) 39,416K: mediaserver (pid 1279) 35,248K: media.extractor (pid 1276) 26,792K: media.swcodec (pid 1363) 25,792K: cameraserver (pid 1270) 23,724K: android.hardware.audio.service (pid 10704) 23,476K: android.hardware.wifi@1.0-service (pid 842) 20,152K: vendor.qti.hardware.display.composer-service (pid 850) 17,708K: media.metrics (pid 1278) 16,712K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 16,616K: media.codec (pid 1310) 16,388K: android.hardware.gnss@2.1-service-qti (pid 825) 14,276K: hht_ota_mgr (pid 2764) 14,272K: keystore2 (pid 571) 13,644K: media.hwcodec (pid 884) 12,888K: init (pid 1) 12,236K: iorapd (pid 1175) 11,964K: vendor.qti.hardware.perf@2.2-service (pid 870) 11,688K: wpa_supplicant (pid 12167) 11,664K: cnd (pid 1313) 10,120K: netd (pid 675) 9,656K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,320K: selfinstaller (pid 1280) 9,280K: update_engine (pid 1382) 9,268K: vold (pid 548) 9,144K: xtra-daemon (pid 1461) 8,884K: ueventd (pid 477) 8,348K: android.hardware.sensors@2.0-service.multihal (pid 836) 8,208K: storaged (pid 1288) 8,188K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,184K: ssgtzd (pid 804) 8,084K: logd (pid 504) 8,016K: perfservice (pid 1308) 8,016K: slim_daemon (pid 1460) 7,940K: imsrcsd (pid 1332) 7,936K: imsdatadaemon (pid 1515) 7,748K: cnss_diag (pid 1268) 7,740K: ims_rtp_daemon (pid 1322) 7,636K: tzlog (pid 1379) 7,616K: traced_probes (pid 1176) 7,612K: adbd (pid 2749) 7,608K: spdaemon (pid 567) 7,548K: init (pid 475) 7,548K: vppservice (pid 914) 7,536K: iorap.prefetcherd (pid 2040) 7,404K: drmserver (pid 1172) 7,364K: installd (pid 1275) 7,328K: wificond (pid 1290) 7,308K: wifidisplayhalservice (pid 1316) 7,216K: lmkd (pid 505) 7,176K: hwservicemanager (pid 507) 7,120K: vendor.qti.hardware.display.allocator-service (pid 848) 7,092K: cnss-daemon (pid 1367) 7,028K: android.hardware.drm@1.3-service.clearkey (pid 823) 6,976K: gpuservice (pid 1004) 6,904K: qseecomd (pid 546) 6,808K: thermal-engine (pid 3408) 6,684K: wfdhdcphalservice (pid 1309) 6,620K: qccsyshal@1.1-service (pid 815) 6,580K: credstore (pid 993) 6,556K: ipacm (pid 651) 6,512K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 6,436K: android.hardware.power-service (pid 835) 6,300K: qfp-daemon (pid 1395) 6,300K: lowi-server (pid 1459) 6,068K: vendor.display.color@1.0-service (pid 843) 6,032K: servicemanager (pid 506) 6,020K: gatekeeperd (pid 1374) 5,988K: dpmd (pid 1179) 5,952K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 5,920K: android.hardware.keymaster@4.1-service-qti (pid 545) 5,820K: statsd (pid 674) 5,744K: vendor.qti.esepowermanager@1.1-service (pid 846) 5,744K: dpmQmiMgr (pid 1180) 5,664K: android.system.suspend@1.0-service (pid 569) 5,628K: vendor.qti.secure_element@1.2-service (pid 890) 5,588K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 5,584K: keymasterd (pid 623) 5,580K: sensors.qti (pid 1021) 5,556K: vendor.qti.hardware.soter@1.0-service (pid 877) 5,544K: incidentd (pid 1274) 5,492K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,492K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,480K: qcc-trd (pid 1391) 5,456K: vendor.ts.uart@1.0-service (pid 652) 5,416K: feature_enabler_client (pid 1265) 5,400K: android.hardware.health@2.1-service (pid 827) 5,360K: android.hardware.boot@1.1-service (pid 575) 5,360K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,360K: vendor.qti.qspmhal@1.0-service (pid 888) 5,352K: android.hardware.usb@1.2-service-qti (pid 841) 5,236K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,216K: vendor.qti.hardware.vibrator.service (pid 883) 5,192K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,176K: adsprpcd (pid 1359) 5,168K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,108K: cdsprpcd (pid 1361) 5,076K: sscrpcd (pid 952) 5,076K: tloc_daemon (pid 1396) 5,068K: dspservice (pid 851) 5,064K: android.hardware.thermal@2.0-service.qti (pid 839) 5,060K: sscrpcd (pid 579) 5,052K: adsprpcd (pid 1357) 5,048K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,040K: loc_launcher (pid 1371) 5,036K: android.hardware.lights-service.qti (pid 831) 5,036K: qspmsvc (pid 2775) 5,024K: dpmd (pid 1195) 4,960K: vendor.qti.hardware.limits@1.0-service (pid 869) 4,944K: android.hardware.memtrack@1.0-service (pid 833) 4,848K: traced (pid 1178) 4,836K: pm-service (pid 980) 4,764K: vndservicemanager (pid 508) 4,752K: android.hardware.atrace@1.0-service (pid 572) 4,696K: imsqmidaemon (pid 1328) 4,688K: android.hardware.cas@1.2-service (pid 820) 4,624K: pm-proxy (pid 1170) 4,452K: time_daemon (pid 650) 4,232K: pd-mapper (pid 953) 4,212K: android.hidl.allocator@1.0-service (pid 813) 4,212K: ipacm-diag (pid 1337) 4,208K: mlid (pid 1369) 4,208K: dumpsys (pid 20610) 4,200K: rmt_storage (pid 1017) 4,136K: msm_irqbalance (pid 1500) 4,016K: wfdvndservice (pid 1362) 3,672K: logcat (pid 3861) 3,636K: ip6tables-restore (pid 738) 3,544K: iptables-restore (pid 737) 3,516K: tftp_server (pid 1018) 3,436K: qrtr-ns (pid 950) 3,176K: sh (pid 4240) 3,084K: tombstoned (pid 633) 2,408K: app_d (pid 28286) 2,284K: ssgqmigd (pid 1368) 2,284K: app_d (pid 28255) 1,116K: mdnsd (pid 2767) Total RSS by OOM adjustment: 1,810,724K: Native 166,000K: zygote64 (pid 676) 144,064K: zygote (pid 677) 130,596K: surfaceflinger (pid 1010) 112,928K: com.android.commands.monkey (pid 4242) 81,360K: tlog (pid 1289) 70,636K: webview_zygote (pid 2419) 49,168K: audioserver (pid 10705) 39,416K: mediaserver (pid 1279) 35,248K: media.extractor (pid 1276) 26,792K: media.swcodec (pid 1363) 25,792K: cameraserver (pid 1270) 23,724K: android.hardware.audio.service (pid 10704) 23,476K: android.hardware.wifi@1.0-service (pid 842) 20,152K: vendor.qti.hardware.display.composer-service (pid 850) 17,708K: media.metrics (pid 1278) 16,712K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 16,616K: media.codec (pid 1310) 16,388K: android.hardware.gnss@2.1-service-qti (pid 825) 14,276K: hht_ota_mgr (pid 2764) 14,272K: keystore2 (pid 571) 13,644K: media.hwcodec (pid 884) 12,888K: init (pid 1) 12,236K: iorapd (pid 1175) 11,964K: vendor.qti.hardware.perf@2.2-service (pid 870) 11,688K: wpa_supplicant (pid 12167) 11,664K: cnd (pid 1313) 10,120K: netd (pid 675) 9,656K: android.hardware.bluetooth@1.0-service-qti (pid 818) 9,320K: selfinstaller (pid 1280) 9,280K: update_engine (pid 1382) 9,268K: vold (pid 548) 9,144K: xtra-daemon (pid 1461) 8,884K: ueventd (pid 477) 8,348K: android.hardware.sensors@2.0-service.multihal (pid 836) 8,208K: storaged (pid 1288) 8,188K: vendor.qti.hardware.iop@2.0-service (pid 852) 8,184K: ssgtzd (pid 804) 8,084K: logd (pid 504) 8,016K: perfservice (pid 1308) 8,016K: slim_daemon (pid 1460) 7,940K: imsrcsd (pid 1332) 7,936K: imsdatadaemon (pid 1515) 7,748K: cnss_diag (pid 1268) 7,740K: ims_rtp_daemon (pid 1322) 7,636K: tzlog (pid 1379) 7,616K: traced_probes (pid 1176) 7,612K: adbd (pid 2749) 7,608K: spdaemon (pid 567) 7,548K: init (pid 475) 7,548K: vppservice (pid 914) 7,536K: iorap.prefetcherd (pid 2040) 7,404K: drmserver (pid 1172) 7,364K: installd (pid 1275) 7,328K: wificond (pid 1290) 7,308K: wifidisplayhalservice (pid 1316) 7,216K: lmkd (pid 505) 7,176K: hwservicemanager (pid 507) 7,120K: vendor.qti.hardware.display.allocator-service (pid 848) 7,092K: cnss-daemon (pid 1367) 7,028K: android.hardware.drm@1.3-service.clearkey (pid 823) 6,976K: gpuservice (pid 1004) 6,904K: qseecomd (pid 546) 6,808K: thermal-engine (pid 3408) 6,684K: wfdhdcphalservice (pid 1309) 6,620K: qccsyshal@1.1-service (pid 815) 6,580K: credstore (pid 993) 6,556K: ipacm (pid 651) 6,512K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 6,436K: android.hardware.power-service (pid 835) 6,300K: qfp-daemon (pid 1395) 6,300K: lowi-server (pid 1459) 6,068K: vendor.display.color@1.0-service (pid 843) 6,032K: servicemanager (pid 506) 6,020K: gatekeeperd (pid 1374) 5,988K: dpmd (pid 1179) 5,952K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 5,920K: android.hardware.keymaster@4.1-service-qti (pid 545) 5,820K: statsd (pid 674) 5,744K: vendor.qti.esepowermanager@1.1-service (pid 846) 5,744K: dpmQmiMgr (pid 1180) 5,664K: android.system.suspend@1.0-service (pid 569) 5,628K: vendor.qti.secure_element@1.2-service (pid 890) 5,588K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 5,584K: keymasterd (pid 623) 5,580K: sensors.qti (pid 1021) 5,556K: vendor.qti.hardware.soter@1.0-service (pid 877) 5,544K: incidentd (pid 1274) 5,492K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 5,492K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 5,480K: qcc-trd (pid 1391) 5,456K: vendor.ts.uart@1.0-service (pid 652) 5,416K: feature_enabler_client (pid 1265) 5,400K: android.hardware.health@2.1-service (pid 827) 5,360K: android.hardware.boot@1.1-service (pid 575) 5,360K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 5,360K: vendor.qti.qspmhal@1.0-service (pid 888) 5,352K: android.hardware.usb@1.2-service-qti (pid 841) 5,236K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 5,216K: vendor.qti.hardware.vibrator.service (pid 883) 5,192K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 5,176K: adsprpcd (pid 1359) 5,168K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 5,108K: cdsprpcd (pid 1361) 5,076K: sscrpcd (pid 952) 5,076K: tloc_daemon (pid 1396) 5,068K: dspservice (pid 851) 5,064K: android.hardware.thermal@2.0-service.qti (pid 839) 5,060K: sscrpcd (pid 579) 5,052K: adsprpcd (pid 1357) 5,048K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 5,040K: loc_launcher (pid 1371) 5,036K: android.hardware.lights-service.qti (pid 831) 5,036K: qspmsvc (pid 2775) 5,024K: dpmd (pid 1195) 4,960K: vendor.qti.hardware.limits@1.0-service (pid 869) 4,944K: android.hardware.memtrack@1.0-service (pid 833) 4,848K: traced (pid 1178) 4,836K: pm-service (pid 980) 4,764K: vndservicemanager (pid 508) 4,752K: android.hardware.atrace@1.0-service (pid 572) 4,696K: imsqmidaemon (pid 1328) 4,688K: android.hardware.cas@1.2-service (pid 820) 4,624K: pm-proxy (pid 1170) 4,452K: time_daemon (pid 650) 4,232K: pd-mapper (pid 953) 4,212K: android.hidl.allocator@1.0-service (pid 813) 4,212K: ipacm-diag (pid 1337) 4,208K: mlid (pid 1369) 4,208K: dumpsys (pid 20610) 4,200K: rmt_storage (pid 1017) 4,136K: msm_irqbalance (pid 1500) 4,016K: wfdvndservice (pid 1362) 3,672K: logcat (pid 3861) 3,636K: ip6tables-restore (pid 738) 3,544K: iptables-restore (pid 737) 3,516K: tftp_server (pid 1018) 3,436K: qrtr-ns (pid 950) 3,176K: sh (pid 4240) 3,084K: tombstoned (pid 633) 2,408K: app_d (pid 28286) 2,284K: ssgqmigd (pid 1368) 2,284K: app_d (pid 28255) 1,116K: mdnsd (pid 2767) 596,688K: System 596,688K: system (pid 1244) 2,828,600K: Persistent 380,004K: com.android.systemui (pid 15627) 163,024K: com.hht.lebocast (pid 2900 / activities) 125,360K: com.thundercomm.gamemode (pid 2173) 111,320K: com.thundercomm.microsettings (pid 2181) 110,972K: com.thundercomm.tcservice (pid 2428) 110,416K: com.android.networkstack.process (pid 2123) 109,908K: com.qualcomm.qti.workloadclassifier (pid 3028) 109,672K: com.qualcomm.location (pid 2731) 102,792K: com.thundercomm.remotecontrolservice (pid 2368) 102,652K: com.qualcomm.qti.qdma (pid 2438) 102,192K: .dataservices (pid 2183) 102,160K: com.hryt.hiphishowfsecontrol (pid 2908) 98,556K: com.tc.logclient (pid 2255) 94,580K: com.thundercomm.microservice (pid 2178) 94,004K: com.thundercomm.tchttpserver (pid 2207) 93,556K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 92,004K: com.android.se (pid 2338) 91,956K: com.qualcomm.qti.qccnetstat (pid 3016) 91,524K: .qtidataservices (pid 2191) 91,140K: vendor.qti.qesdk.sysservice (pid 2305) 91,096K: ts.car.uart (pid 2903) 90,196K: com.thundercomm.tcsetupwizard (pid 2301) 89,888K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 89,852K: com.qti.qualcomm.mstatssystemservice (pid 2310) 89,776K: .pasr (pid 2917) 267,604K: Persistent Service 134,268K: com.android.providers.media.module (pid 3070) 133,336K: com.android.bluetooth (pid 17461) 195,204K: Foreground 195,204K: com.android.music (pid 3716 / activities) 473,804K: Visible 280,316K: com.android.launcher3 (pid 2649 / activities) 103,360K: android.ext.services (pid 2486) 90,128K: com.qualcomm.location.XT (pid 3132) 147,208K: Perceptible 147,208K: com.sohu.inputmethod.sogou.car (pid 29123) 87,508K: A Services 87,508K: com.qti.diagservices (pid 17899) 182,780K: Previous 112,896K: com.thundercomm.gamecenter (pid 4371 / activities) 69,884K: com.thundercomm.gamemode.provider (pid 2492) 751,140K: B Services 660,788K: com.tencent.android.qqdownloader (pid 22031) 90,352K: android.process.media (pid 3083) 2,554,088K: Cached 453,704K: com.android.settings (pid 2441 / activities) 317,084K: com.tencent.android.qqdownloader:daemon (pid 21986) 219,280K: com.android.packageinstaller (pid 3752) 204,100K: com.android.gallery3d (pid 20073) 201,232K: com.android.documentsui (pid 4620 / activities) 168,044K: com.android.htmlviewer (pid 7821) 144,028K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 135,328K: com.tencent.android.qqdownloader:live (pid 21958) 121,708K: com.tencent.android.qqdownloader:cloud (pid 28239) 116,756K: android:ui (pid 18842) 110,244K: com.android.permissioncontroller (pid 3768) 87,508K: com.android.musicfx (pid 19076) 82,700K: com.android.webview:webview_service (pid 26641) 69,420K: com.android.externalstorage (pid 3938) 63,624K: com.qualcomm.qti.qccauthmgr (pid 2600) 59,328K: com.android.shell (pid 3792) Total RSS by category: 2,527,612K: .so mmap 1,549,492K: Native 1,441,068K: .jar mmap 1,007,532K: .art mmap 827,344K: Dalvik 656,108K: .oat mmap 402,012K: .apk mmap 248,064K: .dex mmap 244,924K: Dalvik Other 229,840K: Other mmap 222,788K: EGL mtrack 170,364K: Unknown 151,072K: Gfx dev 67,828K: Stack 58,248K: Other dev 55,628K: .ttf mmap 28,896K: Ashmem 6,528K: GL mtrack 0K: Cursor 0K: Other mtrack Total PSS by process: 496,235K: com.tencent.android.qqdownloader (pid 22031) 295,261K: com.android.settings (pid 2441 / activities) 285,080K: system (pid 1244) 229,841K: com.android.systemui (pid 15627) 150,448K: com.android.launcher3 (pid 2649 / activities) 139,481K: com.tencent.android.qqdownloader:daemon (pid 21986) 108,494K: surfaceflinger (pid 1010) 91,898K: com.android.packageinstaller (pid 3752) 82,213K: com.android.music (pid 3716 / activities) 80,165K: com.hht.lebocast (pid 2900 / activities) 73,475K: tlog (pid 1289) 72,073K: com.android.documentsui (pid 4620 / activities) 71,283K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 68,178K: com.android.gallery3d (pid 20073) 56,559K: com.sohu.inputmethod.sogou.car (pid 29123) 51,401K: com.android.htmlviewer (pid 7821) 37,422K: com.android.commands.monkey (pid 4242) 29,791K: zygote (pid 677) 26,397K: com.android.providers.media.module (pid 3070) 25,436K: com.android.bluetooth (pid 17461) 23,625K: audioserver (pid 10705) 23,483K: com.tencent.android.qqdownloader:live (pid 21958) 22,560K: com.thundercomm.tcservice (pid 2428) 20,665K: com.thundercomm.gamecenter (pid 4371 / activities) 20,319K: com.thundercomm.gamemode (pid 2173) 20,311K: com.qualcomm.qti.workloadclassifier (pid 3028) 19,932K: mediaserver (pid 1279) 19,730K: android.hardware.audio.service (pid 10704) 18,772K: android.hardware.wifi@1.0-service (pid 842) 18,028K: com.tencent.android.qqdownloader:cloud (pid 28239) 17,975K: com.qualcomm.location (pid 2731) 17,356K: com.android.permissioncontroller (pid 3768) 15,959K: media.extractor (pid 1276) 15,355K: com.android.networkstack.process (pid 2123) 15,146K: .dataservices (pid 2183) 14,754K: com.thundercomm.microsettings (pid 2181) 14,748K: webview_zygote (pid 2419) 14,325K: zygote64 (pid 676) 13,922K: media.swcodec (pid 1363) 13,873K: com.android.shell (pid 3792) 13,693K: com.android.webview:webview_service (pid 26641) 13,461K: android.process.media (pid 3083) 12,228K: media.metrics (pid 1278) 11,557K: com.hryt.hiphishowfsecontrol (pid 2908) 10,663K: android.ext.services (pid 2486) 10,517K: vendor.qti.hardware.display.composer-service (pid 850) 10,283K: android.hardware.gnss@2.1-service-qti (pid 825) 10,274K: com.thundercomm.remotecontrolservice (pid 2368) 9,859K: com.qualcomm.qti.qccauthmgr (pid 2600) 9,835K: android:ui (pid 18842) 9,797K: com.qualcomm.qti.qdma (pid 2438) 9,645K: com.thundercomm.gamemode.provider (pid 2492) 9,485K: media.codec (pid 1310) 9,392K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 9,262K: com.tc.logclient (pid 2255) 9,148K: com.thundercomm.microservice (pid 2178) 9,088K: com.android.externalstorage (pid 3938) 8,677K: com.thundercomm.tchttpserver (pid 2207) 8,345K: cameraserver (pid 1270) 7,954K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 7,806K: com.qualcomm.qti.qccnetstat (pid 3016) 7,761K: .qtidataservices (pid 2191) 7,749K: ts.car.uart (pid 2903) 7,734K: com.android.se (pid 2338) 7,654K: hht_ota_mgr (pid 2764) 7,440K: init (pid 1) 7,421K: com.thundercomm.tcsetupwizard (pid 2301) 7,365K: vendor.qti.qesdk.sysservice (pid 2305) 7,284K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,191K: media.hwcodec (pid 884) 7,176K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,111K: .pasr (pid 2917) 6,862K: wpa_supplicant (pid 12167) 6,246K: com.qti.diagservices (pid 17899) 5,773K: keystore2 (pid 571) 5,653K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,628K: com.qualcomm.location.XT (pid 3132) 5,553K: cnd (pid 1313) 5,438K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,189K: com.android.musicfx (pid 19076) 5,084K: logd (pid 504) 4,806K: iorapd (pid 1175) 4,539K: ueventd (pid 477) 4,454K: netd (pid 675) 3,605K: storaged (pid 1288) 3,585K: vold (pid 548) 3,542K: imsrcsd (pid 1332) 3,386K: selfinstaller (pid 1280) 3,337K: cnss_diag (pid 1268) 3,333K: init (pid 475) 3,267K: adbd (pid 2749) 3,099K: wifidisplayhalservice (pid 1316) 2,990K: ssgtzd (pid 804) 2,956K: installd (pid 1275) 2,946K: android.hardware.sensors@2.0-service.multihal (pid 836) 2,762K: imsdatadaemon (pid 1515) 2,734K: update_engine (pid 1382) 2,682K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,659K: iorap.prefetcherd (pid 2040) 2,636K: lowi-server (pid 1459) 2,595K: traced_probes (pid 1176) 2,583K: xtra-daemon (pid 1461) 2,562K: ims_rtp_daemon (pid 1322) 2,415K: thermal-engine (pid 3408) 2,358K: cnss-daemon (pid 1367) 2,344K: wfdhdcphalservice (pid 1309) 2,302K: vppservice (pid 914) 2,273K: wificond (pid 1290) 2,216K: qfp-daemon (pid 1395) 2,193K: slim_daemon (pid 1460) 2,192K: drmserver (pid 1172) 2,166K: hwservicemanager (pid 507) 1,976K: statsd (pid 674) 1,916K: android.hardware.drm@1.3-service.clearkey (pid 823) 1,905K: qseecomd (pid 546) 1,816K: spdaemon (pid 567) 1,789K: ipacm (pid 651) 1,782K: servicemanager (pid 506) 1,748K: traced (pid 1178) 1,743K: vendor.display.color@1.0-service (pid 843) 1,654K: perfservice (pid 1308) 1,616K: sensors.qti (pid 1021) 1,574K: credstore (pid 993) 1,559K: qccsyshal@1.1-service (pid 815) 1,552K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,546K: gpuservice (pid 1004) 1,537K: vendor.qti.hardware.display.allocator-service (pid 848) 1,533K: vendor.qti.secure_element@1.2-service (pid 890) 1,531K: dpmd (pid 1195) 1,519K: tzlog (pid 1379) 1,456K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,452K: lmkd (pid 505) 1,437K: android.hardware.cas@1.2-service (pid 820) 1,419K: android.system.suspend@1.0-service (pid 569) 1,404K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,384K: android.hardware.usb@1.2-service-qti (pid 841) 1,367K: loc_launcher (pid 1371) 1,356K: dpmQmiMgr (pid 1180) 1,323K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,323K: android.hardware.boot@1.1-service (pid 575) 1,294K: dpmd (pid 1179) 1,292K: qcc-trd (pid 1391) 1,278K: imsqmidaemon (pid 1328) 1,261K: vendor.ts.uart@1.0-service (pid 652) 1,221K: incidentd (pid 1274) 1,221K: feature_enabler_client (pid 1265) 1,208K: android.hardware.health@2.1-service (pid 827) 1,189K: android.hardware.thermal@2.0-service.qti (pid 839) 1,171K: android.hardware.power-service (pid 835) 1,165K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,151K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,148K: vendor.qti.qspmhal@1.0-service (pid 888) 1,147K: ip6tables-restore (pid 738) 1,141K: gatekeeperd (pid 1374) 1,118K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,113K: time_daemon (pid 650) 1,111K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,111K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,108K: keymasterd (pid 623) 1,077K: ipacm-diag (pid 1337) 1,072K: tloc_daemon (pid 1396) 1,071K: iptables-restore (pid 737) 1,068K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,066K: adsprpcd (pid 1359) 1,064K: sscrpcd (pid 579) 1,061K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,060K: wfdvndservice (pid 1362) 1,048K: sscrpcd (pid 952) 1,047K: adsprpcd (pid 1357) 1,043K: pm-service (pid 980) 1,032K: qspmsvc (pid 2775) 1,032K: mdnsd (pid 2767) 1,030K: cdsprpcd (pid 1361) 1,029K: dspservice (pid 851) 1,023K: sh (pid 4240) 1,022K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,010K: logcat (pid 3861) 1,006K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,005K: vendor.qti.hardware.vibrator.service (pid 883) 1,005K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 976K: android.hardware.memtrack@1.0-service (pid 833) 968K: vndservicemanager (pid 508) 921K: android.hardware.lights-service.qti (pid 831) 912K: android.hardware.atrace@1.0-service (pid 572) 902K: pd-mapper (pid 953) 860K: mlid (pid 1369) 817K: pm-proxy (pid 1170) 796K: msm_irqbalance (pid 1500) 787K: dumpsys (pid 20610) 758K: rmt_storage (pid 1017) 755K: android.hidl.allocator@1.0-service (pid 813) 738K: app_d (pid 28286) 731K: tftp_server (pid 1018) 725K: app_d (pid 28255) 655K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 541K: ssgqmigd (pid 1368) Total PSS by OOM adjustment: 700,624K: Native 108,494K: surfaceflinger (pid 1010) 73,475K: tlog (pid 1289) 37,422K: com.android.commands.monkey (pid 4242) 29,791K: zygote (pid 677) 23,625K: audioserver (pid 10705) 19,932K: mediaserver (pid 1279) 19,730K: android.hardware.audio.service (pid 10704) 18,772K: android.hardware.wifi@1.0-service (pid 842) 15,959K: media.extractor (pid 1276) 14,748K: webview_zygote (pid 2419) 14,325K: zygote64 (pid 676) 13,922K: media.swcodec (pid 1363) 12,228K: media.metrics (pid 1278) 10,517K: vendor.qti.hardware.display.composer-service (pid 850) 10,283K: android.hardware.gnss@2.1-service-qti (pid 825) 9,485K: media.codec (pid 1310) 9,392K: android.hardware.neuralnetworks@1.3-service-qti (pid 834) 8,345K: cameraserver (pid 1270) 7,654K: hht_ota_mgr (pid 2764) 7,440K: init (pid 1) 7,191K: media.hwcodec (pid 884) 6,862K: wpa_supplicant (pid 12167) 5,773K: keystore2 (pid 571) 5,653K: vendor.qti.hardware.perf@2.2-service (pid 870) 5,553K: cnd (pid 1313) 5,438K: android.hardware.bluetooth@1.0-service-qti (pid 818) 5,084K: logd (pid 504) 4,806K: iorapd (pid 1175) 4,539K: ueventd (pid 477) 4,454K: netd (pid 675) 3,605K: storaged (pid 1288) 3,585K: vold (pid 548) 3,542K: imsrcsd (pid 1332) 3,386K: selfinstaller (pid 1280) 3,337K: cnss_diag (pid 1268) 3,333K: init (pid 475) 3,267K: adbd (pid 2749) 3,099K: wifidisplayhalservice (pid 1316) 2,990K: ssgtzd (pid 804) 2,956K: installd (pid 1275) 2,946K: android.hardware.sensors@2.0-service.multihal (pid 836) 2,762K: imsdatadaemon (pid 1515) 2,734K: update_engine (pid 1382) 2,682K: vendor.qti.hardware.iop@2.0-service (pid 852) 2,659K: iorap.prefetcherd (pid 2040) 2,636K: lowi-server (pid 1459) 2,595K: traced_probes (pid 1176) 2,583K: xtra-daemon (pid 1461) 2,562K: ims_rtp_daemon (pid 1322) 2,415K: thermal-engine (pid 3408) 2,358K: cnss-daemon (pid 1367) 2,344K: wfdhdcphalservice (pid 1309) 2,302K: vppservice (pid 914) 2,273K: wificond (pid 1290) 2,216K: qfp-daemon (pid 1395) 2,193K: slim_daemon (pid 1460) 2,192K: drmserver (pid 1172) 2,166K: hwservicemanager (pid 507) 1,976K: statsd (pid 674) 1,916K: android.hardware.drm@1.3-service.clearkey (pid 823) 1,905K: qseecomd (pid 546) 1,816K: spdaemon (pid 567) 1,789K: ipacm (pid 651) 1,782K: servicemanager (pid 506) 1,748K: traced (pid 1178) 1,743K: vendor.display.color@1.0-service (pid 843) 1,654K: perfservice (pid 1308) 1,616K: sensors.qti (pid 1021) 1,574K: credstore (pid 993) 1,559K: qccsyshal@1.1-service (pid 815) 1,552K: vendor.qti.hardware.servicetracker@1.2-service (pid 876) 1,546K: gpuservice (pid 1004) 1,537K: vendor.qti.hardware.display.allocator-service (pid 848) 1,533K: vendor.qti.secure_element@1.2-service (pid 890) 1,531K: dpmd (pid 1195) 1,519K: tzlog (pid 1379) 1,456K: vendor.qti.hardware.qteeconnector@1.0-service (pid 874) 1,452K: lmkd (pid 505) 1,437K: android.hardware.cas@1.2-service (pid 820) 1,419K: android.system.suspend@1.0-service (pid 569) 1,404K: android.hardware.keymaster@4.1-service-qti (pid 545) 1,384K: android.hardware.usb@1.2-service-qti (pid 841) 1,367K: loc_launcher (pid 1371) 1,356K: dpmQmiMgr (pid 1180) 1,323K: vendor.qti.hardware.sensorscalibrate@1.0-service (pid 875) 1,323K: android.hardware.boot@1.1-service (pid 575) 1,294K: dpmd (pid 1179) 1,292K: qcc-trd (pid 1391) 1,278K: imsqmidaemon (pid 1328) 1,261K: vendor.ts.uart@1.0-service (pid 652) 1,221K: incidentd (pid 1274) 1,221K: feature_enabler_client (pid 1265) 1,208K: android.hardware.health@2.1-service (pid 827) 1,189K: android.hardware.thermal@2.0-service.qti (pid 839) 1,171K: android.hardware.power-service (pid 835) 1,165K: vendor.qti.hardware.capabilityconfigstore@1.0-service (pid 847) 1,151K: vendor.qti.esepowermanager@1.1-service (pid 846) 1,148K: vendor.qti.qspmhal@1.0-service (pid 888) 1,147K: ip6tables-restore (pid 738) 1,141K: gatekeeperd (pid 1374) 1,118K: vendor.qti.hardware.soter@1.0-service (pid 877) 1,113K: time_daemon (pid 650) 1,111K: android.hardware.gatekeeper@1.0-service-qti (pid 576) 1,111K: vendor.qti.hardware.qseecom@1.0-service (pid 547) 1,108K: keymasterd (pid 623) 1,077K: ipacm-diag (pid 1337) 1,072K: tloc_daemon (pid 1396) 1,071K: iptables-restore (pid 737) 1,068K: vendor.qti.hardware.limits@1.0-service (pid 869) 1,066K: adsprpcd (pid 1359) 1,064K: sscrpcd (pid 579) 1,061K: vendor.qti.hardware.qccvndhal@1.0-service (pid 871) 1,060K: wfdvndservice (pid 1362) 1,048K: sscrpcd (pid 952) 1,047K: adsprpcd (pid 1357) 1,043K: pm-service (pid 980) 1,032K: qspmsvc (pid 2775) 1,032K: mdnsd (pid 2767) 1,030K: cdsprpcd (pid 1361) 1,029K: dspservice (pid 851) 1,023K: sh (pid 4240) 1,022K: vendor.qti.power.pasrmanager@1.0-service (pid 885) 1,010K: logcat (pid 3861) 1,006K: vendor.qti.hardware.tui_comm@1.0-service-qti (pid 878) 1,005K: vendor.qti.hardware.vibrator.service (pid 883) 1,005K: vendor.thundercomm.hardware.tsnv@1.0-service (pid 891) 976K: android.hardware.memtrack@1.0-service (pid 833) 968K: vndservicemanager (pid 508) 921K: android.hardware.lights-service.qti (pid 831) 912K: android.hardware.atrace@1.0-service (pid 572) 902K: pd-mapper (pid 953) 860K: mlid (pid 1369) 817K: pm-proxy (pid 1170) 796K: msm_irqbalance (pid 1500) 787K: dumpsys (pid 20610) 758K: rmt_storage (pid 1017) 755K: android.hidl.allocator@1.0-service (pid 813) 738K: app_d (pid 28286) 731K: tftp_server (pid 1018) 725K: app_d (pid 28255) 655K: tombstoned (pid 633) 636K: qrtr-ns (pid 950) 541K: ssgqmigd (pid 1368) 285,080K: System 285,080K: system (pid 1244) 570,502K: Persistent 229,841K: com.android.systemui (pid 15627) 80,165K: com.hht.lebocast (pid 2900 / activities) 22,560K: com.thundercomm.tcservice (pid 2428) 20,319K: com.thundercomm.gamemode (pid 2173) 20,311K: com.qualcomm.qti.workloadclassifier (pid 3028) 17,975K: com.qualcomm.location (pid 2731) 15,355K: com.android.networkstack.process (pid 2123) 15,146K: .dataservices (pid 2183) 14,754K: com.thundercomm.microsettings (pid 2181) 11,557K: com.hryt.hiphishowfsecontrol (pid 2908) 10,274K: com.thundercomm.remotecontrolservice (pid 2368) 9,797K: com.qualcomm.qti.qdma (pid 2438) 9,262K: com.tc.logclient (pid 2255) 9,148K: com.thundercomm.microservice (pid 2178) 8,677K: com.thundercomm.tchttpserver (pid 2207) 7,954K: com.qualcomm.qti.services.systemhelper:systemhelper_service (pid 2988) 7,806K: com.qualcomm.qti.qccnetstat (pid 3016) 7,761K: .qtidataservices (pid 2191) 7,749K: ts.car.uart (pid 2903) 7,734K: com.android.se (pid 2338) 7,421K: com.thundercomm.tcsetupwizard (pid 2301) 7,365K: vendor.qti.qesdk.sysservice (pid 2305) 7,284K: com.qualcomm.qti.devicestatisticsservice (pid 3270) 7,176K: com.qti.qualcomm.mstatssystemservice (pid 2310) 7,111K: .pasr (pid 2917) 51,833K: Persistent Service 26,397K: com.android.providers.media.module (pid 3070) 25,436K: com.android.bluetooth (pid 17461) 82,213K: Foreground 82,213K: com.android.music (pid 3716 / activities) 166,739K: Visible 150,448K: com.android.launcher3 (pid 2649 / activities) 10,663K: android.ext.services (pid 2486) 5,628K: com.qualcomm.location.XT (pid 3132) 56,559K: Perceptible 56,559K: com.sohu.inputmethod.sogou.car (pid 29123) 6,246K: A Services 6,246K: com.qti.diagservices (pid 17899) 30,310K: Previous 20,665K: com.thundercomm.gamecenter (pid 4371 / activities) 9,645K: com.thundercomm.gamemode.provider (pid 2492) 509,696K: B Services 496,235K: com.tencent.android.qqdownloader (pid 22031) 13,461K: android.process.media (pid 3083) 909,979K: Cached 295,261K: com.android.settings (pid 2441 / activities) 139,481K: com.tencent.android.qqdownloader:daemon (pid 21986) 91,898K: com.android.packageinstaller (pid 3752) 72,073K: com.android.documentsui (pid 4620 / activities) 71,283K: com.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0:0 (pid 28310) 68,178K: com.android.gallery3d (pid 20073) 51,401K: com.android.htmlviewer (pid 7821) 23,483K: com.tencent.android.qqdownloader:live (pid 21958) 18,028K: com.tencent.android.qqdownloader:cloud (pid 28239) 17,356K: com.android.permissioncontroller (pid 3768) 13,873K: com.android.shell (pid 3792) 13,693K: com.android.webview:webview_service (pid 26641) 9,859K: com.qualcomm.qti.qccauthmgr (pid 2600) 9,835K: android:ui (pid 18842) 9,088K: com.android.externalstorage (pid 3938) 5,189K: com.android.musicfx (pid 19076) Total PSS by category: 1,337,334K: Native 422,796K: Dalvik 327,190K: .so mmap 222,788K: EGL mtrack 198,406K: .apk mmap 151,072K: Gfx dev 130,548K: Unknown 103,948K: Dalvik Other 99,140K: .art mmap 85,226K: .dex mmap 74,392K: .jar mmap 67,036K: Stack 56,048K: Other mmap 26,637K: .oat mmap 13,153K: .ttf mmap 6,528K: GL mtrack 5,944K: Other dev 2,920K: Ashmem 0K: Cursor 0K: Other mtrack Total RAM: 7,896,244K (status normal) Free RAM: 4,262,643K ( 909,979K cached pss + 2,822,636K cached kernel + 530,028K free) ION: 358,776K ( 8,196K mapped + 350,580K unmapped + 0K pools) Used RAM: 3,051,014K (2,245,210K used pss + 805,804K kernel) Lost RAM: 617,890K ZRAM: 3,372K physical used for 41,360K in swap (4,194,300K total swap) Tuning: 512 (large 512), oom 322,560K, restore limit 107,520K (high-end-gfx) // meminfo status was 0 // CRASH: com.android.systemui (pid 15627) // Short Msg: java.lang.UnsupportedOperationException // Long Msg: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // Build Label: HiPhi/PassengerDisplay_CN/PassengerDisplay:12/SKQ1.220201.001/2962:user/test-keys // Build Changelist: 2962 // Build Time: 1682107785000 // java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.settings.brightness.BrightnessDialog}: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3636) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: android.view.InflateException: Binary XML file line #25 in com.android.systemui:layout/quick_settings_brightness_dialog: Error inflating class // Caused by: java.lang.reflect.InvocationTargetException // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: android.content.res.Resources$NotFoundException: Drawable com.android.systemui:drawable/brightness_progress with resource ID #0x7f0802fe // Caused by: android.content.res.Resources$NotFoundException: File res/drawable/brightness_progress.xml from drawable resource ID #0x7f0802fe // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:874) // at android.content.res.ResourcesImpl.loadDrawable(ResourcesImpl.java:668) // at android.content.res.Resources.loadDrawable(Resources.java:993) // at android.content.res.TypedArray.getDrawableForDensity(TypedArray.java:1007) // at android.content.res.TypedArray.getDrawable(TypedArray.java:982) // at android.widget.ProgressBar.(ProgressBar.java:286) // at android.widget.AbsSeekBar.(AbsSeekBar.java:120) // at android.widget.SeekBar.(SeekBar.java:90) // at android.widget.SeekBar.(SeekBar.java:86) // at android.widget.SeekBar.(SeekBar.java:82) // at com.android.systemui.settings.brightness.ToggleSeekBar.(ToggleSeekBar.java:40) // at java.lang.reflect.Constructor.newInstance0(Native Method) // at java.lang.reflect.Constructor.newInstance(Constructor.java:343) // at android.view.LayoutInflater.createView(LayoutInflater.java:858) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:1010) // at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:965) // at android.view.LayoutInflater.rInflate(LayoutInflater.java:1127) // at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:1088) // at android.view.LayoutInflater.inflate(LayoutInflater.java:686) // at android.view.LayoutInflater.inflate(LayoutInflater.java:538) // at com.android.systemui.settings.brightness.BrightnessSlider$Factory.create(BrightnessSlider.java:277) // at com.android.systemui.settings.brightness.BrightnessDialog.onCreate(BrightnessDialog.java:76) // at android.app.Activity.performCreate(Activity.java:8094) // at android.app.Activity.performCreate(Activity.java:8074) // at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1330) // at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3609) // at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3793) // at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) // at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) // at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) // at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211) // at android.os.Handler.dispatchMessage(Handler.java:106) // at android.os.Looper.loopOnce(Looper.java:201) // at android.os.Looper.loop(Looper.java:288) // at android.app.ActivityThread.main(ActivityThread.java:7880) // at java.lang.reflect.Method.invoke(Native Method) // at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) // at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1009) // Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 6 to dimension: type=0x1 // at android.content.res.TypedArray.getDimensionPixelOffset(TypedArray.java:739) // at android.graphics.drawable.LayerDrawable.updateLayerFromTypedArray(LayerDrawable.java:359) // at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:267) // at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:200) // at android.graphics.drawable.DrawableInflater.inflateFromXmlForDensity(DrawableInflater.java:145) // at android.graphics.drawable.Drawable.createFromXmlInnerForDensity(Drawable.java:1399) // at android.graphics.drawable.Drawable.createFromXmlForDensity(Drawable.java:1358) // at android.content.res.ResourcesImpl.loadXmlDrawable(ResourcesImpl.java:906) // at android.content.res.ResourcesImpl.loadDrawableForCookie(ResourcesImpl.java:860) // ... 37 more //