mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Improved logging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user