commit | ad8bc0e2af92697f70730b159e33d71829514476 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Sep 16 22:35:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 16 22:35:32 2019 -0700 |
tree | 83481131bd4267c13dbfd975eabd6f90a4db067a | |
parent | fe608e455c87e4b19c9c03397cbc4dada5d9e828 [diff] | |
parent | 07da476b4c7ef37cb04f62a1c7776d5dc1503bb0 [diff] |
Convert to use libbase ScopedLockAssertion am: 411ea7f258 am: f86604a3a5 am: 07da476b4c Change-Id: If1b951420f8fa044c6ae27e819421862f68aca5b
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.