OK, here is a mystery exception 

I can't even tell if it is even in my code, but with 429 reports on 
Crashlytics, I should at least investigate. 

So possibly, a string argument to SQLite is null. But where?
I don't recognize com.google.kzm.*. Is it some obscured code of Google 
Analytics?

Nathan

java.lang.IllegalArgumentException: the bind value at index 1 is null
       at 
android.database.sqlite.SQLiteProgram.bindString(SQLiteProgram.java:164)
       at 
android.database.sqlite.SQLiteProgram.bindAllArgsAsStrings(SQLiteProgram.java:200)
       at 
android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47)
       at 
android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1314)
       at 
android.database.sqlite.SQLiteDatabase.queryWithFactory(SQLiteDatabase.java:1161)
       at 
android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1032)
       at 
android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1200)
       at com.google.kzm.i.a()
       at com.google.kzm.g.a()
       at com.google.kzm.g.a()
       at com.google.kzm.h.run()
       at java.lang.Thread.run(Thread.java:856)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to