commit | 9eed9ce8bdb94b8fef5430fd7ca43efccba2ff04 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon May 25 07:21:07 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 25 07:21:07 2020 +0000 |
tree | bb1ad48c8aafbfd60f79b23a429b1e7e74709f75 | |
parent | c7d92d4edc3ba3d809daf18f9b26662ee73484df [diff] | |
parent | d5389f155cb30ec5f8fd217cdaa607b14d4682f3 [diff] |
[automerger skipped] Drop the dependency of Fwmark am: d5389f155c -s ours am skip reason: Change-Id Ibb3e3e1ce0b43cb74962dd4436a47e9b458fa19a with SHA-1 e9b78d82c8 is in history Change-Id: Iefd207c639662ff937d7bd99304ba067af57b900
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.