mirror of https://github.com/M66B/FairEmail.git
Improved logging
This commit is contained in:
parent
2505ff5ad6
commit
25eb09c89a
|
@ -7922,7 +7922,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
try {
|
try {
|
||||||
new ContentType(result.type);
|
new ContentType(result.type);
|
||||||
} catch (ParseException ex) {
|
} catch (ParseException ex) {
|
||||||
Log.w(ex);
|
Log.w(new Throwable(result.type, ex));
|
||||||
result.type = null;
|
result.type = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue