aboutsummaryrefslogtreecommitdiffstats
path: root/linker/linker_debug.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-10-08 13:19:00 -0700
committerElliott Hughes <enh@google.com>2013-10-08 13:19:00 -0700
commit0f395b7ba056ccec3915737cfece81ca2161e980 (patch)
treebfa09bf67d1ffd7eb782543699ba8810aeb6b6cf /linker/linker_debug.h
parent9c710927ab33a663a5ba34b15902e7062523f8e3 (diff)
downloadandroid_bionic-0f395b7ba056ccec3915737cfece81ca2161e980.tar.gz
android_bionic-0f395b7ba056ccec3915737cfece81ca2161e980.tar.bz2
android_bionic-0f395b7ba056ccec3915737cfece81ca2161e980.zip
Make logging fall back to /dev/stderr if we're on the host.
Otherwise you get no logging, which sucks. Change-Id: Iea1e8f996461afbb217a55711b7967005c39cfcb
Diffstat (limited to 'linker/linker_debug.h')
-rw-r--r--linker/linker_debug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linker/linker_debug.h b/linker/linker_debug.h
index 7d2485342..2bf6cec22 100644
--- a/linker/linker_debug.h
+++ b/linker/linker_debug.h
@@ -29,8 +29,6 @@
#ifndef _LINKER_DEBUG_H_
#define _LINKER_DEBUG_H_
-#include <stdio.h>
-
// You can increase the verbosity of debug traces by defining the LD_DEBUG
// environment variable to a numeric value from 0 to 2 (corresponding to
// INFO, TRACE, and DEBUG calls in the source). This will only
@@ -55,9 +53,6 @@
* To enable/disable specific debug options, change the defines above
*********************************************************************/
-
-/*********************************************************************/
-
#include "private/libc_logging.h"
__LIBC_HIDDEN__ extern int gLdDebugVerbosity;