summaryrefslogtreecommitdiff
path: root/core/java/android/os/Binder.java
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug with worksource propagation.Olivier Gaillard2019-02-011-7/+13
* Add Binder.getCallingUidOrThrow methodNikita Ioffe2019-01-091-0/+24
* Make work source APIs visible to system apps.Olivier Gaillard2018-12-121-0/+23
* Sets ThreadLocalWorkSource to authorized work source.Olivier Gaillard2018-12-111-5/+31
* Make sure callEnded is always called.Olivier Gaillard2018-12-111-5/+3
* Merge "Wraps #exectTransact to set/restore worksource."TreeHugger Robot2018-12-061-2/+10
|\
| * Wraps #exectTransact to set/restore worksource.Olivier Gaillard2018-12-061-2/+10
* | Use the calling worksource uid for trusted apps.Olivier Gaillard2018-12-051-3/+9
|/
* Merge "Use transaction name for binder trace"Olivier Gaillard2018-12-031-1/+3
|\
| * Use transaction name for binder traceOlivier Gaillard2018-10-121-1/+3
* | Tests for binder work source propagationOlivier Gaillard2018-11-271-0/+9
* | Rename WorkSource methods on Binder and IPCThreadState.Olivier Gaillard2018-11-151-19/+38
* | Merge "Add @CriticalNative to a few Binder methods."Olivier Gaillard2018-11-011-0/+5
|\ \
| * | Add @CriticalNative to a few Binder methods.Olivier Gaillard2018-10-251-0/+5
* | | Use the BinderProxy#TransactListener to propagate the UID.Olivier Gaillard2018-10-291-0/+33
* | | Adds a mechanism to listen to proxy transact method calls.Olivier Gaillard2018-10-291-0/+40
|/ /
* / Add WorkSource support to Binder.java.Olivier Gaillard2018-10-231-0/+50
|/
* Add work source uid collection to LooperStatsMarcin Oczeretko2018-09-201-0/+2
* Merge "Encourage creating Binder tokens with a descriptor."TreeHugger Robot2018-07-301-1/+21
|\
| * Encourage creating Binder tokens with a descriptor.Martijn Coenen2018-07-301-1/+21
* | Adds an Observer interface to observes binder API calls.Olivier Gaillard2018-07-251-6/+26
|/
* Make BinderProxy @hide public class.Martijn Coenen2018-07-171-446/+0
* Merge "Add a getTransactionName method to Binder." am: 079f03f584 am: 06aa142232Olivier Gaillard2018-07-101-0/+14
|\
| * Merge "Add a getTransactionName method to Binder."Olivier Gaillard2018-07-101-1/+15
| |\
| | * Add a getTransactionName method to Binder.Olivier Gaillard2018-07-091-1/+15
| | * Frameworks: Fix Binder.joinThreadPoolAndreas Gampe2018-03-191-1/+4
* | | Merge "Move BinderProxy serialization into Java."Martijn Coenen2018-07-091-20/+21
|\ \ \
| * | | Move BinderProxy serialization into Java.Martijn Coenen2018-07-091-20/+21
* | | | Tracks exception count by class name.Olivier Gaillard2018-07-031-1/+1
|/ / /
* | | Merge "Serialize calls into BinderProxy." into pi-dev am: 051b63d4b3Martijn Coenen2018-06-051-13/+15
|\| |
| * | Serialize calls into BinderProxy.Martijn Coenen2018-06-051-13/+15
* | | Collect a few more binder stats when detailed tracking is enabled.Olivier Gaillard2018-06-011-1/+3
* | | Merge "Dump proxy debug info when exceeding proxy limit." into pi-dev am: 879...Martijn Coenen2018-05-261-2/+18
|\| |
| * | Dump proxy debug info when exceeding proxy limit.Martijn Coenen2018-05-251-2/+18
* | | Track exception count using BinderCallStats.Olivier Gaillard2018-05-161-1/+2
|/ /
* | Merge "Added BinderCallsStatsService" into pi-devFyodor Kupolov2018-03-211-0/+4
|\ \
| * | Added BinderCallsStatsServiceFyodor Kupolov2018-03-161-0/+4
* | | Frameworks: Fix Binder.joinThreadPoolAndreas Gampe2018-03-161-1/+3
|/ /
* | Avoid BinderProxy duplicate native registrationHans Boehm2018-02-161-7/+19
* | Increase CRASH_AT_SIZE to 20000Hans Boehm2018-02-051-1/+1
* | Dump per uid Binder Proxy Count before ProxyMap assertMichael Wachenschwanz2018-01-301-0/+17
* | Merge "Only count uncleared ProxyMap refs when deciding to crash" am: 90027eb...Hans Boehm2018-01-091-11/+38
|\|
| * Only count uncleared ProxyMap refs when deciding to crashHans Boehm2018-01-081-11/+38
* | Merge "Binder: Log a histogram of binder proxies to logcat on death" am: 4b7a...Andreas Gampe2017-12-271-5/+53
|\|
| * Binder: Log a histogram of binder proxies to logcat on deathAndreas Gampe2017-12-271-5/+53
* | Merge "PooledLambda"TreeHugger Robot2017-12-051-2/+2
|\ \
| * | PooledLambdaEugene Susla2017-12-051-2/+2
* | | Merge "Ensure that debug builds crash again if there is a BinderProxy leak." ...Hans Boehm2017-12-011-1/+8
|\ \ \ | |/ / |/| / | |/
| * Merge "Ensure that debug builds crash again if there is a BinderProxy leak."Hans Boehm2017-12-011-1/+8
| |\
| | * Ensure that debug builds crash again if there is a BinderProxy leak.Hans Boehm2017-11-301-1/+8