Android Question complete android freezing

rboeck

Well-Known Member
Licensed User
Longtime User
Hi, this is the first time since four years, that i cannot handle my android tablet. Currently i try to check an import routine from csv to sqlite. To reduce the memory needs i handled it in the form, that every 1000 records i call InsertMaps, reinitialize the List. This routine was slower then i remember; after 9 inserts (9000 records) my tablet freezes completly and i have to wait until it's out of power. The tablet does not allow to remove the accu. I had it connected by usb connection. When i disconnect and connect, i get the sound signal, but b4a doesnt see any device.
How can i handle this situation? B4A Version is 5.5.
 

rboeck

Well-Known Member
Licensed User
Longtime User
I tested in both modes, but the problem is only in release mode. On my notebook i have still version 5.2, i will see, if there is a difference. Also i will try ExecNonQueryBatch.
 
Upvote 0
Top