コマンドラインから LogCat を表示しようとしています。私は以下を実行します:
"C:\path\to\android-sdk\platform-tools\adb.exe" logcat
現在行われているアクティビティを表示しています。私が見ているものの行ごとの例は
E/StrictMode( 654): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
E/StrictMode( 654): at java.lang.Thread.run(Thread.java:856)
W/ActivityManager( 276): Unbind failed: could not find connection for android.os.BinderProxy@410b51f8
D/dalvikvm( 276): GC_CONCURRENT freed 899K, 15% free 7052K/8276K, paused 9ms+26ms, total 248ms
出力に日付/時刻を含めるには、どのスイッチを指定する必要がありますか?