使っているうちに、/data が勝手に減ってくるのでメモ
まぁ簡単な話、下記のファイルが成長するだけのこと。
/data/data/com.android.htcprofile/anr_history.txt
なので、育ってきたら adb shell でもって
#cd /data/data/com.android.htcprofile
#echo "" > anr_history.txt
で、終わり。
使っているうちに、/data が勝手に減ってくるのでメモ
まぁ簡単な話、下記のファイルが成長するだけのこと。
/data/data/com.android.htcprofile/anr_history.txt
なので、育ってきたら adb shell でもって
#cd /data/data/com.android.htcprofile
#echo "" > anr_history.txt
で、終わり。