summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorchenchaoli <charley.chen02@gmail.com>2021-12-03 13:39:10 +0800
committerCharley Chen <charley.chen02@gmail.com>2021-12-03 05:52:33 +0000
commitbeb8f3f4b3ce2eb51303d2332e56faeeb771baf6 (patch)
tree89459e99bf5e072903c19b1e7060a668930dc102 /core/java/android/inputmethodservice/InputMethodService.java
parentc0d2b740f0c56d3e66fe5b121a008b25d69bf38e (diff)
ANDROID: Fix EventLog string class problem in ViewRootImpl#enqueueInputEvent()
EventLog function can handle string,integer class and long class. (in android_util_EventLog.cpp) If menu title string are used bold tag(like <b>test</b>), it'll be android.text.SpannedString. therefore any android activity using tag menu string(like <b></b>) can be crashed by IllegalArgumentException. Bug: 208862322 Change-Id: I2432b0cd28c8f5fcb07cdf3e29560bf6b6c0f7b6 Signed-off-by: chenchaoli <chenchaoli@xiaomi.com>
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions