alooi14 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 1 forks source link

I'm having a seldom crash report in Crittercism for the TAGActualAdIdAccess retrieveTrackingFlag #629

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.):
Objective-C, iOS 3.10 SDK

Issue summary:
As mentioned it's working most of the time, however I do get some random crash 
reports from time to time. According to Crittercism it's generated a SIGSEGV - 
SEGV_MAPERR and a fewer times a SIGBUS - BUS_ADRERR error.

This is the line the crash report links to:

[TrackingFacade trackingScreenInGoogleAnalytics:kMiListaComprasScreen];

Off course, the variable was defined earlier

#define kMiListaComprasScreen                   @"Mi Lista de Compras"

Steps to reproduce issue:
Don't know how to reproduce...

Expected output:
App should not crash when tracking screen access.

Actual results:
App crashes everyonce in a while for no reason

Notes:
It's happened so far in these devices:
iPhone 4s   iOS 8.2
iPhone 5 GSM+LTE   iOS 8.3
iPhone 5 GSM+LTE   iOS 8.2

Original issue reported on code.google.com by msala...@devsu.com on 5 May 2015 at 4:16