summaryrefslogtreecommitdiff
path: root/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2020-07-01 15:34:18 +0800
committerYi Kong <yikong@google.com>2020-07-01 15:38:01 +0800
commit02272aad484a1de5956acee196051baf5ce4a2ae (patch)
treee624078df7fe8dab5a216c6f0ed067fdb665b654 /profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
parent9f471ba03a5d09424fb8410c1e701938ee99a30c (diff)
downloadextras-02272aad484a1de5956acee196051baf5ce4a2ae.tar.gz
profcollectd: Accept a tag argument to trace command
This allows us to differentiate the source of trace request. Bug: 79161490 Test: make Change-Id: I80229e6d325d6bec986f417c9fa1438f19b1191f
Diffstat (limited to 'profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl')
-rw-r--r--profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl b/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
index 9b87275a..50898289 100644
--- a/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
+++ b/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
@@ -21,6 +21,6 @@ interface IProfCollectd {
void ReadConfig();
void ScheduleCollection();
void TerminateCollection();
- void TraceOnce();
+ void TraceOnce(@utf8InCpp String tag);
void ProcessProfile();
}