mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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 )
|
||||
{
|
||||
Log.d( TAG, "tryStartsFromIntent(extras={%s})", DbgUtils.extrasToString( intent ) );
|
||||
startFirstHasDict( intent );
|
||||
startNewNetGame( intent );
|
||||
startHasGameID( intent );
|
||||
|
|
Loading…
Reference in a new issue