commit | 13833f60cdc2a1b8be0aca617af30aab32f2c020 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Apr 18 20:43:39 2022 +0000 |
committer | Xin Li <delphij@google.com> | Mon Apr 18 20:43:39 2022 +0000 |
tree | 0921803441a22a10a9a3874c952e1ff8db3c3a98 | |
parent | 2e27343a6086f3ca5c2108938be8652dac57abc2 [diff] | |
parent | 467ac686e46fb8024c18281d39f7184024763560 [diff] |
Empty merge of sc-v2-dev-plus-aosp-without-vendor@8433047 Bug: 226662282 Merged-In: Ib703a7537f638669fdc1d9c6927800e5c901786a Change-Id: I0fb104dc998d5ac6be650ed7cb5f356b460dc5d9
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.