のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

Android bugreportsの取り出し方

バグレポートの取り出し方のメモ

adb shell
$su
#chmod 777 /data
#chmod 777 /data/data
#chmod 777 /data/data/com.android.shell
#chmod 777 /data/data/com.android.shell/files
#chmod 777 /data/data/com.android.shell/files/bugreports
#chmod 777 /data/data/com.android.shell/files/bugreports/
#exit
$exit

adb pull /data/data/com.android.shell/files/bugreports/

java -jar chkbugreport.jar bugreport.txt

chkbugreport-0.4-185.jar