commit | f29f09b561bfc45da9471519b0caaea239e6b6be | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Apr 08 23:39:45 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Apr 08 23:39:45 2020 +0900 |
tree | 5df1b90a12b3265576e9fac78054a0f07f6d4c7a | |
parent | a6ac2a6e36b8a1df87e565f5d811442f13defd8c [diff] |
Set apex_available property The marked library(ies) were available to the APEXes via the hand-written whitelist in build/soong/apex/apex.go. Trying to remove the whitelist by adding apex_available property to the Android.bp of the libraries. Bug: 150999716 Test: m Change-Id: I3cb9f457c132f2553b002004837b55a3068c93a9
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.