summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorAnmol Gupta <guanmol@google.com>2020-03-11 11:34:46 -0700
committerAnmol Gupta <guanmol@google.com>2020-03-18 20:50:52 -0700
commit29f209d6a38bc69907f02791dd919b0691efa720 (patch)
tree84f8d86e217cd7a9efb76ac42f99c880cbb8f929 /core/java
parente356490e4710765eba37a54e8928671fd6f5ccb2 (diff)
Include more details in SoftInputShowHideHistory
Modify SoftInputShowHideHistory class to include additional information. New data in entry object:   - Current focused window   - show/hide soft input request window   - Editor info   - Full screen mode or not Fixes: 141738570 Test: manual by calling "adb shell dumpsys input_method" Change-Id: I793f2e3ca478496616a83b8090440986b2ccfb19
Diffstat (limited to 'core/java')
-rw-r--r--core/java/com/android/internal/inputmethod/InputMethodDebug.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/com/android/internal/inputmethod/InputMethodDebug.java b/core/java/com/android/internal/inputmethod/InputMethodDebug.java
index 3876976575ae..a660493f4613 100644
--- a/core/java/com/android/internal/inputmethod/InputMethodDebug.java
+++ b/core/java/com/android/internal/inputmethod/InputMethodDebug.java
@@ -229,7 +229,7 @@ public final class InputMethodDebug {
/**
* Return a fixed size string of the object.
- * TODO(b/141738570): Take & return with StringBuilder to make more memory efficient.
+ * TODO(b/151575861): Take & return with StringBuilder to make more memory efficient.
*/
@NonNull
@AnyThread