Adding fuzzer to verify fuzzService functionality
Adding a TestService which crashes and adding a fuzzer to fuzz this service. Whenever fuzzService is modified, this fuzzer should be run. It usually crashes in first few seconds. This fuzzer won't run on the infra Test: m test_service_fuzzer_should_crash && out/host/linux-x86/fuzz/x86_64/test_service_fuzzer_should_crash/test_service_fuzzer_should_crash Test: m test_service_fuzzer_should_crash && adb sync data && adb shell /data/fuzz/x86_64/test_service_fuzzer_should_crash/test_service_fuzzer_should_crash Bug: 282239388 Change-Id: I6b0da6a9dcf9708be5a6df2315c58b0bd38fbf9a
Loading
Please register or sign in to comment