mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Improved logging
This commit is contained in:
parent
ddf193cce4
commit
e60e3824dd
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue