OSDN Git Service

Fix dexopt dump
authorCalin Juravle <calin@google.com>
Tue, 19 Sep 2017 00:40:48 +0000 (17:40 -0700)
committerCalin Juravle <calin@google.com>
Tue, 19 Sep 2017 00:40:48 +0000 (17:40 -0700)
commitcf72222f41f4ce73302274d2e8b4fcc735c3bd00
tree59e5825ce0ed200c3ae5eadc9d45b090adb21b54
parent302a7bd34de53dbfc81bf4f49b9af7a0e0776fef
Fix dexopt dump

Dexopt dump prints the status of primary oat file instead of secondary.
We cannot get the secondary dex file status without an installd call so
this CL just removes the status line.

Bug: 65843255
Test: adb shell dumpsys package dexopt
Change-Id: I76028704267eed68ba8c51f45ce8b54f403cc255
services/core/java/com/android/server/pm/PackageDexOptimizer.java