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

use a crash report/logging provider or library #105

Open
Trolldemorted opened this issue Oct 26, 2017 · 3 comments
Open

use a crash report/logging provider or library #105

Trolldemorted opened this issue Oct 26, 2017 · 3 comments

Comments

@Trolldemorted
Copy link
Contributor

Trolldemorted commented Oct 26, 2017

A quick google search yields services like HockeyApp or the Mobile Center SDK. Does anyone have experience with these, or similar solutions?

cc @golf1052, @SERVCUBED

Crash Reports

HockeyApp

Mobile Center SDK

@SERVCUBED
Copy link
Member

I agree we definitely need some form of telemetry. I have had some experience with Microsoft's Application Insights and I'm looking into HockeyApp now.

@Trolldemorted
Copy link
Contributor Author

I have added basic logging to the most frequent code paths in libsignal-service-dotnet, and we can add handlers to it in Signal-Windows. Right now one is printing every log event, but it should be easy to add ring-buffered logs in memory or to save them on disk.

@Trolldemorted Trolldemorted added this to Public Beta Release in Next Steps Jan 15, 2018
@Trolldemorted
Copy link
Contributor Author

I tested AppCenterSDK, but their crash reports don't work reliably and they do not (yet) support attaching logfiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Next Steps
  
Public Beta Release
Development

No branches or pull requests

2 participants