Improved logging

This commit is contained in:
M66B 2024-01-16 07:22:43 +01:00
parent a50cf29cfd
commit 6a0199951c
1 changed files with 2 additions and 1 deletions

View File

@ -1568,7 +1568,8 @@ public class HtmlHelper {
if (start < pos || start > end) {
Log.e("Autolink pos=" + pos +
" start=" + start + " end=" + end +
" len=" + group.length() + "/" + text.length());
" len=" + group.length() + "/" + text.length() +
" text=" + text);
return;
}