()
| 488 | } |
| 489 | |
| 490 | static boolean hasDnsSec() { |
| 491 | if (BuildConfig.PLAY_STORE_RELEASE) |
| 492 | return false; |
| 493 | // DNSSEC causes crashes in libc |
| 494 | return (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O); |
| 495 | } |
| 496 | |
| 497 | static void test(Context context) throws UnknownHostException { |
| 498 | test(context, "gmail.com", "ns"); |
no outgoing calls
no test coverage detected