markLaunchCompleted

Informs Bugsnag that the application has finished launching. Once this has been called isLaunching will always be false in any new error reports, and synchronous delivery will not be attempted on the next launch for any fatal crashes. By default this method will be called after Bugsnag is initialized when getLaunchDurationMillis has elapsed. Invoking this method manually has precedence over the value supplied via the launchDurationMillis configuration option.