Crash reports
When ZipNach crashes, it sends crash report to crashlytics, which is a development tool from
Google for
improving applications and make them crash-free.
Crash report contain anonymous data:
- Date of posting.
- App version.
- Details about device (model, make, android version, etc).
- Stack trace - actual information about the crash, describing locations into app's source
code where
the crash happened; this information doesn't store anything personal
Crash reports are sent automatically when app crashes, and don't contain any personal
information.