Add another option to control output formatting of stack traces
Summary: The current stack trace formatting is based on repeated string appends with newlines. This change adds more control so that we can produce file and line information only, without unnecessary newlines. New format: ./folly/experimental/symbolizer/Symbolizer.h:77 ./folly/experimental/symbolizer/test/StackTraceTest.cpp:209 ./folly/experimental/symbolizer/test/StackTraceTest.cpp:213 ./folly/experimental/symbolizer/test/StackTraceTest.cpp:258 Reviewed By: yfeldblum Differential Revision: D21562670 fbshipit-source-id: 7d05605cbda686e2f1c87577647c7ab7581f8580
Showing
Please register or sign in to comment