am 9d0f6dfd: Fix build
Merge commit '9d0f6dfdc1ac0b9374acf51572f273e9c9bbc9f9' into kraken * commit '9d0f6dfdc1ac0b9374acf51572f273e9c9bbc9f9': Fix build
This commit is contained in:
committed by
Android Git Automerger
commit
b5d9614f48
@@ -895,7 +895,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
|||||||
try {
|
try {
|
||||||
sessionState.session.finishSession();
|
sessionState.session.finishSession();
|
||||||
} catch (RemoteException e) {
|
} 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user