Merge "Disable alpha jump detector" into main

This commit is contained in:
Vadim Tryshev
2023-12-11 18:07:03 +00:00
committed by Android (Google) Code Review
@@ -35,7 +35,7 @@ public class ViewCaptureAnalyzer {
// All detectors. They will be invoked in the order listed here.
private static final AnomalyDetector[] ANOMALY_DETECTORS = {
new AlphaJumpDetector(),
// new AlphaJumpDetector(), // b/309014345
// new FlashDetector(), // b/309014345
new PositionJumpDetector()
};