1.Android系統版本>=8.0,直接使用指令adb bugreport,例如:adb bugreport > C:\Users\ymlu\Desktop\bugreport.txt
2.針對Android系統版本<8.0,終端切至路徑C:\Users\ymlu\Desktop\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\platform-tools下面,運行adb.exe;然后運行adb bugreport即可
備注:上官網http://www.android-studio.org/,切至http://www.android-studio.org/頁面,下載ADT,解壓后,可以直接使用。