Loading services/core/java/com/android/server/InputMethodManagerService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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); } } } } Loading Loading
services/core/java/com/android/server/InputMethodManagerService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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); } } } } Loading