views:

23

answers:

0

I have a problem in the field where my app widget stops working (display does not update on its AlarmManager timer-pop). I don't have logs for the occurrence, so I am trying to test for the condition that the process dies, but restarts. I then found out that if I die too frequently, then Dalvik does a force stop which is exactly the behavior of the widget display problem.

What is the number of times and within what time interval with this occur? For example, I assume that if I crash once every 24+ hours, then that would not cause a force stop.