Searched refs:fixTracePath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 1018 VMDebug.startMethodTracing(fixTracePath(null), 0, 0, false, 0); in startMethodTracing() 1113 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() 1137 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() 1143 private static String fixTracePath(String tracePath) { in fixTracePath() method in Debug
|