Merge "ManifestConfigSource: disable debug mode" am: f4df7dd3e1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2520995 Change-Id: I6e2d9e87325bdec5d1b48513a0ac83764e9084e6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user