OSDN Git Service

Remove stale temporary ASEC containers
authorKenny Root <kroot@google.com>
Wed, 28 Jul 2010 21:47:01 +0000 (14:47 -0700)
committerKenny Root <kroot@google.com>
Tue, 12 Apr 2011 20:08:12 +0000 (13:08 -0700)
commit868cee7672ab7186c0aaa51e871f82eeff143d7b
tree3e8dda21bc60c905bea1ccb13e40d4e5b4d81fbb
parentc5fd90339025d77dc08b2b1f081e851c0bc273b2
Remove stale temporary ASEC containers

When a temporary container is created, its existence should be
ephemeral. However, if there is an error that causes system_server to be
killed during the process of creating a finalized ASEC, delete the stale
containers on the next start-up of system_server.

Change-Id: I429dfe1e4b592595865235e83b6055aa8c3126ae
services/java/com/android/server/PackageManagerService.java