OSDN Git Service

Add a way to track all dlsym calls
authorDimitry Ivanov <dimitry@google.com>
Tue, 13 Dec 2016 00:30:15 +0000 (16:30 -0800)
committerDimitry Ivanov <dimitry@google.com>
Tue, 13 Dec 2016 00:36:12 +0000 (16:36 -0800)
commit4742abdcb52f16120016a5005c466230d4c46341
treec9d48c733f7a850a9849fe78ad305a71a4f7fb64
parent901de13c37912286db015b6f9113e39be46ce04d
Add a way to track all dlsym calls

Add dlsym option to debug.ld.all and debug.ld.app.<appname> which
enables logging of dlsym calls.

Bug: http://b/29458203
Test: flash, set debug.ld.all to dlsym and check
      if there are messages in logcat

Change-Id: I9cb815a38b5b98aac9ebe3ac1540bcdedd2e8db0
linker/linker.cpp
linker/linker_logger.h