Hi, I am using anyhow, and I hope to see stack trace when an anyhow::Error
happens. However, backtrace
seems to say itself as quite dangerous (even can cause segfault - which is fatal for end users using an app). In addition, I have spent quite a bit of time trying to configure but the stack traces are still not captured (often frames of my app are completely eaten).
Therefore, I wonder, should backtrace be used in production environments (mobile phones)? Anybody using backtrace (capture stack trace) in Android/iOS?
Thanks!