Searched refs:postMemInfo (Results 1 – 1 of 1) sorted by relevance
134 String postMemInfo = mTestDevice.executeShellCommand(PROC_MEMINFO); in run() local142 if (!postMemInfo.isEmpty()) { in run()143 uploadLogFile(postMemInfo, "AfterLaunchProcMemInfo"); in run()144 parseProcInfo(postMemInfo); in run()