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

Commit 3ab37216 authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

Log error instead of throw exception until we find the reproduce steps

Bug: 340097289
Test: atest AccessibilityManagerServiceTest
Flag: EXEMPT bugfix
Change-Id: I63112aa9c48e4ae98257af97a613d5a4b0de38dc
parent b6eee7c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4371,7 +4371,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");
        }