commit | 8ad066a3a64cc6c35f7661717517abedb8dba011 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Nov 17 10:32:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 17 10:32:35 2021 +0000 |
tree | e17d5dfc9fb50e79fbb7bad9c209866c053e9a90 | |
parent | aa947e4905676ab3fdc0ce1a3535e234437c73d4 [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: I510b251f523ad3b889b372c756aadf470cd8faea
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.