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

Commit 2550e7a7 authored by Anthony Stange's avatar Anthony Stange Committed by Gerrit Code Review
Browse files

Merge "Sensor:Add sensor type HINGE_ANGLE to function...

Merge "Sensor:Add sensor type HINGE_ANGLE to function assertTypeMatchStringType" into android13-tests-dev
parents 87abf6a3 b5425cb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ static void assertTypeMatchStringType(SensorType type, const std::string& string
        CHECK_TYPE_STRING_FOR_SENSOR_TYPE(TILT_DETECTOR);
        CHECK_TYPE_STRING_FOR_SENSOR_TYPE(WAKE_GESTURE);
        CHECK_TYPE_STRING_FOR_SENSOR_TYPE(WRIST_TILT_GESTURE);
        CHECK_TYPE_STRING_FOR_SENSOR_TYPE(HINGE_ANGLE);
        default:
            FAIL() << "Type " << static_cast<int>(type)
                   << " in android defined range is not checked, "