I'm doing some stress testing of my SQLite database using the testing
monkey and I got the following exception, which appears to be from
inside SQLite. My app has many threads accessing the database but all
of them do so in locking mode so I don't think this exception is my
fault. Any opinions on whether I should worry about this exception or
if it's just an artifact of the extremely fast monkey keyboard access?

10-19 16:38:38.443: ERROR/JavaBinder(2035): *** Uncaught remote
exception!  (Exceptions are not yet supported across processes.)
10-19 16:38:38.443: ERROR/JavaBinder(2035):
java.util.ConcurrentModificationException
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at java.util.HashMap
$HashIterator.nextEntry(HashMap.java:795)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at java.util.HashMap
$KeyIterator.next(HashMap.java:822)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.database.sqlite.SQLiteDatabase.getDbStats(SQLiteDatabase.java:
2133)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.database.sqlite.SQLiteDebug.getDatabaseInfo(SQLiteDebug.java:
150)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.app.ActivityThread$ApplicationThread.dump(ActivityThread.java:
1793)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.os.Binder.dump(Binder.java:222)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.os.Binder.onTransact(Binder.java:201)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:
407)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
android.os.Binder.execTransact(Binder.java:288)
10-19 16:38:38.443: ERROR/JavaBinder(2035):     at
dalvik.system.NativeStart.run(Native Method)

-- 
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

Reply via email to