backtrace-unity icon indicating copy to clipboard operation
backtrace-unity copied to clipboard

Fix inalid stack frame type

Open konraddysput opened this issue 2 years ago • 0 comments

Why

By default, if the stack trace algorithm cannot find a correct way to determine the OS, the algorithm uses "Android" parser to parse the stack frame. This diff changes the behavior of the stack trace parser. Now we're guessing if we can use "android" parser and depends on the if def condition

konraddysput avatar Oct 11 '22 13:10 konraddysput