commit | c678b94452d99719adc7172d03bbf0dcba45d49e | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Mar 24 05:58:06 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 05:58:06 2020 +0000 |
tree | c3ccccaf32b2bc633f3bd314f0c6990f7184c250 | |
parent | 3c332844250f8dbecbe32a98203463123c42f83a [diff] | |
parent | a40187cfb7bf391f881bab2f028add7bde01a837 [diff] |
Merge "Merge the changes about the tests repeated setResolverConfiguration" into rvc-dev am: a40187cfb7 Change-Id: I2d5a0c0a8ab167166d44b70d1846b8ceab0afb8d
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.