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

Commit 79dea425 authored by Svet Ganov's avatar Svet Ganov Committed by Svetoslav Ganov
Browse files

Check accessibility cache integrity only on eng builds.

The checks may have false ositives and spam test logs.

bug:1689853:

Change-Id: I576600192823f159e28ecea29f888187eeceb98b
parent 539aad45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ final class AccessibilityCache {

    private static final boolean DEBUG = false;

    private static final boolean CHECK_INTEGRITY = Build.IS_DEBUGGABLE;
    private static final boolean CHECK_INTEGRITY = "eng".equals(Build.TYPE);

    private final Object mLock = new Object();