On Wed, Jun 16, 2010 at 10:28 PM, Robert Macaulay <[email protected]> wrote: > What does the numbers in Alarm stats mean here? I'm assuming its the alarm > count totals, but not sure on the time or the flg parts.
The flg=0x4 is the set of flags on the Intent in the PendingIntent. I think 0x4 is FLAG_FILL_IN_CATEGORIES. The 142 alarms is the number of times this alarm was fired, near as I can tell. The 51759ms running is the aggregate time spent in onReceive(), again, near as I can tell. -- Mark Murphy CommonsWare [email protected] http://commonsware.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

