Improved logging

This commit is contained in:
M66B
2023-08-28 11:41:05 +02:00
parent 2505ff5ad6
commit 25eb09c89a

View File

@@ -7922,7 +7922,7 @@ public class FragmentCompose extends FragmentBase {
try {
new ContentType(result.type);
} catch (ParseException ex) {
Log.w(ex);
Log.w(new Throwable(result.type, ex));
result.type = null;
}