Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +3 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,9 @@ public final class ProfcollectForwardingService extends SystemService { BackgroundThread.get().getThreadHandler().post( () -> { try { if (sSelfService.mIProfcollect == null) { return; } sSelfService.mIProfcollect.process(); } catch (RemoteException e) { Log.e(LOG_TAG, "Failed to process profiles in background: " Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +3 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,9 @@ public final class ProfcollectForwardingService extends SystemService { BackgroundThread.get().getThreadHandler().post( () -> { try { if (sSelfService.mIProfcollect == null) { return; } sSelfService.mIProfcollect.process(); } catch (RemoteException e) { Log.e(LOG_TAG, "Failed to process profiles in background: " Loading