Merge "Debug: Initialize local to false" am: 33d404efb0 am: 3327b49429

am: 0bcb437677

Change-Id: Ib1af9b4e9447403a1ea2fb1fb8fbba89a460f9d1
This commit is contained in:
Andreas Gampe
2016-10-05 04:52:00 +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;