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

Commit 9f3a1219 authored by Vladimir Komsiyski's avatar Vladimir Komsiyski
Browse files

Override VirtualSensor.toString

Fix: 306182038
Change-Id: I99f8cea8a2603c064497ed19f27c233c1ee933d3
Test: none
parent 58e72130
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -115,6 +115,11 @@ public final class VirtualSensor implements Parcelable {
        parcel.writeStrongBinder(mToken);
    }

    @Override
    public String toString() {
        return "VirtualSensor{ mType=" + mType + ", mName='" + mName + "' }";
    }

    /**
     * Send a sensor event to the system.
     */