Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8316e924 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "ManifestConfigSource: disable debug mode" am: f4df7dd3 am:...

Merge "Merge "ManifestConfigSource: disable debug mode" am: f4df7dd3 am: 53fb1fb3 am: 517eea25" into udc-dev am: 0ff2dfe8 am: b54f50de

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2520995



Change-Id: I65896d4e228a61128fbaee61754ade3a12a05b32
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ab46f298 b54f50de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();