From 54df4ecc210165064d79fd80b50d96675e50ae97 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 5 Apr 2010 10:07:30 -0700 Subject: 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 --- docs/embedded-vm-control.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/embedded-vm-control.html') 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.) +

The JIT compiler can be disabled on a per-application basis by adding +android:vmSafeMode="true" in the application +tag in AndroidManifest.xml. This can be useful if you +suspect that JIT compilation is causing your application to behave +incorrectly. +

Deadlock Prediction

-- cgit v1.2.3