commit | 45b761c7539263be861b5cbbaa160fafb0c21f48 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Mar 20 22:30:43 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon Mar 23 08:04:23 2020 +0000 |
tree | 2f8db8f762492fe930723469be7d14cf5e1e9541 | |
parent | bc4b9508d6d5bb209e1ddacd64efc38c0a8f1e19 [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 statically link. Bug: 151122313 Test: atest Test: manual test in Q device with the same setting as what we ran for R MTS + Q device. Change-Id: I33af58f697050c2f63517bddde0194c0b0268db3
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.