make asan_log optional in CrashReport (#714)

This commit is contained in:
bmc-msft
2021-03-23 02:36:20 -04:00
committed by GitHub
parent 24a20b6c28
commit 92d8299412
3 changed files with 6 additions and 8 deletions

View File

@ -208,7 +208,7 @@ impl CrashReport {
minimized_stack_function_names: crash_log.minimized_stack_function_names,
minimized_stack_function_names_sha256,
call_stack: crash_log.call_stack,
asan_log: Some(crash_log.text),
asan_log: crash_log.text,
scariness_score: crash_log.scariness_score,
scariness_description: crash_log.scariness_description,
task_id,