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:
@@ -790,11 +790,6 @@ public class InputMethodService extends AbstractInputMethodService {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Trace.isEnabled()) {
|
||||
Binder.enableTracing();
|
||||
} else {
|
||||
Binder.disableTracing();
|
||||
}
|
||||
Trace.traceBegin(TRACE_TAG_WINDOW_MANAGER, "IMS.showSoftInput");
|
||||
ImeTracing.getInstance().triggerServiceDump(
|
||||
"InputMethodService.InputMethodImpl#showSoftInput", InputMethodService.this,
|
||||
|
||||
Reference in New Issue
Block a user