Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +1 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ public final class ProfcollectForwardingService extends SystemService { return; } sSelfService.mIProfcollect.process(); jobFinished(params, false); } catch (RemoteException e) { Log.e(LOG_TAG, "Failed to process profiles in background: " + e.getMessage()); Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +1 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ public final class ProfcollectForwardingService extends SystemService { return; } sSelfService.mIProfcollect.process(); jobFinished(params, false); } catch (RemoteException e) { Log.e(LOG_TAG, "Failed to process profiles in background: " + e.getMessage()); Loading