Merge "Add debug log for showSoftInput" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-27 18:02:04 +00:00
committed by Android (Google) Code Review

View File

@@ -1718,7 +1718,8 @@ public final class InputMethodManager {
}
try {
Log.d(TAG, "showSoftInput() view=" + view + " flags=" + flags);
Log.d(TAG, "showSoftInput() view=" + view + " flags=" + flags + " reason="
+ InputMethodDebug.softInputDisplayReasonToString(reason));
final Completable.Boolean value = Completable.createBoolean();
mService.showSoftInput(
mClient,