-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Android and iOS #66
Comments
Android support was added in #65. If you can check that works for you, then I'll do a release. |
iOS should work the same as macOS, based on what backtrace-rs does. So might just need some additional cfg checks. |
Aha interesting!
not sure how it is based on backtrace-rs? |
Android: I confirm it works. Example log: https://gist.github.com/fzyzcjy/777bd2f3d90bf64a1949e2cab8d27659 which is output by example code:
|
Sorry, I am unable to do ios support. PRs are welcome! |
Ah? You mentioned that only configs are needed, so not sure why unable to support ios. |
I don't develop for ios, so I can't test it. Yes, it should only need some cfgs. So a PR adding those cfgs would be welcome. My reason for mentioning backtrace-rs is that it uses the same macOS APIs as this crate ( |
Aha sounds quite reasonable. I will make a PR soon! |
WIP #67 |
with #67 I can see:
which sounds pretty reasonable. |
Currently it seems not supported. Could you please provide some hints on how shouold I work on it to support them? Thanks!
The text was updated successfully, but these errors were encountered: