Skip to content

Instantly share code, notes, and snippets.

@fabiosantoscode
Created September 2, 2014 13:56
Show Gist options
  • Save fabiosantoscode/83e99d450109fbdd2efd to your computer and use it in GitHub Desktop.
Save fabiosantoscode/83e99d450109fbdd2efd to your computer and use it in GitHub Desktop.
Reading logs from Android Browser.
#!/bin/sh
# only tested these greps in Android 2.x. If you find anything else
adb logcat | grep "browser" | grep Console | sed "s/.\\+Console: //g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment