Home
last modified time | relevance | path

Searched refs:startMethodTracing (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDebug.java40 protected static void startMethodTracing() { in startMethodTracing() method in ShadowDebug
45 protected static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() method in ShadowDebug
50 protected static void startMethodTracing(String tracePath) { in startMethodTracing() method in ShadowDebug
55 protected static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() method in ShadowDebug
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDebugTest.java42 Debug.startMethodTracing(TRACE_FILENAME); in startStopTracingShouldWriteFile()
59 Debug.startMethodTracing(TRACE_FILENAME); in startTracingShouldThrowIfAlreadyStarted()
62 Debug.startMethodTracing(TRACE_FILENAME); in startTracingShouldThrowIfAlreadyStarted()
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java460 Debug.startMethodTracing("andou"); in onMenuItemSelected()