takke / cpustats

CPU Stats is a simple tool for android that displaying usage details of cpu within statusbar
https://play.google.com/store/apps/details?id=jp.takke.cpustats
Apache License 2.0
125 stars 24 forks source link

Can not work on Android oreo #23

Open THEONE10211024 opened 2 years ago

THEONE10211024 commented 2 years ago

can not get cpu usage on Android oreo, always zero

image
takke commented 2 years ago

what is the name of your device?

THEONE10211024 commented 2 years ago

I installed on Android Emulator

image
THEONE10211024 commented 2 years ago
image

do not support Android level upper 26?

takke commented 2 years ago

do not support Android level upper 26?

no. it's just a fallback to another method.

Since cpu utilization can no longer be obtained, clock frequency is used instead.

It may be zero because the emulator cannot get the information like frequency.