commit | e900a9927c72886663d45bdcb63d2cd7ddf48adf | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Feb 24 18:39:01 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Feb 27 10:51:01 2020 +0900 |
tree | 21dc5b6ed77beaa80dd62c79fbe8fa805d6a7a42 | |
parent | d5721395865347efe5d3f1b65638ead7e356ca47 [diff] |
Mark updatable APEXes Mark updatable APEXes as updatable: true so that they are opted-out from optimizations that make sense only for non-updatable modules; such as symlinking to the libs in the system partition. Bug: 149805758 Test: m and check that there is no symlink from the APEX to the system partition. Exempt-From-Owner-Approval: cherry-pick from internal Merged-In: I8029f3e4d84d76c8937f38fa3053556f7184652f (cherry picked from commit 684fa779587c35ef4ff571397021c3a85cf1ec91) Change-Id: I8029f3e4d84d76c8937f38fa3053556f7184652f
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.