Does Crashlytics log file contain logs when app relaunched from Background Execution?

131 views Asked by At

In the fabric crash logs I can see some records from functions which calls from background:

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler

- (void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler

The Fabric docs says that logs will be retrieved when user manually relaunched the app but before this the app can be relaunched automatically by the Background Execution and related functions can add more logs after crash. Is it correct?

0

There are 0 answers