commented-out line to copy xwdb into /sdcard from which it can be retrieved

This commit is contained in:
Eric House 2014-04-29 06:19:30 -07:00
parent 4279457471
commit d463ea3f30

View file

@ -347,6 +347,9 @@ public class GamesListDelegate extends DelegateBase
protected void init( Bundle savedInstanceState )
{
// Next line useful if contents of DB are crashing app on start
// DBUtils.saveDB( m_activity );
CrashTrack.init( m_activity );
m_selGames = new HashSet<Long>();