commit | f26585ceb9cb691d03ac7678d29f7bf71a1c5032 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Sep 03 08:45:56 2021 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Sep 03 08:46:33 2021 +0000 |
tree | 5af8135167d8ad139c8b4cc4efc8c98df0891bed | |
parent | b121cbf0355ae9d6dc1aba11ac2dc107cebc8ab4 [diff] |
Revert "Do not install tethering in TEST_MAPPING" This reverts commit 33634a02f5d6fa37f67a017beafafdda790e6639. Reason for revert: Tethering was removed from test mapping during S development in some branches, but is now usable gain in test mapping and needs to be part of mainline-test-mapping testing. Change-Id: I6c6e1ffe6d9f6cee68d3e13d548b9c81ae8bf67a Ignore-AOSP-First: Fixes difference with AOSP Bug: 196755836 Test: TEST_MAPPING needs to be tested by treehugger
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.