mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Fixes an issue with the benchmarks, where they would skip unsupported situations by early returning without reaching the measure loop and without notifying the framework. The framework would then retry the exact same scenario indefinitely. To fix, makes sure every early return also calls SkipWithMessage. Fixes: 302845046 Test: adb shell /tmp/foobar/VibratorHalIntegrationBenchmark --v=2 Change-Id: Ib52b8c4d94755a0961bcfb40d508482e5c49cb52