Add a missing "=" in dumpsys input_method
My previous CL [1] lacked "=" when dumping
NavigationBarController#mShouldShowImeSwitcherWhenImeIsShown
into dumpsys. This CL fixes that typo.
[1]: I5de9ac0dc8670842edf66306bb4c281c77cea376
75b935a12b
Bug: 215551357
Test: adb shell dumpsys input_method | grep NavigationBarController
Change-Id: Ifa2f5d2abcbe982b0afa5a6dad1573a86123485e
This commit is contained in:
@@ -546,7 +546,8 @@ final class NavigationBarController {
|
||||
public String toDebugString() {
|
||||
return "{mRenderGesturalNavButtons=" + mRenderGesturalNavButtons
|
||||
+ " mNavigationBarFrame=" + mNavigationBarFrame
|
||||
+ " mShouldShowImeSwitcherWhenImeIsShown" + mShouldShowImeSwitcherWhenImeIsShown
|
||||
+ " mShouldShowImeSwitcherWhenImeIsShown="
|
||||
+ mShouldShowImeSwitcherWhenImeIsShown
|
||||
+ " mAppearance=0x" + Integer.toHexString(mAppearance)
|
||||
+ " mDarkIntensity=" + mDarkIntensity
|
||||
+ " mDrawLegacyNavigationBarBackground=" + mDrawLegacyNavigationBarBackground
|
||||
|
||||
Reference in New Issue
Block a user