のねのBlog

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

2015-05-11から1日間の記事一覧

Android Log

横にしたとき 05-11 16:46:47.667: I/ActivityManager(682): Config changes=480 {1.0 ?mcc?mnc en_CA ldltr sw360dp w598dp h335dp 480dpi nrml land finger -keyb/v/h -nav/h s.884}縦にしたとき 05-11 16:47:44.508: I/ActivityManager(682): Config chan…

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 /…