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

Commit 478ac046 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Override VirtualSensor.toString" into main

parents 5e74f4f1 9f3a1219
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.
     */