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

Commit 56bff5c8 authored by Karishma Vakil's avatar Karishma Vakil Committed by Android (Google) Code Review
Browse files

Merge "[Permissions] Update AttributionSource.toString to print next field correctly" into main

parents a4865c33 f1097d7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@ public final class AttributionSource implements Parcelable {
                    "deviceId = " + mAttributionSourceState.deviceId + ", " +
                    "next = " + (mAttributionSourceState.next != null
                    && mAttributionSourceState.next.length > 0
                            ? mAttributionSourceState.next[0] : null) +
                    ? new AttributionSource(mAttributionSourceState.next[0]).toString() : null) +
                    " }";
        }
        return super.toString();