ManifestConfigSource: disable debug mode
Due to many 'No Network Security Config' logs on cf. Bug: N/A Test: N/A Change-Id: I2f7dfab94cb5522931c44ed9cffc9aa541f15707
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user