diff options
Diffstat (limited to 'runtime/native/dalvik_system_VMDebug.cc')
-rw-r--r-- | runtime/native/dalvik_system_VMDebug.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/native/dalvik_system_VMDebug.cc b/runtime/native/dalvik_system_VMDebug.cc index 992998eb66..60624c2704 100644 --- a/runtime/native/dalvik_system_VMDebug.cc +++ b/runtime/native/dalvik_system_VMDebug.cc @@ -101,12 +101,12 @@ static void VMDebug_stopMethodTracing(JNIEnv*, jclass) { static void VMDebug_startEmulatorTracing(JNIEnv*, jclass) { UNIMPLEMENTED(WARNING); - //dvmEmulatorTraceStart(); + // dvmEmulatorTraceStart(); } static void VMDebug_stopEmulatorTracing(JNIEnv*, jclass) { UNIMPLEMENTED(WARNING); - //dvmEmulatorTraceStop(); + // dvmEmulatorTraceStop(); } static jboolean VMDebug_isDebuggerConnected(JNIEnv*, jclass) { |