| commit | 7f66e02a956402c3ce93f54d3618f06b2a235786 | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <[email protected]> | Wed Jun 19 13:36:00 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Wed Jun 19 13:36:00 2024 +0000 |
| tree | dfaffe617aa9a3bbac38f0f8ff7d037ea3aa094b | |
| parent | ae42defb993a5a4b80c78eae06753bd2172d5682 [diff] | |
| parent | 806940055125b817edf5ca5a792faf414d515268 [diff] |
Merge "libc++fs is part of libc++ now." into main am: 8069400551 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/3128673 Change-Id: I2a657a8dcb4258c7a0f29197bb19afd29c8c6cb7 Signed-off-by: Automerger Merge Worker <[email protected]>
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.