Temporary disable DL_WARNs for unused DT_*
Bug: 17552334
Bug: 18186310
(cherry picked from commit 1b77423eff
)
Change-Id: I8a9d05195a862bc287fff7156913606f0311b8bb
This commit is contained in:
@@ -2069,7 +2069,7 @@ bool soinfo::PrelinkImage() {
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
if (!relocating_linker) {
|
if (!relocating_linker) {
|
||||||
DL_WARN("%s: unused DT entry: type %p arg %p", name,
|
DEBUG("%s: unused DT entry: type %p arg %p", name,
|
||||||
reinterpret_cast<void*>(d->d_tag), reinterpret_cast<void*>(d->d_un.d_val));
|
reinterpret_cast<void*>(d->d_tag), reinterpret_cast<void*>(d->d_un.d_val));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user