Merge "Remove binder tracing from IMS" into sc-v2-dev am: 53a1d2e0e0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16033402

Change-Id: Ic77ae824c5424229f5af0cfb95ac86e87595ab1a
This commit is contained in:
Taran Singh
2021-10-11 20:43:04 +00:00
committed by Automerger Merge Worker

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,