Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google analytics ios google Analytical 3.03内存不足_Google Analytics_Out Of Memory - Fatal编程技术网

Google analytics ios google Analytical 3.03内存不足

Google analytics ios google Analytical 3.03内存不足,google-analytics,out-of-memory,Google Analytics,Out Of Memory,谷歌分析在ios中内存不足 我的项目是应用谷歌分析3.03版 id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker]; // This screen name value will remain set on the tracker and sent with // hits until it is set to a new value or to nil. // page is string param [t

谷歌分析在ios中内存不足

我的项目是应用谷歌分析3.03版

id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker];

// This screen name value will remain set on the tracker and sent with
// hits until it is set to a new value or to nil.

// page is string param
[tracker set:kGAIScreenName value:page];

[tracker send:[[GAIDictionaryBuilder createAppView] build]];
此日志消息:

malloc:*mmap(大小=1291476992)失败(错误代码=12)

警告:GoogleAnalytics 3.03 void GaUncaughtExceptionHandler(NSException*)(GaUncaughtExceptionHandler.m:49):未捕获异常:内存不足。我们建议重新启动应用程序。如果有未保存的文档,请在Finder中创建备份副本,然后尝试保存

详细说明:GoogleAnalytics 3.03-[GAIRequestBuilder requestGetUrl:payload:](GAIRequestBuilder.m:177):为构建URL请求

详细:GoogleAnalytics 3.03-[GAIBatchingDispatcher dispatch](GAIBatchingDispatcher.m:503):发送命中

信息:GoogleAnalytics 3.03-[GAIBatchingDispatcher didSendHits:响应:数据:错误:](GAIBatchingDispatcher.m:157):已调度的命中:HTTP状态200

信息:GoogleAnalytics 3.03-[GAIBatchingDispatcher deleteHits:](GAIBatchingDispatcher.m:430):已成功调度hit

信息:GoogleAnalytics 3.03-[GAIBatchingDispatcher didSendHits:](GAIBatchingDispatcher.m:167):发送了1次命中

*由于未捕获的异常“NSMallocException”而终止应用程序,原因:“内存不足”。我们建议重新启动应用程序。如果有未保存的文档,请在Finder中创建备份副本,然后尝试保存 *第一次抛出调用堆栈:

( 0 CoreFoundation 0x044585e4例外预处理+180

1   libobjc.A.dylib                     0x039b18b6 objc_exception_throw + 44

2   Foundation                          0x0368a4a1 _NSOutOfMemoryErrorHandler + 72

3   CoreFoundation                      0x043d9488 __CFStringChangeSizeMultiple + 1704

4   CoreFoundation                      0x043dc4ae CFStringAppend + 318

5   CoreFoundation                      0x043d6e03 __CFStringAppendFormatCore + 8611

6   CoreFoundation                      0x0447a1d5 _CFStringAppendFormatAndArgumentsAux + 69

7   CoreFoundation                      0x0447a179 -[__NSCFString appendFormat:] + 89

8   MyApp                            0x000d1a4a -[NSDictionary(Description) descriptionWithLocale:indent:] + 762

9   libobjc.A.dylib                     0x039c3874 -[NSObject performSelector:withObject:withObject:] + 77

10  MyApp                            0x0000be1d -[NSObject(Description) descriptionForObject:locale:indent:] + 397

11  MyApp                            0x000d1a0b -[NSDictionary(Description) descriptionWithLocale:indent:] + 699

12  CoreFoundation                      0x04453ce0 -[NSDictionary descriptionWithLocale:] + 48

13  Foundation                          0x035ce785 _NSDescriptionWithLocaleFunc + 93

14  CoreFoundation                      0x043d6dc6 __CFStringAppendFormatCore + 8550

15  CoreFoundation                      0x04417944 _CFStringCreateWithFormatAndArgumentsAux + 116

16  Foundation                          0x035cd690 -[NSPlaceholderString initWithFormat:locale:arguments:] + 143

17  Foundation                          0x035ce70d +[NSString stringWithFormat:] + 88

18  Myapp                            0x00295b64 -[GAIBatchingDispatcher persist:] + 342


19  MyApp                            0x00296f9a -[GAIBatchingDispatcher queueDispatch:] + 538

20  MyApp                            0x00296d68 -[GAIBatchingDispatcher queueModel:] + 146

21  libobjc.A.dylib                     0x039c381f -[NSObject performSelector:withObject:] + 70

22  Foundation                          0x036069d8 __NSThreadPerformPerform + 285

23  CoreFoundation                      0x043e183f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15

24  CoreFoundation                      0x043e11cb __CFRunLoopDoSources0 + 235

25  CoreFoundation                      0x043fe29e __CFRunLoopRun + 910

26  CoreFoundation                      0x043fdac3 CFRunLoopRunSpecific + 467

27  CoreFoundation                      0x043fd8db CFRunLoopRunInMode + 123

28  Foundation                          0x0360e9c5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 284

29  Foundation                          0x035aa8d1 -[NSRunLoop(NSRunLoop) run] + 82

30  MyApp                            0x00287164 +[GAI threadMain:] + 70

31  Foundation                          0x03609597 -[NSThread main] + 76

32  Foundation                          0x036094f6 __NSThread__main__ + 1275

33  libsystem_c.dylib                   0x040015b7 _pthread_start + 344

34  libsystem_c.dylib                   0x03febdce thread_start + 34
)

