summaryrefslogtreecommitdiff
path: root/core/java/android/os/Looper.java
AgeCommit message (Expand)Author
2020-10-24Docs: update the example code in LooperJing Ji
2020-10-07Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-07-28Workaround memory leaks in LooperJing Ji
2020-03-13Add warning message when entering loop twiceLouis Chang
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-11-15Deprecate Looper.prepareMainLooperCharles Munger
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2018-11-15Rename WorkSource methods on Binder and IPCThreadState.Olivier Gaillard
2018-09-20Add work source uid collection to LooperStatsMarcin Oczeretko
2018-09-05Merge "Collect telemetry data for System Server Loopers."Marcin Oczeretko
2018-09-04Avoiding potential NPE when dumping to proto.Kweku Adams
2018-09-03Collect telemetry data for System Server Loopers.Marcin Oczeretko
2018-04-27Log slow message delivery on LooperMakoto Onuki
2018-03-15Fix privacy tags based on PWG review meeting.Yi Jin
2017-06-14Work on issue #36891897: Need to ensure foreground services...Dianne Hackborn
2017-03-28Log a warning if a dispatch on UiThread takes more thanMakoto Onuki
2017-02-23Protobufferize PowerManager dumpsysNetta P
2016-08-02Only get trace name if tracing is enabledJorim Jaggi
2016-04-07Automatically trace messages on shared loopers.Jeff Sharkey
2015-03-11Add support for non-blocking I/O with Looper.Jeff Brown
2015-03-11Expose some useful methods on Looper and clean up docs.Jeff Brown
2015-03-11Move sync barrier methods into MessageQueue.Jeff Brown
2015-03-11Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown
2014-03-03Detect invalid uses of Message.Jeff Brown
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-10-15Log view root, input and looper state in bug reports.Jeff Brown
2013-05-07Cleanup some of the thread merging.Dianne Hackborn
2013-04-18Fix change of behavior in Looper.quit().Jeff Brown
2013-04-11Ensure looper quits after all other messages are handled.Jeff Brown
2013-04-08Queues, queues, queues and input.Jeff Brown
2013-04-01Make MessageQueue and Looper final.Jeff Brown
2012-05-21Remove unused, obsolete debug codeRomain Guy
2012-02-16Improve MessageQueue sync barrier implementation.Jeff Brown
2011-08-11Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet
2011-07-20Convert looper traces to traceview tracesRomain Guy
2011-07-15Add new ViewDebug APIs to profile the event queue.Romain Guy
2011-07-08Eliminate single-process mode.Jeff Brown
2011-04-07Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato
2011-03-15am e2e8da7c: am 7c2e76f0: Merge "Improve error reporting for issue #3183612" ...Dianne Hackborn
2011-03-15Improve error reporting for issue #3183612Dianne Hackborn
2011-03-02am 3d79f1ce: am edc68a00: Merge "Attempt to reduce problems from issue #31836...Simon Wilson
2011-02-09Attempt to reduce problems from issue #3183612Dianne Hackborn
2010-11-23Misc Looper cleanups; add android.util.PrefixPrinterBrad Fitzpatrick
2010-08-15Fix problems with determining when to kill apps for wake usage.Dianne Hackborn
2010-08-11Add support for the PointerLocation overlay.Jeff Brown
2009-04-13AI 145994: Integrate #145778 from Donut.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project