فهرست منبع

160804
ADD MEMORY WORRING LOG

Ray Zhang 9 سال پیش
والد
کامیت
9fcd25dda5
1فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 6 1
      RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

+ 6 - 1
RedAnt ERP Mobile/iSales-NPD/AppDelegate.m

@@ -639,7 +639,12 @@
         [self download_offline:true checkdiskspace:false];
     // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
 }
-
+-(void)applicationDidReceiveMemoryWarning:(UIApplication *)application
+{
+    NSLog(@"======================================");
+    NSLog(@"=====    MEMORY WORRING !   ==========");
+    NSLog(@"======================================");
+}
 - (void)applicationWillTerminate:(UIApplication *)application
 {
     // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.