Top "Dumpsys" questions

The dumpsys is a tool that runs on the device and dumps interesting information about the status of system services.

Android: completely disabling deviceidle ("Doze") in Android M?

In a rooted Android M device, I want to completely disable deviceidle mode ("Doze"), all the time. Yes, I know …

android android-6.0-marshmallow dumpsys
Get info of current visible fragment(s) in android dumpsys

I'm looking a solution to determine which fragments are currently visible from dumpsys I can get info about activities $ adb …

android fragment dumpsys
adb shell dumpsys window windows output describing

I'm using appuim for interaction between my Android device and java code. And I faced with problem that on some …

android adb appium android-shell dumpsys
How to grant permission for application which is downloaded from play store?

Already I know google denied this dump permission except system applications from version 4.1 and more. But still I can able …

android shell permissions adb dumpsys
ADB shell: How do I get a list of BroadcastReceivers that will receive BOOT_COMPLETED Intent?

I am currently debugging an application that should auto-start after the device boots. To this end I have created a …

android android-intent adb adb-shell dumpsys
interpreting dumpsys cpuinfo

Im looking for an explanation of result of command "dumpsys cpuinfo" in android shell. :# dumpsys cpuinfo Load: 17.78 / 16.97 / 16.29 CPU usage from 35983…

android shell cpu dumpsys
Android adb shell dumpsys battery reset

What does this command do in Android headset? adb shell dumpsys battery reset Do I need to do anything else …

adb battery dumpsys
adb shell command to check the apk is debug or release signed?

How to check if apk is debug or release signed? Is there any direct adb command to verify apk signature? …

android adb aapt dumpsys
How to find the coordinates of my touch event?

I am testing a third party game on physical device after connecting with adb on Windows. I am capturing logs …

android adb logcat dumpsys