commit | 58adf3a8eead2d7594fc1ac15aaed6a5760e7ba4 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Apr 23 08:59:12 2018 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Apr 23 10:21:17 2018 -0700 |
tree | 1c0ca35accdb5ca155656aa0ac9f46868c7e932c | |
parent | fc9bc10d69db0d1dcbd14c5d2eff0b0e01a7e55d [diff] |
PackageManager: Skip dexopt on install for debuggable apps To reduce install-to-started latency, skip dexopt at install-time for debuggable apps. This is a conscious tradeoff, as the app will run slower, and do repeated work on every startup. However, for debuggable apps, turnaround time is more important. Bug: 78200989 Test: m Test: Device boots Test: CTS (wrap & JVMTI) Change-Id: I749934e794b0c89d72ea8ee413b845e7804de184