12-01-2022 02:19 AM
01-12-2023 02:32 AM
You can enable the log and let the battery drain for a bit before stopping the logging tool.
01-11-2023 08:31 AM
I've got the same issue, too...
01-12-2023 01:57 AM
@Mansi_ASUS I was able to identify at least one cause of this "others" drain, can you pass this to the team?
Here's 18% drain, and looking to the logcat log I can see the following:
01-07 23:39:55.220 0 0 I KERNEL : [1407163.155056][T18279] [K][KTOP]CPU Usage PID Name Delta(463365599938 ns)
01-07 22:40:31.700 0 0 I KERNEL : [1403599.634619][T17957] [K][KTOP] 3.1% 1897 vendor.qti.came 14411421179
01-07 22:40:31.700 0 0 I KERNEL : [1403599.634648][T17957] [K][KTOP] 0.3% 10418 ndroid.systemui 1838454612
01-07 22:40:31.700 0 0 I KERNEL : [1403599.634666][T17957] [K][KTOP] 0.2% 10160 system_server 1053105500
01-07 22:40:31.700 0 0 I KERNEL : [1403599.634677][T17957] [K][KTOP] 0.1% 17582 kworker/u16:5 721029855
01-07 22:40:31.700 0 0 I KERNEL : [1403599.634688][T17957] [K][KTOP] 0.1% 16469 kworker/u16:3 695351342
01-07 22:40:31.700 0 0 I KERNEL : [1403599.634698][T17957] [K][KTOP] 0.1% 18369 kworker/u16:1 553801436
01-07 22:40:31.700 0 0 W KERNEL : [1403599.634768][T17957] [K][KTOP] asus Kernel Top Statistic done
So, it's a vendor.qti.camera.provider process eating CPU, which I confirmed with the 'top' observations:
PID USER PR NI VIRT RES SHR S[%CPU] %MEM TIME+ ARGS
1897 cameraserver 20 0 15G 4.0M 4.0M S 23.3 0.0 862:40.01 vendor.qti.camera.provider@2.7-service_64
10418 u0_a50 20 0 18G 228M 119M S 7.3 3.1 112:20.00 com.android.systemui
10160 system 18 -2 22G 449M 301M S 7.3 6.1 227:37.74 system_server
22351 shell 20 0 12G 5.5M 3.6M R 2.3 0.0 0:00.19 top
vendor.qti.camera.provider is at constant ~25% cpu, I've waited for some time to ensure that it's not a fluke/spike. Device was with screen off and of course camera is off. I don't use camera much, so was able to catch this only once. Hope it helps.
PS: I've posted the same reply yesterday, but can't see it on the forums 😞
01-12-2023 02:22 AM
Now I look into 'adb shell logcat' log and see the following:
So, it's a vendor.qti.camera.provider process eating CPU, which I confirmed with the 'adb shell top' observations:
As you see, camera.provider is at constant ~25% load, with the total time exceeding systemui/system_server. I've waited for some time - and this isn't a fluke/spike. The phone is with a screen off and camera hasn't been used for some time.
I don't use camera a lot, so caught this but just once. Hope this helps.
01-12-2023 06:00 AM
I can see constant high CPU usage (~30%) by android.system.suspend@1.0-service. Other processes thermal-engine-v2 and system_server are also using a few percent of CPU all the time.
ADB is connected over WiFi, phone is not connected to USB/charger, screen is off.