Crash reporting capabilities
1 min
crashlytics is an enterprise grade service owned by google and the crashlytics sdk is embedded in productivity apps email+ implements the crashlytics sdk this enhancement helps to proactively address issues experienced by end users crashlytics related features when an application crashes, the details of the crash are collected and uploaded to crashlytics servers the collected data includes os version, ram size, disk space, and so on, in addition to crash specific data pii data is not uploaded to crashlytics each device uses a unique random id when uploading its crash reports to crashlytics this id is also written to various application specific log files (such as email+) and allows the engineering team to co relate crash reports with specific customer provided log files all data is maintained in the mobilelron crashlytics account managed by the engineering team disable crashlytics through the existing key value pair disable analytics for ios email+
