On 03/01/2016 08:01 AM, Nathan Wei wrote: > > Hi, All > > > Currently we are facing a crash when we query data from database where the > data contains some emoji char from iOS. The main log is listed below, please > refer to the attachment for detailed log.
I think that's the problem fixed here: http://sqlite.org/android/info/20f8872529890bbf Upgrading to the latest code from http://sqlite.org/android/ should fix things. Dan. > > 5-13 19:43:39.407 12875-13552/com.ringcentral.android A/art? > art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: input is not > valid Modified UTF-8: illegal start byte 0xf0 > 05-13 19:43:39.407 12875-13552/com.ringcentral.android A/art? > art/runtime/check_jni.cc:65] string: 'Hchd?' > 05-13 19:43:39.407 12875-13552/com.ringcentral.android A/art? > art/runtime/check_jni.cc:65] in call to NewStringUTF > 05-13 19:43:39.407 12875-13552/com.ringcentral.android A/art? > art/runtime/check_jni.cc:65] from long > org.sqlite.database.sqlite.SQLiteConnection.nativeExecuteForCursorWindow(int, > int, android.database.CursorWindow, int, int, boolean) > > This can be reproduced on Sumsung Galaxy S5/S6 with android version 5.0, > Sumsung Note 3 with android version 4.4.1 and etc. > > > Would you provide some thoughts on how to deal with this problem? Your help > is highly appreciated. > > > > > Warmest Regards > Nathan Wei > > > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

