diff options
| author | Carl Shapiro <cshapiro@google.com> | 2011-01-31 18:07:58 -0800 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2011-01-31 18:07:58 -0800 |
| commit | 83ff618a3e5a63b1930ed546c3d2ef194d29d642 (patch) | |
| tree | 8a902312ca7c2fd6912c01c8311d576cd6ca0833 /vm/Init.c | |
| parent | 19cefdcde26ea31d06cef031032b2ef78013d976 (diff) | |
| download | android_dalvik-83ff618a3e5a63b1930ed546c3d2ef194d29d642.tar.gz android_dalvik-83ff618a3e5a63b1930ed546c3d2ef194d29d642.tar.bz2 android_dalvik-83ff618a3e5a63b1930ed546c3d2ef194d29d642.zip | |
Remove the HPROF stack trace collection feature.
Change-Id: I0eab9c496b07212fb2c86fe122dc422e70af891e
Diffstat (limited to 'vm/Init.c')
| -rw-r--r-- | vm/Init.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -142,9 +142,6 @@ static void usage(const char* progName) " debugger" " profiler" " hprof" -#ifdef WITH_HPROF_STACK - " hprof_stack" -#endif #ifdef WITH_MONITOR_TRACKING " monitor_tracking" #endif |
