Skip to content

Instantly share code, notes, and snippets.

@somoso
Created August 13, 2018 12:49
Show Gist options
  • Save somoso/788c2b23c91bffc1fe593da332f6222a to your computer and use it in GitHub Desktop.
Save somoso/788c2b23c91bffc1fe593da332f6222a to your computer and use it in GitHub Desktop.
Capture bug report on Android (needs Android SDK to be installed)
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