marinofaggiana 4 năm trước cách đây
mục cha
commit
c46724ae23
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      iOSClient/AppDelegate.m

+ 2 - 0
iOSClient/AppDelegate.m

@@ -189,6 +189,8 @@
     // Auto upload
     self.networkingAutoUpload = [NCNetworkingAutoUpload new];
     
+    [[NCCommunicationCommon shared] writeLog:@"Application did finish launching"];
+
     return YES;
 }