OSDN Git Service

Improve concurrency for JAR entry inspection requests.
authorAlex Klyubin <klyubin@google.com>
Sat, 14 May 2016 01:44:48 +0000 (18:44 -0700)
committerAlex Klyubin <klyubin@google.com>
Sat, 14 May 2016 01:51:18 +0000 (18:51 -0700)
commit2af45bacb4306bbdfb55094c3826e1d0d666eda7
tree4837d3ccbb17aa90d0183967a2fad4fa9892d826
parent6975f03fd8b65c294a08ebc40be7da871e9e74d7
Improve concurrency for JAR entry inspection requests.

This moves the creation of potentially expensive objects from the
thread which creates JAR entry inspection requests, to the thread
which fulfills these requests, increasig concurrency opportunities.

Bug: 27461702
Change-Id: If753b2de7fb04ee5e2e4bbcb27d42269d7fa5def
tools/apksigner/core/src/com/android/apksigner/core/DefaultApkSignerEngine.java
tools/apksigner/core/src/com/android/apksigner/core/internal/apk/v1/V1SchemeSigner.java