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

Commit 8b6b4c82 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "profcollectd: call jobFinished even if failed" into main am: 1a1f9bf4 am: cb2abc55

parents d5b17c2d cb2abc55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }