commit | 4b9a1714ff9f951826d2061e4602332c7f79e017 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Dec 15 13:40:27 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 15 13:40:27 2021 +0000 |
tree | 243ed93571ae8882cb9811a71b9be8687cc17fea | |
parent | 018c3dbff27ca6edcee551303082211c3e520b1e [diff] | |
parent | 081c37516ab41e05136001fdfe53506421ae3a4b [diff] |
Change name of libipchecksum to libip_checksum am: a8106a2e99 am: a218915f5d am: 081c37516a Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1921557 Change-Id: I90c8ce878d4208000a1ef639d3c263bc64c43f77
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.