Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bd671e1 authored by Marcin Oczeretko's avatar Marcin Oczeretko Committed by Android (Google) Code Review
Browse files

Merge "Publish a binder service from LooperStatsService"

parents 82254ae3 1d5d0ec5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public class LooperStatsService extends Binder {
        @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