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

Commit 16eef1aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Frameworks: Remove complex boolean"

parents 8ec0c6ba eb56c581
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;