Merge "Remove binder tracing from IMS" into sc-v2-dev am: 53a1d2e0e0 am: 5ddc05cd3a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16033402 Change-Id: I48a6e566d01aba312c63e59ffcd39721b53cc79d
This commit is contained in:
@@ -789,11 +789,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", mDumper,
|
||||
|
||||
Reference in New Issue
Block a user