adg icon indicating copy to clipboard operation
adg copied to clipboard

Fix native exceptions stack traces

Open knah opened this issue 3 years ago • 0 comments

il2cpp_format_stack_trace practically always returns an empty string. Using the trace_ips field of Exception class, or calling the GetStackTrace method might provide better results.

knah avatar Jul 04 '21 14:07 knah