-
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
Is crash analytics planned for the cpp sdk? #12
Comments
It is certainly in our plans to add it to this SDK, but we don't have a concrete timeline we could disclose right now 😇 |
Alright thanks for the update. I guess google breakpad would be then the right choice where we could simply upload the minidump? |
It would be a logical choice right now, given that we already use it for the Android native SDK. But it might not be in the future, because it might be abandoned when Google switches to crashpad for Chrome as they plan to: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/6eouc7q2j_g |
I would like to throw in the latest release of vcpkg that now has GN build support and crashpad port as of today: https://github.com/microsoft/vcpkg/releases/tag/2020.06 for easier dependency management across plattforms :) |
I have fixed some wrong array deletion and added vcpkg support with crashpad. Looks like crashpad is x64 only for now. You can see the changes here: kelteseth@2df9d51 Also countly-sdk-cpp would be awesome as a vcpkg port! |
This is from https://count.ly/plugins/crash-analytics. Is there any support planned for the cpp sdk? I would like to switch from google analytics to countly because of the crash analytics, but I cannot use it if it only supports javascript.
The text was updated successfully, but these errors were encountered: