[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
This commit is contained in:
Josh Hou
2023-01-06 15:07:23 +08:00
parent 38b4352d4f
commit f9d9cece54

View File

@@ -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);