-
Notifications
You must be signed in to change notification settings - Fork 9
suspend_backoff
fred777 edited this page Oct 8, 2016
·
3 revisions
Author(s): sven, credits to Tungstwenty @xda-dev
Ranking: n/a
Speaking Name: suspend_backoff
Rationale: suspend_backoff is triggered whenever there's a rapid succession of sleep-wakeup-sleep transitions in a short period of time (10 occurrences within x ms IIRC). When that happens, SB makes sure the device is continuously awake for a bit instead of alternating a lot. The KWL count indicator could give a hint about the source of those continuous wakes, but not a definite answer because it doesn't show their time distribution.
Know actions:
Known conditions of occurence:
- In relation with Chrome: http://forum.xda-developers.com/showpost.php?p=28676218&postcount=24
- In relation with Wifi turning on/off when the screen goes on/off
- Too many alarms in short time may also trigger SUSPEND_BACKOFF. For instance, I had com.google.android.gms fireing several times per minute!
Related wakelocks:
References:
http://forum.xda-developers.com/showpost.php?p=28836538&postcount=6603