Hi guys, Gtalk Crash Randomly while waiting for an incoming vedio/audio chat, here are logs:
09-19 15:22:40.177 1436 13204 W dalvikvm: threadid=35: thread exiting with uncaught exception (group=0x410a5438) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: FATAL EXCEPTION: Packet Processor 09-19 15:22:40.187 1436 13204 E AndroidRuntime: android.database.sqlite.SQLiteConstraintException: columns thread_id, real_date, type are not unique (code 19) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:727) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1565) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1514) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at com.google.android.gsf.talk.TalkProvider.updateInternal(TalkProvider.java:3123) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at com.google.android.gsf.talk.TalkProvider.update(TalkProvider.java:1500) 09-19 15:22:40.187 1436 13204 E AndroidRuntime: at android.content.ContentProvider$Transport.update(ContentProvider.java:235) It seems there is SQLite constraint error, the application attempt to insert/update duplicated records, please have a look, thanks. Best regards, Franklin -- 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