Skip to content
Snippets Groups Projects
Commit 2949179f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Call jobFinished after ProfcollectBGJobService processing completes" into main

parents e8245d3c 4c0a061c
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment