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

Commit fd717b31 authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Android (Google) Code Review
Browse files

Merge "Camera: Schedule camera stats collectiom job at system server boot complete" into sc-dev

parents b1c27686 f9e62b71
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -528,9 +528,14 @@ public class CameraServiceProxy extends SystemService
        } catch (RemoteException e) {
            Log.e(TAG, "Failed to register task stack listener!");
        }
    }

    @Override
    public void onBootPhase(int phase) {
        if (phase == PHASE_BOOT_COMPLETED) {
            CameraStatsJobService.schedule(mContext);
        }
    }

    @Override
    public void onUserStarting(@NonNull TargetUser user) {