Searched refs:waitTimeInMsecs (Results 1 – 1 of 1) sorted by relevance
323 public boolean stopCollecting(long waitTimeInMsecs, String destinationFile) { in stopCollecting() argument326 "Waiting for %d msecs before stopping perfetto.", waitTimeInMsecs)); in stopCollecting()327 SystemClock.sleep(waitTimeInMsecs); in stopCollecting()