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

Commit 53f18a8a authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Gerrit - the friendly Code Review server
Browse files

Catch all exceptions when parsing IME meta data

Bug: 30568284
Change-Id: I0b613f8ce0f014320c5ac1bf445699ea2702a0a2
(cherry picked from commit dddc438e)
(cherry picked from commit 7625010a2d22f8c3f1aeae2ef88dde37cbebd0bf)
parent 4d65f71b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3069,8 +3069,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);
            }
        }