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

Commit 970ee5d2 authored by Shan Huang's avatar Shan Huang Committed by Automerger Merge Worker
Browse files

Merge "Log config change messages at INFO so that they show up in BR." into...

Merge "Log config change messages at INFO so that they show up in BR." into tm-qpr-dev am: 0b26f2e5 am: ed0e0d82

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20653465



Change-Id: I5e762e8ad4955bcce9cfa99576ba40195b940d31
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 00295eb0 ed0e0d82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ public class NavigationBarController implements
        boolean willApplyConfig = mConfigChanges.applyNewConfig(mContext.getResources());
        boolean largeScreenChanged = mIsTablet != isOldConfigTablet;
        // TODO(b/243765256): Disable this logging once b/243765256 is fixed.
        Log.d(DEBUG_MISSING_GESTURE_TAG, "NavbarController: newConfig=" + newConfig
        Log.i(DEBUG_MISSING_GESTURE_TAG, "NavbarController: newConfig=" + newConfig
                + " mTaskbarDelegate initialized=" + mTaskbarDelegate.isInitialized()
                + " willApplyConfigToNavbars=" + willApplyConfig
                + " navBarCount=" + mNavigationBars.size());
+1 −1
Original line number Diff line number Diff line
@@ -977,7 +977,7 @@ public class EdgeBackGestureHandler implements PluginListener<NavigationEdgeBack
        }

        // TODO(b/243765256): Disable this logging once b/243765256 is fixed.
        Log.d(DEBUG_MISSING_GESTURE_TAG, "Config changed: newConfig=" + newConfig
        Log.i(DEBUG_MISSING_GESTURE_TAG, "Config changed: newConfig=" + newConfig
                + " lastReportedConfig=" + mLastReportedConfig);
        mLastReportedConfig.updateFrom(newConfig);
        updateDisplaySize();