Loading services/java/com/android/server/InputMethodManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -1188,7 +1188,12 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } } try { return startInputInnerLocked(); } catch (RuntimeException e) { Slog.w(TAG, "Unexpected exception.", e); return null; } } InputBindResult startInputInnerLocked() { Loading Loading
services/java/com/android/server/InputMethodManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -1188,7 +1188,12 @@ public class InputMethodManagerService extends IInputMethodManager.Stub } } try { return startInputInnerLocked(); } catch (RuntimeException e) { Slog.w(TAG, "Unexpected exception.", e); return null; } } InputBindResult startInputInnerLocked() { Loading