Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +6 −4 Original line number Diff line number Diff line Loading @@ -91,11 +91,13 @@ public final class ProfcollectForwardingService extends SystemService { if (mIProfcollect == null) { return; } BackgroundThread.get().getThreadHandler().post(() -> { if (serviceHasSupportedTraceProvider()) { registerObservers(); } ProfcollectBGJobService.schedule(getContext()); } }); } } private boolean serviceHasSupportedTraceProvider() { Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +6 −4 Original line number Diff line number Diff line Loading @@ -91,11 +91,13 @@ public final class ProfcollectForwardingService extends SystemService { if (mIProfcollect == null) { return; } BackgroundThread.get().getThreadHandler().post(() -> { if (serviceHasSupportedTraceProvider()) { registerObservers(); } ProfcollectBGJobService.schedule(getContext()); } }); } } private boolean serviceHasSupportedTraceProvider() { Loading