Skip to content
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

Open
kelteseth opened this issue Jun 16, 2020 · 5 comments
Open

Is crash analytics planned for the cpp sdk? #12

kelteseth opened this issue Jun 16, 2020 · 5 comments
Assignees

Comments

@kelteseth
Copy link

Countly iOS, MacOS, Android, Windows and Javascript SDKs come with crash analytics support built-in.

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.

@LVMBDV
Copy link
Contributor

LVMBDV commented Jun 16, 2020

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 😇

@kelteseth
Copy link
Author

Alright thanks for the update. I guess google breakpad would be then the right choice where we could simply upload the minidump?

@LVMBDV
Copy link
Contributor

LVMBDV commented Jun 16, 2020

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

@kelteseth
Copy link
Author

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 :)

@kelteseth
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants