commit | 7d2400a36013fc195ef0dd3fcfffc080d03db947 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Sat Jan 22 02:57:23 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 22 02:57:23 2022 +0000 |
tree | 4a242bb7dc78204a7c397245be9798f6b4e3ffdd | |
parent | 0c7c18307b334f781b506e132640f7df8469f1c9 [diff] | |
parent | f9c34cf175d8c848e27002a4e5481d62295b2c1d [diff] |
Merge "Fix flaky test DnsServerSelection by increasing the server latency" am: 0e1ca430ad am: 9d80bcbcc2 am: f9c34cf175 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1956017 Change-Id: I4e16ab5672b248f08b2c0874f31615915927737b
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.