mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
remove assert until I can fix it
This commit is contained in:
parent
2624030bbf
commit
e708b14c59
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ public class XwJNI {
|
|||
} else {
|
||||
Log.d( TAG, "release(): no ENV!!! (this=%H, rowid=%d)",
|
||||
this, m_rowid );
|
||||
Assert.failDbg(); // seen on Play Store console
|
||||
Assert.failDbg(); // seen on Play Store console; and now!!
|
||||
}
|
||||
m_ptrGame = 0;
|
||||
}
|
||||
|
|
|
@ -292,7 +292,7 @@ envForMe( EnvThreadInfo* ti, const char* caller )
|
|||
if( !result ) {
|
||||
pthread_t self = pthread_self();
|
||||
XP_LOGFF( "no env for %s (thread %x)", caller, (int)self );
|
||||
XP_ASSERT(0);
|
||||
// XP_ASSERT(0); /* firing a lot */
|
||||
}
|
||||
#endif
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue