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

Commit f1097d7e authored by Karishma Vakil's avatar Karishma Vakil
Browse files

[Permissions] Update AttributionSource.toString to print next field correctly

Bug: 302609140
Test: manual
Change-Id: Icc8797e6f7d7ca615e0872d9f9440f09d335c1a8
parent 5a07aaeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ public final class AttributionSource implements Parcelable {
                    "token = " + mAttributionSourceState.token + ", " +
                    "next = " + (mAttributionSourceState.next != null
                    && mAttributionSourceState.next.length > 0
                            ? mAttributionSourceState.next[0] : null) +
                    ? new AttributionSource(mAttributionSourceState.next[0]).toString() : null) +
                    " }";
        }
        return super.toString();