History log of /art/tools/generate-boot-image-profile.sh
Revision Date Author Comments
40636e891339d4cbfb1b29b59df2f9fa1d99af92 27-Apr-2018 Calin Juravle <calin@google.com> Do not verify apks when processing profiles

It's a waste of time and it causes problems when taking snapshots for the
boot image profile.

Bug: 73313191
Test: profile_assistant_test

(cherry picked from commit 1bfe4bd4c444017cf40ccadcfbf20cb0ceb37880)

Change-Id: I9581a2400740d94893912fbfc31d7ffec9c25b00
f13ac7ce507c759f34e9ff4f4116c956f166c4c6 30-Jan-2018 David Brazdil <dbrazdil@google.com> Profman: Skip dex file verification for boot jars

The introduction of new access flags into boot jars causes them to
fail dex file verification. The files are verified in `hiddenapi`
and verification should be skipped in subsequent attempts to open
them. This patch adds a new flag '--skip-apk-verification' which
instructs `profman` to skip dex file verification.

Bug: 64382372
Test: make test-art-host-gtest-profile_assistant_test
Change-Id: Iad614e47feada293218c11cff985a8012ca49a0f
957f80975548342b9aee73ae52d0379b7656c269 12-Jul-2017 Mathieu Chartier <mathieuc@google.com> Add script for generating boot image profile

Usage:
tools/generate-boot-image-profile.sh <filter> <output> [<profman args>]

Example:
tools/generate-boot-image-profile.sh boot.prof profiles/0/*/primary.prof

Test: test-art-host

(cherry picked from commit af5180d71070247f50a92b6d97d9a1a302c4aa0b)

Change-Id: Idf624eb4dd5cfe1c7ef17c33f1492ee95dfc4e53
af5180d71070247f50a92b6d97d9a1a302c4aa0b 12-Jul-2017 Mathieu Chartier <mathieuc@google.com> Add script for generating boot image profile

Usage:
tools/generate-boot-image-profile.sh <filter> <output> [<profman args>]

Example:
tools/generate-boot-image-profile.sh boot.prof profiles/0/*/primary.prof

Bug: 37966211

Test: test-art-host

Change-Id: Ie147a66beaef79e058304f5a4ab98eb62da4d365