summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-01-18 23:56:34 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-18 23:56:34 +0000
commit10c51a38752d8f57f144f114331956c995180ad9 (patch)
treef91e623172039d72310d0cdbd1dcf0ef484d452d /libbacktrace
parentf7ce02d3e4948967c7b602048e9961f27ac00b28 (diff)
parentf95d880fe7e9a8860038a5c8391b89cfbeb0ce76 (diff)
downloadsystem_core-10c51a38752d8f57f144f114331956c995180ad9.zip
system_core-10c51a38752d8f57f144f114331956c995180ad9.tar.gz
system_core-10c51a38752d8f57f144f114331956c995180ad9.tar.bz2
am f95d880f: am 884116c8: am 719b0198: am 1db584b8: Merge "Attempt to fix Mac build"
* commit 'f95d880fe7e9a8860038a5c8391b89cfbeb0ce76': Attempt to fix Mac build
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/BacktraceMap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/BacktraceMap.cpp b/libbacktrace/BacktraceMap.cpp
index b3b4300..78f5b6b 100644
--- a/libbacktrace/BacktraceMap.cpp
+++ b/libbacktrace/BacktraceMap.cpp
@@ -103,7 +103,7 @@ bool BacktraceMap::Build() {
#if defined(__APPLE__)
// cmd is guaranteed to always be big enough to hold this string.
- sprintf(cmd, "vmmap -w -resident -submap -allSplitLibs -interleaved %d", pid);
+ sprintf(cmd, "vmmap -w -resident -submap -allSplitLibs -interleaved %d", pid_);
FILE* fp = popen(cmd, "r");
#else
// path is guaranteed to always be big enough to hold this string.