You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm wondering if the app fetches updates as scheduled and I'm checking the logcat for such events.
would searching the logcat for flutter_background_fetch be a good way to find past background fetch events?
--------- beginning of main 05-13 09:22:30.037 6724 6724 D TSBackgroundFetch: - Background Fetch event received: flutter_background_fetch 05-13 09:22:30.040 6724 6724 D TSBackgroundFetch: 💀 [HeadlessTask flutter_background_fetch] 05-13 09:22:30.102 6724 6724 I flutter : Started flutter_background_fetch: null 05-13 09:22:30.359 6724 6724 W JobService: onNetworkChanged() not implemented in com.transistorsoft.tsbackgroundfetch.FetchJobService. Must override in a subclass. 05-13 09:22:30.662 6724 6724 I flutter : BG update task: Too early for another check (last check was 2025-05-13T10:59:20.260, interval is 60). 05-13 09:22:30.662 6724 6724 D TSBackgroundFetch: - finish: flutter_background_fetch 05-13 09:22:30.663 6724 6724 D TSBackgroundFetch: - jobFinished
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wondering if the app fetches updates as scheduled and I'm checking the logcat for such events.
would searching the logcat for flutter_background_fetch be a good way to find past background fetch events?
--------- beginning of main 05-13 09:22:30.037 6724 6724 D TSBackgroundFetch: - Background Fetch event received: flutter_background_fetch 05-13 09:22:30.040 6724 6724 D TSBackgroundFetch: 💀 [HeadlessTask flutter_background_fetch] 05-13 09:22:30.102 6724 6724 I flutter : Started flutter_background_fetch: null 05-13 09:22:30.359 6724 6724 W JobService: onNetworkChanged() not implemented in com.transistorsoft.tsbackgroundfetch.FetchJobService. Must override in a subclass. 05-13 09:22:30.662 6724 6724 I flutter : BG update task: Too early for another check (last check was 2025-05-13T10:59:20.260, interval is 60). 05-13 09:22:30.662 6724 6724 D TSBackgroundFetch: - finish: flutter_background_fetch 05-13 09:22:30.663 6724 6724 D TSBackgroundFetch: - jobFinished
Beta Was this translation helpful? Give feedback.
All reactions