mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +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,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;
|
||||||
|
|
Loading…
Reference in a new issue