-
public interface AppStartSpanControlControls for the
AppStartspan, accessible using BugsnagPerformance.getSpanControls and SpanType.AppStart.
-
-
Method Summary
-
-
Method Detail
-
setType
abstract Unit setType(String appStartType)
Set the type of app start being measured to allow better filtering. The
appStartTypestring is used to split the app start spans further than simple "Cold", "Warm" and "Hot" starts and can be used when additional overhead is expected (for example when a updating a database schema, or downloading updated content). This is typically a short descriptive constant such as"First Run"or"Schema Upgrade".
-
-
-
-