Searched refs:postMemInfo (Results 1 – 1 of 1) sorted by relevance
116 String postMemInfo = mTestDevice.executeShellCommand(PROC_MEMINFO); in run() local127 if (!postMemInfo.isEmpty()) { in run()128 uploadLogFile(postMemInfo, "AfterLaunchProcMemInfo"); in run()129 parseProcInfo(postMemInfo); in run()