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:
Steven Moreland
2023-04-03 19:59:52 +00:00
parent b8a1b57bb9
commit de964904f3

View File

@@ -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();