summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Looper.java
Commit message (Collapse)AuthorAgeFilesLines
* am 3d79f1ce: am edc68a00: Merge "Attempt to reduce problems from issue ↵Simon Wilson2011-03-021-0/+17
|\ | | | | | | | | | | | | #3183612" into gingerbread * commit '3d79f1ce84ee60dbb26468b9e5f75f4ccb5ed8aa': Attempt to reduce problems from issue #3183612
| * Attempt to reduce problems from issue #3183612Dianne Hackborn2011-02-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.SecurityException: Neither user 1209 nor current... ...process has android.permission.WAKE_LOCK. It looks like, somehow, the calling uid/pid of the SyncHandler thread is getting corrupted. This change has Looper check for these values changing from their original defaults and, if there is a problem, resetting them and logging a WTF. Hopefully this will avoid crashing the process, while also giving us more helpful error reports about what is going on. Change-Id: Iff06d575951fb8c06e2a3c31141f2907a715eb81
* | Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick2010-11-231-33/+36
|/ | | | Change-Id: I0b9adce46cb785b4dd4e6296e1f97c8bcf0dbfbf
* Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-151-1/+2
| | | | | | Also improve debug printing of various times. Change-Id: Ifcc288fd1bcbf44c069875ba97925b9e7ffe9a48
* Add support for the PointerLocation overlay.Jeff Brown2010-08-111-0/+5
| | | | | | | | | | This change involves adding a new method to IWindowManager, monitorInput() that returns an InputChannel to receive a copy of all input that is dispatched to applications. The caller must have the READ_INPUT_STATE permission to make this request (similar to other window manager methods such as getKeycodeState). Change-Id: Icd14d810174a5b2928671ef16de73af88302aea0
* AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-3/+0
| | | | Automated import of CL 145994
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+226
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-226/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+14
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+214