mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Added debug info to setup
This commit is contained in:
@@ -1085,7 +1085,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
if (ex instanceof IllegalArgumentException)
|
||||
ToastEx.makeText(ActivityView.this, ex.getMessage(), Toast.LENGTH_LONG).show();
|
||||
else
|
||||
ToastEx.makeText(ActivityView.this, ex.toString(), Toast.LENGTH_LONG).show();
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
|
||||
}.execute(this, new Bundle(), "debug:info");
|
||||
|
||||
Reference in New Issue
Block a user