Loading services/core/java/com/android/server/WiredAccessoryManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -339,7 +339,8 @@ final class WiredAccessoryManager implements WiredAccessoryCallbacks { Slog.w(TAG, uei.getSwitchStatePath() + " not found while attempting to determine initial switch state"); } catch (Exception e) { Slog.e(TAG, "" , e); Slog.e(TAG, "Error while attempting to determine initial switch state for " + uei.getDevName() , e); } } } Loading Loading
services/core/java/com/android/server/WiredAccessoryManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -339,7 +339,8 @@ final class WiredAccessoryManager implements WiredAccessoryCallbacks { Slog.w(TAG, uei.getSwitchStatePath() + " not found while attempting to determine initial switch state"); } catch (Exception e) { Slog.e(TAG, "" , e); Slog.e(TAG, "Error while attempting to determine initial switch state for " + uei.getDevName() , e); } } } Loading