summaryrefslogtreecommitdiff
path: root/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl')
-rw-r--r--profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl b/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
index bfc24446..07699309 100644
--- a/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
+++ b/profcollectd/binder/com/android/server/profcollect/IProfCollectd.aidl
@@ -24,7 +24,8 @@ interface IProfCollectd {
void terminate();
void trace_once(@utf8InCpp String tag);
void process();
- @utf8InCpp String report();
+ /** -1 if there is no usageSetting */
+ @utf8InCpp String report(int usageSetting);
@utf8InCpp String get_supported_provider();
void registerProviderStatusCallback(IProviderStatusCallback cb);
}