commit | 38ed206120f2e031f4e5dad1858f13df8f2edbc7 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Sep 05 14:45:04 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 05 14:45:04 2019 -0700 |
tree | 866b5e3f147599c59f7058ddfa1bb95efd5af294 | |
parent | af849d21b15d358860fd321f60b024609627c3df [diff] | |
parent | f170d96ed302e9ced8ff9605935c1b16e11f02a3 [diff] |
[automerger skipped] DO NOT MERGE - Merge Android 10 into master am: 7a386dbd15 -s ours am: c4f33c5057 -s ours am: f170d96ed3 Change-Id: Iad48b3b9740db15ea1d7007c801896ed84536d36
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.