summaryrefslogtreecommitdiffstats
path: root/linker/README.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'linker/README.TXT')
-rw-r--r--linker/README.TXT18
1 files changed, 0 insertions, 18 deletions
diff --git a/linker/README.TXT b/linker/README.TXT
index 1770c87..783b608 100644
--- a/linker/README.TXT
+++ b/linker/README.TXT
@@ -79,24 +79,6 @@ are in charge of calling them explicitly.
Debugging:
----------
-It is possible to enable debug output in the dynamic linker. To do so,
-follow these steps:
-
-1/ Modify the line in Android.mk that says:
-
- LOCAL_CFLAGS += -DLINKER_DEBUG=0
-
- Into the following:
-
- LOCAL_CFLAGS += -DLINKER_DEBUG=1
-
-2/ Force-rebuild the dynamic linker:
-
- cd bionic/linker
- mm -B
-
-3/ Rebuild a new system image.
-
You can increase the verbosity of debug traces by defining the DEBUG
environment variable to a numeric value from 0 to 2. This will only
affect new processes being launched.