commit | 92102ff27643e39c7939598332281eac617be028 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Mar 23 12:57:47 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Mon Mar 23 14:50:02 2020 +0000 |
tree | 363438814c471fcb6eacc1c00a55790f5ff17013 | |
parent | 596f4830c92540422bb3eda2a4d02ca26318136f [diff] |
Fix resolv tests symbol missing problem for R MTS on Q devices. resolv tests got symbol missing problem for R MTS on Q devices. because libbase needs the new R symbols of liblog, which means liblog can't be shared linking. Bug: 151122313 Test: atest Test: manual test in Q device with the same setting as what we ran for R MTS + Q device. Merged-In: I33af58f697050c2f63517bddde0194c0b0268db3 Change-Id: I8231d1ea44c42734161b77feea90f2bfadb807f2 (cherry picked from commit 9108beaafd61b5dd0cce1d7f04e79bde35e0c4d3)
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.