commit | c5285b33048808a725498556f3f5a366588f4b80 | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@android.com> | Sun Feb 14 16:17:36 2010 -0800 |
committer | Ben Cheng <bccheng@android.com> | Wed Feb 17 12:20:50 2010 -0800 |
tree | 746c847ffe0d4f5750170da5781ad6eb01e0391e | |
parent | 668628abe05cb30f86bd02c824f7219a7e20b82c [diff] |
Detect system-wide safe mode and configure the VM accordingly. Use pthread_cond_wait instead of timed wait for the system_server process to wait on the go-ahead JIT signal. If the phone is booted under system-wide safe mode, such signal will never come so all VM instances (including the system server) will run in the interpreter-only mode. Bug: 2267590