diff options
Diffstat (limited to 'docs/embedded-vm-control.html')
| -rw-r--r-- | docs/embedded-vm-control.html | 6 |
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> |
