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

am: 3327b49429

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