我正在尝试通过命令行查看 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
我需要提供什么开关才能在输出中包含日期/时间?