log calls to set-not-again. I'm getting crashes and that may help

track it down.  Remove this later.
This commit is contained in:
Andy2 2010-12-07 18:57:38 -08:00
parent 4a12f7a96f
commit 3987749079

View file

@ -115,10 +115,12 @@ public class DlgDelegate {
{
boolean set = CommonPrefs.getPrefsBoolean( m_activity, prefsKey, false );
if ( set ) {
Utils.logf( "showNotAgainDlgThen: skipping message" );
if ( null != proc ) {
proc.run();
}
} else {
Utils.logf( "showNotAgainDlgThen: setting message: %d", msgID );
m_msgID = msgID;
m_proc = proc;
m_prefsKey = prefsKey;