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

Commit de964904 authored by Steven Moreland's avatar Steven Moreland
Browse files

ManifestConfigSource: disable debug mode

Due to many 'No Network Security Config' logs on cf.

Bug: N/A
Test: N/A
Change-Id: I2f7dfab94cb5522931c44ed9cffc9aa541f15707
parent b8a1b57b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import java.util.Set;

/** @hide */
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 final Object mLock = new Object();