11

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?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
newday
  • 3,842
  • 10
  • 54
  • 79
  • http://stackoverflow.com/questions/11620641/android-error-open-failed-enoent , http://stackoverflow.com/questions/10235888/bad-path-trying-to-open-file-in-android. Check that. It might help – MysticMagicϡ Jan 08 '13 at 06:27
  • @MenukaDevinda `/proc/net/xt_qtaguid/iface_stat_all`, does your process has read permissions on system folder proc ? Are you trying to read network info ? – S.D. Jan 08 '13 at 06:31
  • I don't use any assets out side the application. I use fonts in my application assets folder – newday Jan 08 '13 at 06:31
  • I am having the same problem. My app tries to read network info. What is the cause of this error message? – Pria Sep 05 '13 at 10:09

0 Answers0