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

Commit 53fb1fb3 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "ManifestConfigSource: disable debug mode" am: f4df7dd3

parents a6dc9007 f4df7dd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ import java.util.Set;


/** @hide */
/** @hide */
public class ManifestConfigSource implements ConfigSource {
public class ManifestConfigSource implements ConfigSource {
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final String LOG_TAG = "NetworkSecurityConfig";
    private static final String LOG_TAG = "NetworkSecurityConfig";


    private final Object mLock = new Object();
    private final Object mLock = new Object();