commit | 364ddc9db00d16f0ca92e97297219def4586bf54 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Aug 06 18:59:25 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 06 18:59:25 2021 +0000 |
tree | 149832d945960145211ab93a33f662b457aa1d24 | |
parent | c3943da00b77c9c0833c844ca712eb6230a1fff9 [diff] | |
parent | 81f081cfb950be40abf6b2a8106b259a8920fb9d [diff] |
[automerger skipped] Freeze DnsResolver AIDL interfaces to v9. am: 81f081cfb9 -s ours am skip reason: Merged-In Icd08411d99fd41722967dcfb5b6820f7f84de0db with SHA-1 b87af056f9 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/15482199 Change-Id: I7b2432dee17658849f4fed534c2a962a726a148b
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.