Searched refs:showmap (Results 1 – 3 of 3) sorted by relevance
168 private void logShowmap(String label, String showmap) { in logShowmap() argument170 new ByteArrayInputStreamSource(showmap.getBytes())) { in logShowmap()182 String showmap = getDevice().executeShellCommand("showmap " + pid); in snapMemoryUsage() local183 logShowmap(processName + "_" + pid, showmap); in snapMemoryUsage()194 int pos = showmap.lastIndexOf("----"); in snapMemoryUsage()195 Scanner sc = new Scanner(showmap.substring(pos)); in snapMemoryUsage()206 CLog.e(showmap); in snapMemoryUsage()
85 String showmap = mDevice.executeShellCommand("showmap " + pid); in sample() local86 logText(label + ".system_server.showmap", showmap); in sample()97 int pos = showmap.lastIndexOf("----"); in sample()98 Scanner sc = new Scanner(showmap.substring(pos)); in sample()
130 "showmap",