Skip to content

Instantly share code, notes, and snippets.

@vilmarbfilho
Last active March 2, 2017 12:53
Show Gist options
  • Save vilmarbfilho/f2b1ceff2c9f1eb23f6ff21bb30a70df to your computer and use it in GitHub Desktop.
Save vilmarbfilho/f2b1ceff2c9f1eb23f6ff21bb30a70df to your computer and use it in GitHub Desktop.
ADB commands
#Create a dump of alarms
adb shell dumpsys alarm > dump.txt
#Create a dump of activities
adb shell dumpsys activity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment