Skip to content

Instantly share code, notes, and snippets.

@nazrdogan
Forked from ricardoalcocer/text
Last active May 20, 2016 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazrdogan/3c63aed6322d00de15a348c0650d178a to your computer and use it in GitHub Desktop.
Save nazrdogan/3c63aed6322d00de15a348c0650d178a 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