Merge "Reduce STHAL watchdog timeout to 3 seconds" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a6ee865334
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user