commit | 97dca11c1cf9273f2a359d37c7cec0ba4f3c7def | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Apr 08 19:34:33 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Apr 08 19:34:33 2024 +0000 |
tree | 6eb68aca4aab81ff25eb261d0aa4cddf54dd8349 | |
parent | a9aff155524073d3b36f3b3a962c29660d6d02da [diff] | |
parent | d0ff722521301840fd1a1c50df181e45cd4f3850 [diff] |
Snap for 11685116 from d0ff722521301840fd1a1c50df181e45cd4f3850 to mainline-adservices-release Change-Id: Ia076b32c09e8693ee7fe5d4f4cba88662159fc94
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.