commit | 2a2d7ba87707b3c83e05542657728473eb2ca518 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Nov 02 19:39:29 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Nov 03 12:59:55 2017 -0700 |
tree | 0771c82587caa1d26d8b89d688c8441aba097c73 | |
parent | a73a0cbcc07640c3656b5648979affd2ff44e4de [diff] |
Installd: Emit minidebug-info If globally enabled, pass --generate-mini-debug-info to dex2oat when dalvik.vm.dex2oat-minidebuginfo is set to annotate compiled code with unwind information. Test: m Test: adb shell setprop dalvik.vm.dex2oat-minidebuginfo false && adb shell cmd package compile -f -a Test: adb shell setprop dalvik.vm.dex2oat-minidebuginfo true && adb shell cmd package compile -f -a Change-Id: I0ff0c4f40d2cb8a14816b4a967e5707170845080