commit | be6767ee73edf35314eb11fd58b352f52250ce1e | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Mon Sep 06 07:41:04 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 06 07:41:04 2021 +0000 |
tree | 5af8135167d8ad139c8b4cc4efc8c98df0891bed | |
parent | 8792f499a86771870ae162cbaf361d9666787c10 [diff] | |
parent | f26585ceb9cb691d03ac7678d29f7bf71a1c5032 [diff] |
Revert "Do not install tethering in TEST_MAPPING" am: f26585ceb9 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/15749941 Change-Id: Id09117cbfeecf47f2d024d178840390619428aa3
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.