summaryrefslogtreecommitdiff
path: root/core/java/android/os/Looper.java
Commit message (Expand)AuthorAgeFilesLines
* Docs: update the example code in LooperJing Ji2020-10-241-1/+1
* Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey2020-10-071-0/+2
* Workaround memory leaks in LooperJing Ji2020-07-281-90/+106
* Add warning message when entering loop twiceLouis Chang2020-03-131-0/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-2/+2
* Deprecate Looper.prepareMainLooperCharles Munger2019-11-151-3/+5
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+6
* Rename WorkSource methods on Binder and IPCThreadState.Olivier Gaillard2018-11-151-2/+2
* Add work source uid collection to LooperStatsMarcin Oczeretko2018-09-201-0/+2
* Merge "Collect telemetry data for System Server Loopers."Marcin Oczeretko2018-09-051-1/+59
|\
| * Collect telemetry data for System Server Loopers.Marcin Oczeretko2018-09-031-1/+59
* | Avoiding potential NPE when dumping to proto.Kweku Adams2018-09-041-1/+3
|/
* Log slow message delivery on LooperMakoto Onuki2018-04-271-15/+70
* Fix privacy tags based on PWG review meeting.Yi Jin2018-03-151-1/+0
* Work on issue #36891897: Need to ensure foreground services...Dianne Hackborn2017-06-141-1/+14
* Log a warning if a dispatch on UiThread takes more thanMakoto Onuki2017-03-281-0/+22
* Protobufferize PowerManager dumpsysNetta P2017-02-231-0/+12
* Only get trace name if tracing is enabledJorim Jaggi2016-08-021-1/+1
* Automatically trace messages on shared loopers.Jeff Sharkey2016-04-071-2/+18
* Add support for non-blocking I/O with Looper.Jeff Brown2015-03-111-0/+1
* Expose some useful methods on Looper and clean up docs.Jeff Brown2015-03-111-25/+39
* Move sync barrier methods into MessageQueue.Jeff Brown2015-03-111-42/+0
* Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown2015-03-111-10/+10
* Detect invalid uses of Message.Jeff Brown2014-03-031-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-21/+4
* Cleanup some of the thread merging.Dianne Hackborn2013-05-071-0/+10
* Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-7/+26
* Ensure looper quits after all other messages are handled.Jeff Brown2013-04-111-2/+10
* Queues, queues, queues and input.Jeff Brown2013-04-081-0/+8
* Make MessageQueue and Looper final.Jeff Brown2013-04-011-3/+3
* Remove unused, obsolete debug codeRomain Guy2012-05-211-20/+0
* Improve MessageQueue sync barrier implementation.Jeff Brown2012-02-161-60/+107
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-1/+1
* Convert looper traces to traceview tracesRomain Guy2011-07-201-6/+8
* Add new ViewDebug APIs to profile the event queue.Romain Guy2011-07-151-32/+37
* Eliminate single-process mode.Jeff Brown2011-07-081-3/+1
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-1/+0
* am e2e8da7c: am 7c2e76f0: Merge "Improve error reporting for issue #3183612" ...Dianne Hackborn2011-03-151-1/+2
|\
| * Improve error reporting for issue #3183612Dianne Hackborn2011-03-151-1/+2
* | am 3d79f1ce: am edc68a00: Merge "Attempt to reduce problems from issue #31836...Simon Wilson2011-03-021-0/+17
|\|
| * Attempt to reduce problems from issue #3183612Dianne Hackborn2011-02-091-0/+18
* | Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick2010-11-231-33/+36
|/
* Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-151-1/+2
* Add support for the PointerLocation overlay.Jeff Brown2010-08-111-0/+5
* AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-3/+0
* 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