commit | 684fa779587c35ef4ff571397021c3a85cf1ec91 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Feb 24 18:39:01 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Feb 24 18:39:01 2020 +0900 |
tree | 951b7f3f963e87d69ce426cf201c77d43f85617a | |
parent | a64455b63efce8358b58f55586dc806338344b2f [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. 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.