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

Commit eb56c581 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks: Remove complex boolean

To allow an Errorprone warning to become an error.

Bug: 72451126
Test: m
Change-Id: I8733f0ee74de615e4ffc979fb9de38730c2506c6
Merged-In: Ia6856157e8813856268fba003e1e591d690cb26e
parent 6c0106b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public final class AssetManager implements AutoCloseable {
    public static final int ACCESS_BUFFER = 3;

    private static final String TAG = "AssetManager";
    private static final boolean localLOGV = false || false;
    private static final boolean localLOGV = false;
    
    private static final boolean DEBUG_REFS = false;