mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
log intent contents
trying to track down why/when they wind up empty
This commit is contained in:
parent
2a2558a011
commit
e207b1e9fa
1 changed files with 1 additions and 0 deletions
|
@ -2476,6 +2476,7 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
|
|
||||||
private void tryStartsFromIntent( Intent intent )
|
private void tryStartsFromIntent( Intent intent )
|
||||||
{
|
{
|
||||||
|
Log.d( TAG, "tryStartsFromIntent(extras={%s})", DbgUtils.extrasToString( intent ) );
|
||||||
startFirstHasDict( intent );
|
startFirstHasDict( intent );
|
||||||
startNewNetGame( intent );
|
startNewNetGame( intent );
|
||||||
startHasGameID( intent );
|
startHasGameID( intent );
|
||||||
|
|
Loading…
Reference in a new issue