commit | aaeb80b196777bd6d6283c2dac81ce9606770c9f | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Fri Feb 14 10:38:45 2020 +0000 |
committer | Bruce Chen <chenbruce@google.com> | Fri Feb 14 10:38:45 2020 +0000 |
tree | ade0e378f63ca1eafc42a1c765bc265a1708f549 | |
parent | 967fd0af98cfa6b19fcae4a85c8e6701a3db99cb [diff] | |
parent | a4d2bce3483823e07bcc139239541b953b7db752 [diff] |
[automerger skipped] Merge "DO NOT MERGE - Increase resovler apex minSdkVersion to 29" am: 78a4fb5e61 am: 185dd4a5c4 am: a4d2bce348 -s ours am skip reason: subject contains skip directive Change-Id: Ic8c91547a0f2d4d9737dacd03c4e049fe39a8e80
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.