Catch all exceptions when parsing IME meta data am: dddc438e97
am: a0b92c88ed
Change-Id: I9ebde23db6247629332a2cabd44c070dcacdbf52
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user