DO NOT MERGE: Catch all exceptions when parsing IME meta data am: f71d2cddf1
am: 57454cf15e
Change-Id: I2620580fca624c6ab4520f0a31c42cef42bafa01
This commit is contained in:
@@ -2543,10 +2543,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