commit | 11c2179d468bba3336c3a3e8418ddaa98f58afce | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Tue Oct 13 22:50:05 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 13 22:50:05 2015 +0000 |
tree | a6da7d5b607717a6e917cf6f8c2cdf1a8ec0af00 | |
parent | 30cd7065b6cd37342e23904cb512c409b8bbd4f1 [diff] | |
parent | fae39d2bf9fb6f08da4a095f5fe3ff093bcdbee8 [diff] |
Merge "Log dlopen failures caused by text relocations"
diff --git a/linker/linker.cpp b/linker/linker.cpp index 4e899c3..406cdee 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp
@@ -3108,6 +3108,7 @@ if (has_text_relocations) { // Fail if app is targeting sdk version > 22 if (get_application_target_sdk_version() > 22) { + PRINT("%s: has text relocations", get_realpath()); DL_ERR("%s: has text relocations", get_realpath()); return false; }