summaryrefslogtreecommitdiff
path: root/core/java/android/os/TransactionTracker.java
Commit message (Collapse)AuthorAgeFilesLines
* Add traces to systrace when binder tracing is enabledJorim Jaggi2016-11-021-2/+2
| | | | | | | | | | | | | If binder tracing is enabled, we also output the class/method name to systrace. This is the first step toward a system in which we could show the full stack trace in systrace. Test: adb shell am trace-ipc start python systrace.py adb shell am trace-ipc stop Change-Id: I6d0354c9560c4518c84fb3fdb66219b460e69f67
* Add binder transaction tracking.Rahul Chaturvedi2015-06-221-0/+76
Add the ability to am to be able to track binder transact calls. This will help us diagnose excessive IPC calls. This CL adds the trace-ip command to am. The usage is, To start binder transaction tracking, am trace-ipc start To stop tracking and dump the data to a file, am trace-ipc stop --dump-file <FILE> Bug: 21398706 Change-Id: Ic0c9b3be757dd0662a2750a0d8447e2a5ef1fa90