Loading services/java/com/android/server/InputMethodManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -895,7 +895,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub try { sessionState.session.finishSession(); } catch (RemoteException e) { Log.w(TAG, "Session failed to close due to remote exception", e); Slog.w(TAG, "Session failed to close due to remote exception", e); } } } Loading Loading
services/java/com/android/server/InputMethodManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -895,7 +895,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub try { sessionState.session.finishSession(); } catch (RemoteException e) { Log.w(TAG, "Session failed to close due to remote exception", e); Slog.w(TAG, "Session failed to close due to remote exception", e); } } } Loading