Add timeout to all ALS logging.
There are cases where the logger is not being disabled at the end of an operation, possibly due to a scheduler lifecycle bug. The timeout is a safeguard to ensure disable is always called after ALS logging is enabled. Fix: 233656407 Test: atest BiometricLoggerTest ALSProbeTest Test: manual (auth on lock scren & verify logs) Test: manual (kill hal and verify watch dog: adb shell ps | grep biometrics.face-service | awk '{print $2}' | xargs adb shell kill -9) Change-Id: I27ee27a046ed97912ec4b675feecf882f550a0a2
Loading
Please register or sign in to comment