commit | 8bf6e68aaf15a72814a97f9cf8f119f25975a41d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Apr 08 19:34:50 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Apr 08 19:34:50 2024 +0000 |
tree | 6eb68aca4aab81ff25eb261d0aa4cddf54dd8349 | |
parent | 80e41237387071511213da0495b53d40efde0221 [diff] | |
parent | d0ff722521301840fd1a1c50df181e45cd4f3850 [diff] |
Snap for 11685116 from d0ff722521301840fd1a1c50df181e45cd4f3850 to mainline-extservices-release Change-Id: I71e0bf73e2b4a4b423f75fae1b4036f586de6ed4
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.