有什么问题吗

1   libobjc.A.dylib                     0x039b18b6 objc_exception_throw + 44

2   Foundation                          0x0368a4a1 _NSOutOfMemoryErrorHandler + 72

3   CoreFoundation                      0x043d9488 __CFStringChangeSizeMultiple + 1704

4   CoreFoundation                      0x043dc4ae CFStringAppend + 318

5   CoreFoundation                      0x043d6e03 __CFStringAppendFormatCore + 8611

6   CoreFoundation                      0x0447a1d5 _CFStringAppendFormatAndArgumentsAux + 69

7   CoreFoundation                      0x0447a179 -[__NSCFString appendFormat:] + 89

8   MyApp                            0x000d1a4a -[NSDictionary(Description) descriptionWithLocale:indent:] + 762

9   libobjc.A.dylib                     0x039c3874 -[NSObject performSelector:withObject:withObject:] + 77

10  MyApp                            0x0000be1d -[NSObject(Description) descriptionForObject:locale:indent:] + 397

11  MyApp                            0x000d1a0b -[NSDictionary(Description) descriptionWithLocale:indent:] + 699

12  CoreFoundation                      0x04453ce0 -[NSDictionary descriptionWithLocale:] + 48

13  Foundation                          0x035ce785 _NSDescriptionWithLocaleFunc + 93

14  CoreFoundation                      0x043d6dc6 __CFStringAppendFormatCore + 8550

15  CoreFoundation                      0x04417944 _CFStringCreateWithFormatAndArgumentsAux + 116

16  Foundation                          0x035cd690 -[NSPlaceholderString initWithFormat:locale:arguments:] + 143

17  Foundation                          0x035ce70d +[NSString stringWithFormat:] + 88

18  Myapp                            0x00295b64 -[GAIBatchingDispatcher persist:] + 342


19  MyApp                            0x00296f9a -[GAIBatchingDispatcher queueDispatch:] + 538

20  MyApp                            0x00296d68 -[GAIBatchingDispatcher queueModel:] + 146

21  libobjc.A.dylib                     0x039c381f -[NSObject performSelector:withObject:] + 70

22  Foundation                          0x036069d8 __NSThreadPerformPerform + 285

23  CoreFoundation                      0x043e183f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15

24  CoreFoundation                      0x043e11cb __CFRunLoopDoSources0 + 235

25  CoreFoundation                      0x043fe29e __CFRunLoopRun + 910

26  CoreFoundation                      0x043fdac3 CFRunLoopRunSpecific + 467

27  CoreFoundation                      0x043fd8db CFRunLoopRunInMode + 123

28  Foundation                          0x0360e9c5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 284

29  Foundation                          0x035aa8d1 -[NSRunLoop(NSRunLoop) run] + 82

30  MyApp                            0x00287164 +[GAI threadMain:] + 70

31  Foundation                          0x03609597 -[NSThread main] + 76

32  Foundation                          0x036094f6 __NSThread__main__ + 1275

33  libsystem_c.dylib                   0x040015b7 _pthread_start + 344

34  libsystem_c.dylib                   0x03febdce thread_start + 34