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

Commit 89126b25 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents bbddf477 b7e4b7c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,