Added DNS to debug info

This commit is contained in:
M66B
2024-01-29 19:54:56 +01:00
parent 4478c646b0
commit aa220fa0a6
2 changed files with 6 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ public class DnsHelper {
}
}
private static List<String> getDnsServers(Context context) {
static List<String> getDnsServers(Context context) {
List<String> result = new ArrayList<>(_getDnsServers(context));
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);