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

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

Merge "CameraServiceProxy: Double retry times when notifying cameraserver"

parents 43815bb9 a251ea28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class CameraServiceProxy extends SystemService
    private static final int MSG_SWITCH_USER = 1;

    private static final int RETRY_DELAY_TIME = 20; //ms
    private static final int RETRY_TIMES = 30;
    private static final int RETRY_TIMES = 60;

    // Maximum entries to keep in usage history before dumping out
    private static final int MAX_USAGE_HISTORY = 100;