Created
August 13, 2018 12:49
-
-
Save somoso/788c2b23c91bffc1fe593da332f6222a to your computer and use it in GitHub Desktop.
Capture bug report on Android (needs Android SDK to be installed)
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
| adb shell -c "bugreport > /sdcard/bugreport.txt" | |
| adb pull /sdcard/bugreport.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment