Add missing traceEnd in IMMS#showSoftInput for the invalid call
Bug: 266708619 Test: atest ImePerfTest Change-Id: I9efa352adf9ee72d370f26a029a823dc858dc722
This commit is contained in:
@@ -3325,6 +3325,7 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
if (!canInteractWithImeLocked(uid, client, "showSoftInput", statsToken)) {
|
||||
ImeTracker.forLogging().onFailed(
|
||||
statsToken, ImeTracker.PHASE_SERVER_CLIENT_FOCUSED);
|
||||
Trace.traceEnd(TRACE_TAG_WINDOW_MANAGER);
|
||||
return false;
|
||||
}
|
||||
final long ident = Binder.clearCallingIdentity();
|
||||
|
||||
Reference in New Issue
Block a user