mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added logging
This commit is contained in:
@@ -221,6 +221,8 @@ public class DnsHelper {
|
||||
Set<? extends Data> answers = r.getAnswers();
|
||||
if (answers != null)
|
||||
for (Data answer : answers) {
|
||||
if (BuildConfig.DEBUG)
|
||||
EntityLog.log(context, EntityLog.Type.Network, name + ":" + type + "=" + answer);
|
||||
Log.i("Answer=" + answer);
|
||||
if (answer instanceof NS) {
|
||||
NS ns = (NS) answer;
|
||||
|
||||
Reference in New Issue
Block a user