Merge "ManifestConfigSource: disable debug mode" am: f4df7dd3e1 am: 53fb1fb333
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2520995 Change-Id: I5cde0b0c7ffef019b20f80926900c52779311b20 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 */
|
||||
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