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

Commit c362aa83 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log error instead of throw exception until we find the reproduce steps" into main

parents 9b55ce65 3ab37216
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4257,7 +4257,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
                );

        if (!targetWithNoTile.isEmpty()) {
            throw new IllegalArgumentException(
            Slog.e(LOG_TAG,
                    "Unable to add/remove Tiles for a11y features: " + targetWithNoTile
                            + "as the Tiles aren't provided");
        }