commit | a8106a2e99c6c3c8d905a527e74869d4fef95add | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Tue Dec 14 03:25:05 2021 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Tue Dec 14 03:25:11 2021 +0000 |
tree | 243ed93571ae8882cb9811a71b9be8687cc17fea | |
parent | 1f65175725f4bd696906ca371d955cae5ef14c99 [diff] |
Change name of libipchecksum to libip_checksum (this is a workaround for duplicate build target definition in sc-mainline-prod) Test: m Change-Id: I23c461c2c97ff4a5a0546911da5dbda86b5e11f2
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.