Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94da0e40 authored by Nick Chalko's avatar Nick Chalko Committed by Android (Google) Code Review
Browse files

Merge "Improve error messages for initial switch state."

parents 49c74e1f c2740c24
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
                    }
                }
            }