Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -5706,7 +5706,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub final PrintWriter pw = shellCommand.getOutPrintWriter(); switch (cmd) { case "start": ImeTracing.getInstance().getInstance().startTrace(pw); ImeTracing.getInstance().startTrace(pw); break; // proceed to the next step to update the IME client processes. case "stop": ImeTracing.getInstance().stopTrace(pw); Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -5706,7 +5706,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub final PrintWriter pw = shellCommand.getOutPrintWriter(); switch (cmd) { case "start": ImeTracing.getInstance().getInstance().startTrace(pw); ImeTracing.getInstance().startTrace(pw); break; // proceed to the next step to update the IME client processes. case "stop": ImeTracing.getInstance().stopTrace(pw); Loading