Last active
March 2, 2017 12:53
-
-
Save vilmarbfilho/f2b1ceff2c9f1eb23f6ff21bb30a70df to your computer and use it in GitHub Desktop.
ADB commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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