From 8036923acaa1d7c24e711277465e29ec1f077f6b Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 20 Nov 2019 18:47:18 +0000 Subject: [PATCH] All: Added more logging for resource fetching to try to debug issue --- ReactNativeClient/lib/services/ResourceFetcher.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ReactNativeClient/lib/services/ResourceFetcher.js b/ReactNativeClient/lib/services/ResourceFetcher.js index 413704d025..2ad73e3412 100644 --- a/ReactNativeClient/lib/services/ResourceFetcher.js +++ b/ReactNativeClient/lib/services/ResourceFetcher.js @@ -131,6 +131,7 @@ class ResourceFetcher extends BaseService { } delete this.fetchingItems_[resource.id]; + this.logger().debug(`ResourceFetcher: Removed from fetchingItems: ${resource.id}. New: ${JSON.stringify(this.fetchingItems_)}`); this.scheduleQueueProcess(); // Note: This downloadComplete event is not really right or useful because the resource