DO NOT MERGE: Catch all exceptions when parsing IME meta data am: 43f4980e77
am: cd8595cdcf
Change-Id: I27939b464cc8e57a7eba7e03af0f4601fb777ec3
This commit is contained in:
@@ -2709,10 +2709,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
Slog.d(TAG, "Found an input method " + p);
|
||||
}
|
||||
|
||||
} catch (XmlPullParserException e) {
|
||||
Slog.w(TAG, "Unable to load input method " + compName, e);
|
||||
} catch (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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user