Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05fa4fa9 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by android-build-merger
Browse files

Catch all exceptions when parsing IME meta data am: dddc438e am: 44138951

am: 97a5d022

Change-Id: I0a73a1126aeb97e97371a49a0ea65792d4b3b98c
parents fdafa176 97a5d022
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3077,8 +3077,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                if (DEBUG) {
                    Slog.d(TAG, "Found an input method " + p);
                }
            } catch (XmlPullParserException | IOException e) {
                Slog.w(TAG, "Unable to load input method " + compName, e);
            } catch (Exception e) {
                Slog.wtf(TAG, "Unable to load input method " + compName, e);
            }
        }