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

Commit 552645eb authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Debug: Initialize local to false" am: 33d404ef am: 3327b494 am: 0bcb4376

am: 7779734d

Change-Id: I3c96669f0a7b7fca2e3f120adfa939286f40f6f3
parents 34ac1141 7779734d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -430,6 +430,8 @@ static void load_maps(int pid, stats_t* stats, bool* foundSwapPss)
    char tmp[128];
    FILE *fp;

    *foundSwapPss = false;

    sprintf(tmp, "/proc/%d/smaps", pid);
    fp = fopen(tmp, "r");
    if (fp == 0) return;