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