Does anyone know what that means? I am trying to start a transaction in onActivityResult () to insert a row based on the result.
03-05 15: 39: 51.937: ERROR / Database (2387): Failure 21 (from memory) at 0x0 during preparation of "START EXCLUSIVE".03-05 15: 39: 51.967: DEBUG / AndroidRuntime (2387): shut down VM 03-05 15: 39: 51.967: WARN / dalvikvm (2387): threadid = 3: thread exiting with an uncaught exception (Group = 0x40013140)03-05 15: 39: 51.967: ERROR / AndroidRuntime (2387): impurity handler: thread exiting due to an uncaught exception03-05 15: 39: 52.137: ERROR / AndroidRuntime (2387): java.lang.RuntimeException: failure result output ResultInfo {who = null, request = 1, result = -1, data = Intent {(has additional functions)} } to action {Com.ozdroid / com.ozdroid.load.LoadView}: android.database.sqlite.SQLiteException: unknown error: BEGIN EXCLUSIVE;...03-05 15: 39: 52.137: ERROR / AndroidRuntime (2387): caused by: android.database.sqlite.SQLiteException: unknown error: BEGIN EXCLUSIVE;...03-05 15: 39: 52.137: ERROR / AndroidRuntime (2387): with android.database.sqlite.SQLiteDatabase.beginTransaction (SQLiteDatabase.java:434)
03-05 15: 39: 51.937: ERROR / Database (2387): Failure 21 (from memory) at 0x0 during preparation of "START EXCLUSIVE".
03-05 15: 39: 51.967: DEBUG / AndroidRuntime (2387): shut down VM 03-05 15: 39: 51.967: WARN / dalvikvm (2387): threadid = 3: thread exiting with an uncaught exception (Group = 0x40013140)
03-05 15: 39: 51.967: ERROR / AndroidRuntime (2387): impurity handler: thread exiting due to an uncaught exception
03-05 15: 39: 52.137: ERROR / AndroidRuntime (2387): java.lang.RuntimeException: failure result output ResultInfo {who = null, request = 1, result = -1, data = Intent {(has additional functions)} } to action {Com.ozdroid / com.ozdroid.load.LoadView}: android.database.sqlite.SQLiteException: unknown error: BEGIN EXCLUSIVE;
...
03-05 15: 39: 52.137: ERROR / AndroidRuntime (2387): caused by: android.database.sqlite.SQLiteException: unknown error: BEGIN EXCLUSIVE;
03-05 15: 39: 52.137: ERROR / AndroidRuntime (2387): with android.database.sqlite.SQLiteDatabase.beginTransaction (SQLiteDatabase.java:434)
This happened to me in two situations:
beginTransaction
, . , open() ( close()) beginTransaction.
open()
close()
, , logcat 100% .
logcat
Source: https://habr.com/ru/post/1735544/More articles:MySQL: can I exchange listings? - enumsForm with dynamic number of elements - ruby | fooobar.comHow can I go to the App Store from the UIWebView link in my iPhone app? - iphoneWhat are some good performance analysis tools with asp.net applications? - performancehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1735543/howto-change-all-links-to-text-in-a-div-tag&usg=ALkJrhhmB12ajOkg6bFKVHQiXB33hGb93gHow to update node attribute in xml using Linq query? - linqHow can I display red text in JTextArea? - javaВыбранная вкладка JQuery? - jqueryDispose of the singleton object in .NET. - .netHow do you cancel the closing operation of ToolWindowPane or Visual Studio IDE through VSPackage? - c #All Articles