Hi guys,

I'm raising this issue again because it has become crucial to the
behavior of my app.

This weird ANR happens after user performs multiple fast and
consecutive
GUI operations ("monkey test") on the application. I used the term Non-
applicative
because its stack trace (see below) does no lead to my own
application's code,
bur is fully external to it.

An interesting fact is that there's always a state of low memory
before ANR occues,
a state which is dealt in my app by performing cache cleanup etc in an
onLowMemory()
method.

Any idea you may have will be appreciated!!!

Peace,
GiladH


DALVIK THREADS:
"MyMainThread" prio=5 tid=3 TIMED_WAIT
  | group="main" sCount=1 dsCount=0 s=1 obj=0x400103e8
  | sysTid=1200 nice=0 sched=0/0 handle=-1090745188
  at java.lang.Object.wait(Native Method)
  at java.lang.Object.wait(Object.java:195)
  at android.os.MessageQueue.next(MessageQueue.java:144)
  at android.os.Looper.loop(Looper.java:110)
  at android.app.ActivityThread.main(ActivityThread.java:3739)
  at java.lang.reflect.Method.invokeNative(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:515)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:739)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497)
  at dalvik.system.NativeStart.main(Native Method)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to