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