Vighnesh123 / runextbus

Automatically exported from code.google.com/p/runextbus
0 stars 1 forks source link

Application crash due to data base java.lang.IllegalStateException #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Logs information :

E/Database( 3984): java.lang.IllegalStateException: 
/data/data/org.runextbus.com/databases/RUBusPrediction.db SQLiteDatabase 
created and never closed
E/Database( 3984):  at 
android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1705)
E/Database( 3984):  at 
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:739)
E/Database( 3984):  at 
android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:
771)
E/Database( 3984):  at 
android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:
764)
E/Database( 3984):  at 
android.app.ApplicationContext.openOrCreateDatabase(ApplicationContext.java:535)
E/Database( 3984):  at 
android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:193)
E/Database( 3984):  at 
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.ja
va:98)
E/Database( 3984):  at org.runextbus.com.DataHelper.<init>(DataHelper.java:44)

Original issue reported on code.google.com by sangeeth...@gmail.com on 1 Mar 2011 at 3:09

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by sangeeth...@gmail.com on 16 May 2011 at 5:25