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

Commit db5911a0 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Attempt to fix Mac build

Change-Id: I1364255bfed7788a35531962508bad804b8d5b7f
parent 0a72d293
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.