mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Clean up DisplayController logs
- Moved debug logs under DEBUG flag which defaults to false - Moved info+ logs to permanent log tags Fix: 198965093 Test: manual Change-Id: Iea99f053da08e921542a8f532a9837997e10de5e
This commit is contained in:
@@ -110,9 +110,8 @@ public class GridSizeMigrationTaskV2 {
|
||||
private static boolean needsToMigrate(
|
||||
DeviceGridState srcDeviceState, DeviceGridState destDeviceState) {
|
||||
boolean needsToMigrate = !destDeviceState.isCompatible(srcDeviceState);
|
||||
// TODO(b/198965093): Revert this change after bug is fixed
|
||||
if (needsToMigrate) {
|
||||
Log.d("b/198965093", "Migration is needed. destDeviceState: " + destDeviceState
|
||||
Log.i(TAG, "Migration is needed. destDeviceState: " + destDeviceState
|
||||
+ ", srcDeviceState: " + srcDeviceState);
|
||||
}
|
||||
return needsToMigrate;
|
||||
|
||||
Reference in New Issue
Block a user