Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10c51a38 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am f95d880f: am 884116c8: am 719b0198: am 1db584b8: Merge "Attempt to fix Mac build"

* commit 'f95d880f':
  Attempt to fix Mac build
parents f7ce02d3 f95d880f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.