Tuesday, July 26, 2011

[android-developers] Info requested - android alarm

Hi all,
I'm debugging suspend failure of honeycomb on a proprietary target
board.
I was seeing below print on my target board and getting woke up from
already started suspend process.
"PM: Device alarm failed to suspend: error -16"
After adding few prints in the alarm-dev.c I found that alarm_ioctl
function receives ANDROID_ALARM_SET for each and every minute.
Once that time is reached, alarm will be cleared and again set for
next minute.
I really did not understand why this code is needed and also from
where is it done?
Can some one plz help me?
thanks,
Venu

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment