[fix](stacktrace) Temporary fix ARM and MacOS stacktrace #23650
This commit is contained in:
@ -45,6 +45,9 @@ std::string get_stack_trace() {
|
||||
} else if (tool == "glibc") {
|
||||
return get_stack_trace_by_glibc();
|
||||
} else if (tool == "libunwind") {
|
||||
#if defined(__APPLE__) // TODO
|
||||
return get_stack_trace_by_glog();
|
||||
#endif
|
||||
return get_stack_trace_by_libunwind();
|
||||
} else {
|
||||
return "no stack";
|
||||
|
||||
Reference in New Issue
Block a user