summaryrefslogtreecommitdiffstats
path: root/docs/embedded-vm-control.html
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2010-04-05 10:07:30 -0700
committerAndy McFadden <fadden@android.com>2010-04-05 10:08:53 -0700
commit54df4ecc210165064d79fd80b50d96675e50ae97 (patch)
treec718771bd61ef7c6ce1bda76647f1d580e17ed0e /docs/embedded-vm-control.html
parentbd1326d0e6b82a24ee80d50921e62152ea919151 (diff)
downloadandroid_dalvik-54df4ecc210165064d79fd80b50d96675e50ae97.tar.gz
android_dalvik-54df4ecc210165064d79fd80b50d96675e50ae97.tar.bz2
android_dalvik-54df4ecc210165064d79fd80b50d96675e50ae97.zip
Added a note about android:vmSafeMode.
Seems like a good thing to note here, along with the system properties that accomplish the same thing system-wide. (This is a minor documentation change only.) Change-Id: Ib9adbd612d662fd2da3a02f49e730040fba8a7f3
Diffstat (limited to 'docs/embedded-vm-control.html')
-rw-r--r--docs/embedded-vm-control.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/embedded-vm-control.html b/docs/embedded-vm-control.html
index 1e544534a..e3797f33f 100644
--- a/docs/embedded-vm-control.html
+++ b/docs/embedded-vm-control.html
@@ -199,6 +199,12 @@ disconnects, the original interpreter is resumed. (The "debug" interpreter
is substantially slower, something to keep in mind when evaluating
profiling data.)
+<p>The JIT compiler can be disabled on a per-application basis by adding
+<code>android:vmSafeMode="true"</code> in the <code>application</code>
+tag in <code>AndroidManifest.xml</code>. This can be useful if you
+suspect that JIT compilation is causing your application to behave
+incorrectly.
+
<h2><a name="dp">Deadlock Prediction</a></h2>