commit | 33634a02f5d6fa37f67a017beafafdda790e6639 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Jan 12 21:12:38 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Jan 13 17:14:32 2021 +0900 |
tree | 5d2765b5427dedb1f25cf883fe65b47ee445068a | |
parent | 33b06e3d33cecf7ab49b3fccc63ca1ed96c58556 [diff] |
Do not install tethering in TEST_MAPPING The current tethering module has in-progress changes in non-mainline branches, so it cannot be installed. Disable the tests in non-mainline branches, considering that they are still run in mainline branches, which will contain the same tethering code, but without the connectivity artifacts added to the tethering apex. Bug: 177290955 Test: TEST_MAPPING needs to be tested on the infra Ignore-AOSP-First: This change must not go into AOSP Change-Id: I83243474f8e2f72d03ef68176053f9db793d127b
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.