Kyson / AndroidGodEye

An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
Apache License 2.0
2.6k stars 344 forks source link

The image is broken or blurry on README #47

Closed DysaniazzZ closed 5 years ago

DysaniazzZ commented 5 years ago

The image below Base info and More is broken and the image below Framework is too blurry to figure out.

Kyson commented 5 years ago

@DysaniazzZ Thx a lot, i will fix it~

DysaniazzZ commented 5 years ago

the image below Framework is still blurry, I can't figure out.

DysaniazzZ commented 5 years ago

BTW, does the cpu monitor support multiple process application?

Kyson commented 5 years ago

@DysaniazzZ I think is not, because 'CPU data' is read from file:"/proc/pid/stat" which is process isolated

DysaniazzZ commented 5 years ago

@Kyson ok, thx for your reply.