Searched refs:bufferSizeMB (Results 1 – 1 of 1) sorted by relevance
54 public static void startTrace(ITestDevice device, List<String> tags, int bufferSizeMB) throws in startTrace() argument70 String command = String.format(ATRACE_START_CMD, bufferSizeMB * KB_IN_MB, tagsString); in startTrace()74 deviceBufferMap.put(device, bufferSizeMB); in startTrace()