| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 2336105ed0aea58d3ca81cd6f703b62e60954e26..04c1f1214c064b071c2647de8355206639cf64fb 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -138,6 +138,8 @@
|
| "Print additional memory and latency metrics for benchmarking.") \
|
| R(print_ssa_liveranges, false, bool, false, \
|
| "Print live ranges after allocation.") \
|
| + R(print_stacktrace_at_api_error, false, bool, false, \
|
| + "Attempt to print a native stack trace when an API error is created.") \
|
| C(print_stop_message, false, false, bool, false, "Print stop message.") \
|
| D(print_variable_descriptors, bool, false, \
|
| "Print variable descriptors in disassembly.") \
|
|
|