|
|
|
@ -303,7 +303,7 @@ public class FragmentGmail extends FragmentBase {
|
|
|
|
|
|
|
|
|
|
Log.e(ex);
|
|
|
|
|
|
|
|
|
|
tvError.setText(Log.formatThrowable(ex));
|
|
|
|
|
tvError.setText(Log.formatThrowable(ex, false));
|
|
|
|
|
grpError.setVisibility(View.VISIBLE);
|
|
|
|
|
|
|
|
|
|
getMainHandler().post(new Runnable() {
|
|
|
|
@ -525,7 +525,7 @@ public class FragmentGmail extends FragmentBase {
|
|
|
|
|
if (ex instanceof IllegalArgumentException)
|
|
|
|
|
tvError.setText(ex.getMessage());
|
|
|
|
|
else
|
|
|
|
|
tvError.setText(Log.formatThrowable(ex));
|
|
|
|
|
tvError.setText(Log.formatThrowable(ex, false));
|
|
|
|
|
grpError.setVisibility(View.VISIBLE);
|
|
|
|
|
|
|
|
|
|
getMainHandler().post(new Runnable() {
|
|
|
|
|