Improved logging

This commit is contained in:
M66B 2023-08-28 11:41:05 +02:00
parent 2505ff5ad6
commit 25eb09c89a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }