index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
Looper.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: update the example code in Looper
Jing Ji
2020-10-24
1
-1
/
+1
*
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-07
1
-0
/
+2
*
Workaround memory leaks in Looper
Jing Ji
2020-07-28
1
-90
/
+106
*
Add warning message when entering loop twice
Louis Chang
2020-03-13
1
-0
/
+7
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-12-05
1
-2
/
+2
*
Deprecate Looper.prepareMainLooper
Charles Munger
2019-11-15
1
-3
/
+5
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-15
1
-0
/
+6
*
Rename WorkSource methods on Binder and IPCThreadState.
Olivier Gaillard
2018-11-15
1
-2
/
+2
*
Add work source uid collection to LooperStats
Marcin Oczeretko
2018-09-20
1
-0
/
+2
*
Merge "Collect telemetry data for System Server Loopers."
Marcin Oczeretko
2018-09-05
1
-1
/
+59
|
\
|
*
Collect telemetry data for System Server Loopers.
Marcin Oczeretko
2018-09-03
1
-1
/
+59
*
|
Avoiding potential NPE when dumping to proto.
Kweku Adams
2018-09-04
1
-1
/
+3
|
/
*
Log slow message delivery on Looper
Makoto Onuki
2018-04-27
1
-15
/
+70
*
Fix privacy tags based on PWG review meeting.
Yi Jin
2018-03-15
1
-1
/
+0
*
Work on issue #36891897: Need to ensure foreground services...
Dianne Hackborn
2017-06-14
1
-1
/
+14
*
Log a warning if a dispatch on UiThread takes more than
Makoto Onuki
2017-03-28
1
-0
/
+22
*
Protobufferize PowerManager dumpsys
Netta P
2017-02-23
1
-0
/
+12
*
Only get trace name if tracing is enabled
Jorim Jaggi
2016-08-02
1
-1
/
+1
*
Automatically trace messages on shared loopers.
Jeff Sharkey
2016-04-07
1
-2
/
+18
*
Add support for non-blocking I/O with Looper.
Jeff Brown
2015-03-11
1
-0
/
+1
*
Expose some useful methods on Looper and clean up docs.
Jeff Brown
2015-03-11
1
-25
/
+39
*
Move sync barrier methods into MessageQueue.
Jeff Brown
2015-03-11
1
-42
/
+0
*
Rename Looper::isIdling() to isPolling() to resolve confusion.
Jeff Brown
2015-03-11
1
-10
/
+10
*
Detect invalid uses of Message.
Jeff Brown
2014-03-03
1
-1
/
+1
*
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-1
/
+0
*
Log view root, input and looper state in bug reports.
Jeff Brown
2013-10-15
1
-21
/
+4
*
Cleanup some of the thread merging.
Dianne Hackborn
2013-05-07
1
-0
/
+10
*
Fix change of behavior in Looper.quit().
Jeff Brown
2013-04-18
1
-7
/
+26
*
Ensure looper quits after all other messages are handled.
Jeff Brown
2013-04-11
1
-2
/
+10
*
Queues, queues, queues and input.
Jeff Brown
2013-04-08
1
-0
/
+8
*
Make MessageQueue and Looper final.
Jeff Brown
2013-04-01
1
-3
/
+3
*
Remove unused, obsolete debug code
Romain Guy
2012-05-21
1
-20
/
+0
*
Improve MessageQueue sync barrier implementation.
Jeff Brown
2012-02-16
1
-60
/
+107
*
Make some methods/fields package private so that layoutlib can access them.
Xavier Ducrohet
2011-08-11
1
-1
/
+1
*
Convert looper traces to traceview traces
Romain Guy
2011-07-20
1
-6
/
+8
*
Add new ViewDebug APIs to profile the event queue.
Romain Guy
2011-07-15
1
-32
/
+37
*
Eliminate single-process mode.
Jeff Brown
2011-07-08
1
-3
/
+1
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
1
-1
/
+0
*
am e2e8da7c: am 7c2e76f0: Merge "Improve error reporting for issue #3183612" ...
Dianne Hackborn
2011-03-15
1
-1
/
+2
|
\
|
*
Improve error reporting for issue #3183612
Dianne Hackborn
2011-03-15
1
-1
/
+2
*
|
am 3d79f1ce: am edc68a00: Merge "Attempt to reduce problems from issue #31836...
Simon Wilson
2011-03-02
1
-0
/
+17
|
\
|
|
*
Attempt to reduce problems from issue #3183612
Dianne Hackborn
2011-02-09
1
-0
/
+18
*
|
Misc Looper cleanups; add android.util.PrefixPrinter
Brad Fitzpatrick
2010-11-23
1
-33
/
+36
|
/
*
Fix problems with determining when to kill apps for wake usage.
Dianne Hackborn
2010-08-15
1
-1
/
+2
*
Add support for the PointerLocation overlay.
Jeff Brown
2010-08-11
1
-0
/
+5
*
AI 145994: Integrate #145778 from Donut.
Dianne Hackborn
2009-04-13
1
-3
/
+0
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+226
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-226
/
+0
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-2
/
+14
[next]