2011-06-15 42 views
1

我想有批處理文件亞行記錄,我的批處理文件是這樣的解鎖亞行logcat

adb root 
adb remount 
adb shell cd /data/log/ 

adb shell logcat –v time >log_0.txt 
adb shell logcat –v time –b radio >log_radio_0.txt & 

adb pull /data/log/ 

第一logcat的阻塞..所以接下來的logcat不執行.. 請建議如何在這裏解鎖logcat。

在此先感謝

回答

2

嘗試......

adb shell logcat -d -v time >log_0.txt