[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user