I do a lot of Application Development and right now I'm working with a rooted motorola droid (specifically Pete's Virgin FRF84B).
I get this error message in LogCat quite regularly:
I'm assuming this has something to do with su given the com.noshuou.android.su. Anyone know anything about this?
Code:07-13 18:17:24.941: ERROR/Database(13961): close() was never explicitly called on database '/data/data/com.noshufou.android.su/databases/permissions.sqlite' 07-13 18:17:24.941: ERROR/Database(13961): android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here 07-13 18:17:24.941: ERROR/Database(13961): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1810) 07-13 18:17:24.941: ERROR/Database(13961): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:817) 07-13 18:17:24.941: ERROR/Database(13961): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:851) 07-13 18:17:24.941: ERROR/Database(13961): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:844) 07-13 18:17:24.941: ERROR/Database(13961): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:540) 07-13 18:17:24.941: ERROR/Database(13961): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203) 07-13 18:17:24.941: ERROR/Database(13961): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203) 07-13 18:17:24.941: ERROR/Database(13961): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:98) 07-13 18:17:24.941: ERROR/Database(13961): at com.noshufou.android.su.DBHelper.<init>(DBHelper.java:28) 07-13 18:17:24.941: ERROR/Database(13961): at com.noshufou.android.su.UninstallReceiver.onReceive(UninstallReceiver.java:10) 07-13 18:17:24.941: ERROR/Database(13961): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2810) 07-13 18:17:24.941: ERROR/Database(13961): at android.app.ActivityThread.access$3200(ActivityThread.java:125) 07-13 18:17:24.941: ERROR/Database(13961): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2083) 07-13 18:17:24.941: ERROR/Database(13961): at android.os.Handler.dispatchMessage(Handler.java:99) 07-13 18:17:24.941: ERROR/Database(13961): at android.os.Looper.loop(Looper.java:123) 07-13 18:17:24.941: ERROR/Database(13961): at android.app.ActivityThread.main(ActivityThread.java:4627) 07-13 18:17:24.941: ERROR/Database(13961): at java.lang.reflect.Method.invokeNative(Native Method) 07-13 18:17:24.941: ERROR/Database(13961): at java.lang.reflect.Method.invoke(Method.java:521) 07-13 18:17:24.941: ERROR/Database(13961): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) 07-13 18:17:24.941: ERROR/Database(13961): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 07-13 18:17:24.941: ERROR/Database(13961): at dalvik.system.NativeStart.main(Native Method)

LinkBack URL
About LinkBacks
Reply With Quote