commit | 580a07c4cd7732fc93b53743e7c276eb46de3d51 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Mar 24 06:31:07 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 06:31:07 2020 +0000 |
tree | c3ccccaf32b2bc633f3bd314f0c6990f7184c250 | |
parent | ec7ee1a0e7ca8a2cd4b42998fbd2c981f0ea23f1 [diff] | |
parent | 7a2fcad9ac80c574a77fd9d2839848e46ab5f2fb [diff] |
Merge "Merge the changes about the tests repeated setResolverConfiguration" into rvc-dev am: a40187cfb7 am: c678b94452 am: 7a2fcad9ac Change-Id: Iccb9b0ebbc8f44e40c519c0c99a6b1eb766e728d
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.