Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -243,12 +243,12 @@ 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()); } }); jobFinished(params, false); return true; } Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -243,12 +243,12 @@ 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()); } }); jobFinished(params, false); return true; } Loading