Catch all exceptions when parsing IME meta data am: dddc438e97
am: 4413895132
Change-Id: I7b8826109b5bf7a84087b28242eb2397796cc23a
This commit is contained in:
@@ -3077,8 +3077,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
|||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
Slog.d(TAG, "Found an input method " + p);
|
Slog.d(TAG, "Found an input method " + p);
|
||||||
}
|
}
|
||||||
} catch (XmlPullParserException | IOException e) {
|
} catch (Exception e) {
|
||||||
Slog.w(TAG, "Unable to load input method " + compName, e);
|
Slog.wtf(TAG, "Unable to load input method " + compName, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user