Browse Source

New activity error

Marino Faggiana 8 years ago
parent
commit
514d27fb42
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Networking/CCNetworking.m

+ 2 - 0
iOSClient/Networking/CCNetworking.m

@@ -734,6 +734,8 @@
     
     if (!result.count) {
         
+        [CCCoreData addActivityClient:fileName fileID:@"" action:k_activityDebugActionUpload selector:selector note:@"Internal error image/video not found" type:k_activityTypeFailure verbose:k_activityVerboseHigh account:_activeAccount];
+
         if ([delegate respondsToSelector:@selector(uploadFileFailure:fileID:serverUrl:selector:message:errorCode:)])
             [delegate uploadFileFailure:nil fileID:nil serverUrl:serverUrl selector:selector message:@"Internal error image/video not found" errorCode: k_CCErrorInternalError];
         return;