Merge "Remove binder tracing from IMS" into sc-v2-dev
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