You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `backtrace()` function on Android was added with API level 33, but at least
some external Android builds target earlier Android NDKs, so we'll dynamically
look up the function. If it's not present or dynamic loading isn't available, we
just produce an empty backtrace.
Resolves#1135.
0 commit comments