將Log輸出成txt的方法. Linux下,將檔案產生到根目錄︰ $adb logcat -d > ~/logcat.txt 如果是要顯示當前程式︰ $adb shell logcat -d > ~/logcat
確定! 回上一頁