Merge "Remove binder tracing from IMS" into sc-v2-dev

This commit is contained in:
Taran Singh
2021-10-11 20:33:53 +00:00
committed by Android (Google) Code Review

View File

@@ -790,11 +790,6 @@ public class InputMethodService extends AbstractInputMethodService {
return; return;
} }
if (Trace.isEnabled()) {
Binder.enableTracing();
} else {
Binder.disableTracing();
}
Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "IMS.showSoftInput"); Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "IMS.showSoftInput");
ImeTracing.getInstance().triggerServiceDump( ImeTracing.getInstance().triggerServiceDump(
"InputMethodService.InputMethodImpl#showSoftInput", InputMethodService.this, "InputMethodService.InputMethodImpl#showSoftInput", InputMethodService.this,