chenxinhua2021

Results 5 comments of chenxinhua2021

Thank you very much for your fast reply @supervacuus . I use dart sdk and native sdk in my flutter application. Native sdk Initialize: sentry_options_t* options = sentry_options_new(); sentry_options_set_dsn(options, "https://@sentry.io/");...

Yes, any other SEH exception from an FFI module is not reported. Other crashes Which is maked by c++ plugin to be called by flutter can be captured. I will...

I try to use windows system api (SetUnhandledExceptionFilter), crash can not be captured which is maked c++ code which is called FFI module. Stack information can be printed in visual...

Hi @supervacuus we make a simple demo to present the problem. this is url. https://github.com/Arctuition/dart-ffi-crash There are two ways to verify crash. Same program call ffi interface and c++ plugin....

Thank you very much for your reply @supervacuus . I have consulted on [drak sdk](https://github.com/dart-lang/sdk/issues/51726), some reply may be is worthy for you.