Skip to content

Instantly share code, notes, and snippets.

@ricardoalcocer
Last active May 20, 2016 09:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ricardoalcocer/5498098 to your computer and use it in GitHub Desktop.
Save ricardoalcocer/5498098 to your computer and use it in GitHub Desktop.
When doing console.log on Android, get the output on the Terminal.
The ADB excecutable lives in:
[path-to-android-sdk]/platform-tools/
./adb -e logcat | grep TiAPI
or
./adb -d logcat | grep TiAPI
d = device
e = emulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment