commit | 21366e6a10cc02dc68f3dead7d458737d5a7caae | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Apr 13 15:40:08 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Wed Apr 15 06:21:56 2020 +0000 |
tree | b732767b8ef7256a6c9f1366bcc39a1a8716d1c1 | |
parent | 05922e38c2b2d9b6830cfa236876a62df49b68e2 [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 Merged-In: I3cb9f457c132f2553b002004837b55a3068c93a9 Change-Id: I4d09a5cb47fd2942d4d4409736099e8c495bfc5f (cherry picked from commit fc1259ac1ab0b6bdf575210e7b460432727afcda)
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.