commit | 7bd671e11fcfe956b78087c9ac27f25c1dee6e3e | [log] [tgz] |
---|---|---|
author | Marcin Oczeretko <marcinoc@google.com> | Mon Sep 10 13:11:17 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 10 13:11:17 2018 +0000 |
tree | facbf22d3ee779b3f2acc68db05bc83af6f71f53 | |
parent | 82254ae30beb20539d49c4ec6b9eae4c46b783a5 [diff] | |
parent | 1d5d0ec528d2a3da6ca63c4e230e6447fa09ce9b [diff] |
Merge "Publish a binder service from LooperStatsService"
diff --git a/services/core/java/com/android/server/LooperStatsService.java b/services/core/java/com/android/server/LooperStatsService.java index 23b30cc..ab7bf28 100644 --- a/services/core/java/com/android/server/LooperStatsService.java +++ b/services/core/java/com/android/server/LooperStatsService.java
@@ -148,7 +148,7 @@ @Override public void onStart() { publishLocalService(LooperStats.class, mStats); - // TODO: publish LooperStatsService as a binder service when the SE Policy is changed. + publishBinderService(LOOPER_STATS_SERVICE_NAME, mService); } @Override