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
We can do this. There are 2 scenarios to consider:
you do have a C++ compiler available, then you can make a separate compilation unit (a .cpp file) that exposes a function called init_crashpad() or something like that and internally does what our examples do
you do not have a C++ compiler available, then you'd need our Crashpad fork to expose a C API. That'll require a bit more work on our side.
Could you please add C example for us?
The text was updated successfully, but these errors were encountered: