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

Commit a26982f8 authored by Yi Kong's avatar Yi Kong
Browse files

profcollect: Reduce background processing job priority

The processing job is non-critical but quite CPU intensive. Reducing
priority allows the system to throttle the job more aggresively.

Test: presubmit
Bug: 241948742
Change-Id: Ie7aa921dec1aa1f4f8582041dae1679950f4d868
parent ace6c8c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ public final class ProfcollectForwardingService extends SystemService {
                    .setRequiresDeviceIdle(true)
                    .setRequiresCharging(true)
                    .setPeriodic(BG_PROCESS_PERIOD)
                    .setPriority(JobInfo.PRIORITY_MIN)
                    .build());
        }