Closed GoogleCodeExporter closed 9 years ago
This looks like it only occurs on first load of FactoryActions. Caused by
"DataTypeIDLookup is already closed". Seems the database hasn't been opened
yet so the lookup keys aren't ready. Thrown when trying to run this line
from ActivityDlgActionInput.java:
llDynamic = FactoryActions.buildUIFromAction(modelApp, modelAction,
ruleActionDataOld, this);
Original comment by case.and...@gmail.com
on 30 Jun 2010 at 6:51
Having a hard time reproducing this since I added r784 changes. This could be
a similar issue of the database or a cursor is being closed where it shouldn't
be (see Issue #103 for details.) Closing unless I run into this problem again
since the Issue #103 fix.
Original comment by case.and...@gmail.com
on 30 Jun 2010 at 11:49
Re-opening as I ran into the same similar issue last night.
Original comment by case.and...@gmail.com
on 1 Jul 2010 at 2:25
I think this occurs after the display is flipped. When the display is flipped
the ActivityMain calls onDestroy() which issues the call to
UIDbHelperStore.instance().releaseResources(), which closes the database. From
that point on calls to the DataType data structures craps out and causes the
force close.
Original comment by case.and...@gmail.com
on 2 Jul 2010 at 8:33
Awaiting codereview: http://codereview.appspot.com/1725048/show
Original comment by case.and...@gmail.com
on 2 Jul 2010 at 9:28
This issue was closed by revision r793.
Original comment by case.and...@gmail.com
on 4 Jul 2010 at 8:33
Original issue reported on code.google.com by
case.and...@gmail.com
on 22 Jun 2010 at 8:07