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

Commit 518698b2 authored by Ytai Ben-tsvi's avatar Ytai Ben-tsvi Committed by Automerger Merge Worker
Browse files

Merge "Reduce STHAL watchdog timeout to 3 seconds" into sc-dev am: a6ee8653

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13738374

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I00718e19bfeffafaaa50fa5bead62e978c4f53f0
parents d32a4dcf a6ee8653
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@ import java.util.TimerTask;
 * HAL whenever they expire.
 */
public class SoundTriggerHw2Watchdog implements ISoundTriggerHw2 {
    // TODO(b/166328980): Reduce this to 1000 as soon as HAL is fixed.
    private static final long TIMEOUT_MS = 10000;
    private static final long TIMEOUT_MS = 3000;
    private static final String TAG = "SoundTriggerHw2Watchdog";

    private final @NonNull