Merge "Debug: Initialize local to false"

am: 33d404efb0

Change-Id: Ia6fdb36342a392d777da45f562d0173bdd4bebed
This commit is contained in:
Andreas Gampe
2016-10-05 04:42:56 +00:00
committed by android-build-merger

View File

@@ -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;