s1341
s1341
I don't understand what you are doing... You backtrace before you call `silly_function`, no?
`silly_function` is going to cause a stack overflow (or an `i32` overflow, not sure which will come first) which will cause a panic which will dump a backtrace. That backtrace...
I don't know then. I get backtraces when just using `Backtrace::new` even on release builds on aarch64 android 11.
I'm not writing an app. I'm mostly running tools via shell (adb). I get backtraces on a few different phones.
Seeing as I have not received any communication from the maintainer, I think it unlikely. Still useful.
Any chance we could merge this?
Ok. Thanks. Perhaps it should be noted somewhere?
I can make a pr to add an env var. What is the format of existing env vars?
hrm. Disabling that line did not work.
yeah. I mean `fork` without `exec` :( What would I need to do to get it working for that?