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