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