Searched defs:startMethodTracingNative (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
H A DVMDebug.java175 startMethodTracingNative(traceFileName, null, bufferSize, flags);
190 startMethodTracingNative(traceFileName, fd, bufferSize, flags);
199 startMethodTracingNative(null, null, bufferSize, flags);
205 private static native void startMethodTracingNative(String traceFileName, method in class:VMDebug

Completed in 647 milliseconds