Skip to content

Instantly share code, notes, and snippets.

@myamamic
Created December 11, 2012 07:54
Show Gist options
  • Save myamamic/4256661 to your computer and use it in GitHub Desktop.
Save myamamic/4256661 to your computer and use it in GitHub Desktop.
[Android][Tips] 標準出力をlogcatにリダイレクトする
# 標準出力をlogcatにリダイレクトする
adb shell stop
adb shell setprop log.redirect-stdio true
adb shell start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment