My application was OK until I noticed this: sometimes the application crashes. When it happens, I check the logcat.
01-08 06:12:07.123: E/ThrottleService(755): problem during onPollAlarm: java.lang.IllegalStateException: problem parsing stats: java.io.FileNotFoundException: /proc/net/xt_qtaguid/iface_stat_all: open failed: ENOENT (No such file or directory)
The problem is that I can't debug it. And there is no hint for the error. It happened in my mobile device too. What can be the reason to such an app crash?