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

Commit f9d9cece authored by Josh Hou's avatar Josh Hou
Browse files

[Panlingual] Enable the debug log during the testing for dynamic locales

feature

Enable debug logs during the testing for dyncmic locales feature, and
will disable them after the feature is stable.

Bug: 248446474
Test: atest CtsLocaleManagerTestCases
Change-Id: I064b55382462b0203319491b98feb14d106a5139
parent 38b4352d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -103,8 +103,8 @@ public class LocaleManagerService extends SystemService {
    private final PackageMonitor mPackageMonitor;

    private final Object mWriteLock = new Object();

    public static final boolean DEBUG = false;
    // TODO(b/262713398): Set to false when stable
    public static final boolean DEBUG = true;

    public LocaleManagerService(Context context) {
        super(context);