Loging from shell in Android -


how can log standard loginig system in android shell? 1 logcat used read log. know can write simple program that, isn't there 1 already?

well, can use log command.

adb shell log "msg" 

it quite obvious name command log, when think it.


Comments