Merge "ManifestConfigSource: disable debug mode"

This commit is contained in:
Steven Moreland
2023-04-13 18:14:33 +00:00
committed by Gerrit Code Review

View File

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