AbdFatah / analytics-issues

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

Please use PreparedStatement in "Google Analytics SDK for Android" #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Name of related component: "Google Analytics SDK for Android"

Request summary:
I'm using "Google Analytics SDK for Android" Version 1.3.1 on an Android 2.2 
device and I'm seeing the following warning:

<snip>
10-05 11:55:59.148: WARN/Database(636): Reached MAX size for compiled-sql 
statement cache for database 
/data/data/<package>/databases/google_analytics.db; i.e., NO space for this sql 
statement in cache: DELETE FROM events WHERE event_id=40. Please change your 
sql statements to use '?' for bindargs, instead of using actual values
</snip>

If possible, please use PreparedStatement so that the sql statement cache can 
be utilised

Use Cases:
Caching will be utilised

Original issue reported on code.google.com by d.strick...@gmail.com on 5 Oct 2011 at 4:19

GoogleCodeExporter commented 9 years ago
Pertains to legacy v1.x, closing as obsolete. Please upgrade to v3.x or higher

Original comment by awa...@google.com on 8 Nov 2013 at 11:59