Skip to content

Instantly share code, notes, and snippets.

@seamountain
Created May 25, 2014 16:37
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 seamountain/b96f36afa631240b2f45 to your computer and use it in GitHub Desktop.
Save seamountain/b96f36afa631240b2f45 to your computer and use it in GitHub Desktop.
IDEを起動せずにAndroid実機ログを見る方法 ref: http://qiita.com/seamountain@github/items/c8f87386ceafea4a757e
$ adb logcat -v time
$ adb logcat -c | adb logcat -v time | grep -v D/SNFCCCS 2>&1 | tee debug.log
adt-bundle-mac-x86_64/sdk/tools
$ adt-bundle-mac-x86_64/sdk/tools/monitor
$ adt-bundle-mac-x86_64/sdk/tools/monitor
export PATH=$PATH:$HOME/src/adt-bundle-mac-x86_64-20130522/sdk/tools
$ ddms
The standalone version of DDMS is deprecated.
Please use Android Device Monitor (tools/monitor) instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment