log, rather than toast, too-frequent debug message

This commit is contained in:
Eric House 2018-12-28 07:15:40 -08:00
parent bdd92baf55
commit e58f51a523

View file

@ -137,8 +137,8 @@ public class MainActivity extends XWActivity
}
} );
if ( BuildConfig.DEBUG ) {
DbgUtils.showf( this, "Putting off handling intent; %d waiting",
m_runWhenSafe.size() );
Log.d( TAG, "Putting off handling intent; %d waiting",
m_runWhenSafe.size() );
}
handled = true;
}