commit | 6fc42bbf9f31ddf0cd2d647e8406f989c3fb9416 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Fri Apr 17 07:54:12 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 17 07:54:12 2020 +0000 |
tree | 9e4f48f1794337dcb0470d9bdfb29945e799783a | |
parent | 80353ca84302cfb019bd93d22e1fd55f719f649d [diff] | |
parent | fa4bf6f075e7950679366ac653c4aa469200427f [diff] |
Add a new NetworkType to resolver am: fa4bf6f075 Change-Id: Id5296b4337f7786e28bbe3092c99614ccab2736f
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.