Improved logging

pull/214/head
M66B 2 years ago
parent a50cf29cfd
commit 6a0199951c

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

Loading…
Cancel
Save