Merge "Add debug log for showSoftInput" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
89126b252c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user