[hwasan] provide a runtime flag for printing remaining threads in error report...
[hwasan] provide a runtime flag for printing remaining threads in error report as an extra information This patch adds a runtime flag `print_live_threads_info`, which defaults to true, controls whether or not prints remaining threads in error report as an extra information. We(ByteDance) are in the process of enabling hwasan for our server-side applications on AArch64/Linux, these server-side applications have thousands of threads, so it is nice to have this option. Reviewed By: fmayer Differential Revision: https://reviews.llvm.org/D148513
Loading
Please sign in to comment