commit | c3f5a1189d120aaf0198dbe882121f698234f9fa | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Sep 24 16:43:12 2020 +0800 |
committer | Ken Chen <cken@google.com> | Wed Sep 30 11:55:38 2020 +0000 |
tree | d6fd8c1c17624a3fabb65c3f918638e7ce3839d0 | |
parent | b32cab38a0e02d2ed04eeba30f7c56cefdf0e1b9 [diff] |
Add build flag on platform dependent change The commit a9b79dd is a platform dependent change. Its external dependencies does not merge to R. Firstly, mainline modules are built from internal branch which stay in Android R. Secondly, we want module code in AOSP (S on going) and internal branch for mainline modules are synchronized. Thus, it needs a build flag to satisfy both branches. Bug: 168163123 Test: build pass on aosp and mainline release branch Change-Id: I5c1cf56fe2bd35afecdad0a3005f5c34b2246acf
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.