commit | bd56bd2a200dab03209327952d2e177e77d56ec7 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Nov 26 04:09:26 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 26 04:09:26 2019 -0800 |
tree | 4a78153391040ed7573a7928046552475da34f32 | |
parent | 64c5dca900292a5da4c5af08379c1f595daa61d7 [diff] | |
parent | 0765c8d77b3046cff263c98b7431d5fd26c8dfe4 [diff] |
Merge changes Iae392108,Ib00da89c,Ie8175701,Ia4bc47a0 am: 0765c8d77b Change-Id: I83c72e895e3da5d0377e2fba5b39fcda2a442de2
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.