commit | e70cadd62cf46768afd4c5d4fdd30f925982be36 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue May 19 15:45:33 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 19 15:45:33 2020 +0000 |
tree | 361961aab3ed2251de4a9da5d2af66f31bc3863e | |
parent | 109979bb51dcea15838dbdadc50c594ee09c7943 [diff] | |
parent | 6971c78123847a39084dc583286ecb65afcf3dfb [diff] |
Remove libutils dependency am: 6971c78123 Change-Id: Id0dda0a327f263cd5d4163395dc81f3dc31c9fab
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.