Improved logging

This commit is contained in:
M66B 2021-02-02 17:48:43 +01:00
parent ddf193cce4
commit e60e3824dd
1 changed files with 3 additions and 1 deletions

View File

@ -995,7 +995,9 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
}
String action = intent.getAction();
Log.i("View intent=" + intent + " action=" + action);
Log.i("View intent=" + intent +
" action=" + action +
" extras=" + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
if (action != null) {
intent.setAction(null);
setIntent(intent);