summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-04-13 20:48:00 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-13 20:48:00 +0000
commit0ff2dfe88ace40494dfd9246280c3c5262dfd8c5 (patch)
tree66169a57211c4c1649752bc8c8b152537317d45a
parent8b5f672cdccb1756da4d56e062fd776003e4c99b (diff)
parenta8af1af744e34cdcdd830e152facbcdb24a89a57 (diff)
Merge "Merge "ManifestConfigSource: disable debug mode" am: f4df7dd3e1 am: 53fb1fb333 am: 517eea253d" into udc-dev
-rw-r--r--core/java/android/security/net/config/ManifestConfigSource.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/security/net/config/ManifestConfigSource.java b/core/java/android/security/net/config/ManifestConfigSource.java
index b885e726918d..0e20997d307f 100644
--- a/core/java/android/security/net/config/ManifestConfigSource.java
+++ b/core/java/android/security/net/config/ManifestConfigSource.java
@@ -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();