log intent contents

trying to track down why/when they wind up empty
This commit is contained in:
Eric House 2018-03-08 08:30:01 -08:00
parent 2a2558a011
commit e207b1e9fa

View file

@ -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 );