jlavitt / analytics-issues

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

Out of memory error #425

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: Mobile Tracking

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.):
Android 4.1.2
Build was cut on Feb 18 with whatever the latest version of the google 
analytics jar was.

Issue summary:
Our bug monitoring is showing that we have a user experiencing out of memory 
exceptions in the google analyitcis start up code.

Notes:
This happens specifically within the call to 
GoogleAnalytics.getInstance(context);

relevant stack trace:
java.lang.ExceptionInInitializerError
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:217)
at java.lang.Class.forName(Class.java:172)
at 
com.google.analytics.tracking.android.AdHitIdGenerator.<init>(AdHitIdGenerator.j
ava:15)
at 
com.google.analytics.tracking.android.GoogleAnalytics.<init>(GoogleAnalytics.jav
a:64)
at 
com.google.analytics.tracking.android.GoogleAnalytics.<init>(GoogleAnalytics.jav
a:55)
at 
com.google.analytics.tracking.android.GoogleAnalytics.getInstance(GoogleAnalytic
s.java:91)

The user experienced this issue 23 times between 2014-04-28 08:59:48 +00:00 and 
2014-04-28 10:23:43 +00:00

Original issue reported on code.google.com by anthony....@mobiledefense.com on 28 Apr 2014 at 7:00

GoogleCodeExporter commented 8 years ago
Forgot to add that the device type reports as SPH-M840 which is apparently a 
Samsung Galaxy Ring

Original comment by anthony....@mobiledefense.com on 28 Apr 2014 at 7:07

GoogleCodeExporter commented 8 years ago
hi, we've got a lot of OOM with analitics on android-10 platform
it's really memory-hungry part jf an application

Original comment by dron...@gmail.com on 1 Oct 2014 at 6:45