Merge "Disable alpha jump detector" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
04e044565d
@@ -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()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user