commit | 99e06e13a0c4deef1305eea984eec78ee79c52fe | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Tue Dec 14 02:22:20 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 14 02:22:20 2021 +0000 |
tree | d56aece7318cbca3fefdba78278b019fc4ce7f53 | |
parent | 1e66f2751ad3bd73771f6e023cddbd3ec334b01a [diff] | |
parent | 2b036920ac0ac8ce8ad39af29b7637f48e2773d6 [diff] |
switch to using OWNERS from master branch of Connectivity module am: 49295c6efb am: 2b036920ac Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1895155 Change-Id: I404841185c9431f3b652f17c182d748118c04693
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.