(No Espresso Tests Required) • Supports APKs and AAB’s • Can Run UI (Espresso) Tests as daily checks. • Allows us to test on Real and Virtual Devices. • Gives us comprehensive reports. • Provides Screenshots and Crawling Graph • Performance Results of the app • Video records the full test • Has Cloud function functionality
have regressed or are new. • Cloud function triggers to help with integrations. • Custom Keys help us trace our steps. • Analytics are also shown in the Log report. • Reports information about device that app is crashing on. • Velocity Alerts help us with recurring issues affecting users in almost real time. • Can check crashes for unique users with userIndentifier method.
Crashlytics.setBool(key, true /* boolean value */) Crashlytics.setDouble(key, 1.0 /* double value */) Crashlytics.setFloat(key, 1.0f /* float value */) Crashlytics.setInt(key, 1 /* int value */)