Signal-Windows icon indicating copy to clipboard operation
Signal-Windows copied to clipboard

use a crash report/logging provider or library

Open Trolldemorted opened this issue 8 years ago • 3 comments
trafficstars

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

Trolldemorted avatar Oct 26 '17 09:10 Trolldemorted

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.

SERVCUBED avatar Oct 26 '17 13:10 SERVCUBED

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 avatar Oct 28 '17 12:10 Trolldemorted

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

Trolldemorted avatar Jan 15 '18 22:01 Trolldemorted