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

Commit c53f3849 authored by Josh Hou's avatar Josh Hou Committed by Android (Google) Code Review
Browse files

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

parents cfa83634 f9d9cece
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);