mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
log, rather than toast, too-frequent debug message
This commit is contained in:
parent
bdd92baf55
commit
e58f51a523
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue