mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Fuzzers: Disable debug logging for all fuzzers
Previously, some fuzzers were generating an excessive amount of debug logging. This change explicitly disables debug logging for all fuzzers. This allows higher test throughput and makes the logs easier to read when fuzzing locally.
This commit is contained in:
committed by
Andrew Kaster
parent
cdbde1765a
commit
a1f9d2420f
@@ -9,5 +9,6 @@
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(uint8_t const* data, size_t size)
|
||||
{
|
||||
AK::set_debug_enabled(false);
|
||||
return fuzz_audio_loader<Audio::QOALoaderPlugin>(data, size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user