commit | 8635051bdd7dd7f8bb6d323d4f79befde6706a48 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sat Sep 19 08:01:04 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 19 08:01:04 2020 +0000 |
tree | 6c378436a9552111295e8145024187fa9dfc03be | |
parent | d9b2832579ad60a2240df9b48ef52133acc39153 [diff] | |
parent | 3979fc95c4aba9f69cc212a89312c5316d5fc0e2 [diff] |
[automerger skipped] Merge mainline-release 6664920 to master - DO NOT MERGE am: e96691257d am: 8588cea077 -s ours am: c56e48d189 -s ours am: 3979fc95c4 -s ours am skip reason: Change-Id If5288d5ec76e6295dbba5d65185cdf1bc6e9e87e with SHA-1 7047ae7b38 is in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1430121 Change-Id: Id2e51a37d33dcf24e53673f856f14748b31d2e6f
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.