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