commit | df6cb282937e5f804686ebbc952ae9f2290d93c7 | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Fri Jan 29 12:07:00 2016 +0000 |
committer | Tamas Berghammer <tberghammer@google.com> | Mon Feb 01 13:49:32 2016 +0000 |
tree | 04617ce89d2846295ae33a020a8f5180992ff1a3 | |
parent | b61437de5f31d61698eec47221ca5fba1f76c61f [diff] |
Add flag to "am start" to enable native debugging Specifying the new flag will enable several features in the runtime required by the native debugger to debug Java and C++ code at the same time. The enabled features: * Force JIT (never use the interpreter) * Debug info generation * Disbale some optimizations Change-Id: Iaf5ab649715a0c274bd1b0fc64e483705da53cd0