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

Commit 3ef21c78 authored by Shashwat Razdan's avatar Shashwat Razdan
Browse files

Adding toString in SmartspaceTargetEvent

Bug: 176851064
Test: Manual
Change-Id: I14e554817642447da315c8aeccfed83256155e58
parent ceb8ce05
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -138,6 +138,15 @@ public final class SmartspaceTargetEvent implements Parcelable {
        dest.writeInt(mEventType);
    }

    @Override
    public String toString() {
        return "SmartspaceTargetEvent{"
                + "mSmartspaceTarget=" + mSmartspaceTarget
                + ", mSmartspaceActionId='" + mSmartspaceActionId + '\''
                + ", mEventType=" + mEventType
                + '}';
    }

    /**
     * @hide
     */