commit | 15c7ec98515559473ab440467461b53bf84c0508 | [log] [tgz] |
---|---|---|
author | wu di <fredericrystal@gmail.com> | Fri Dec 30 14:58:49 2022 +0800 |
committer | wu di <fredericrystal@gmail.com> | Tue Jan 03 11:19:51 2023 +0000 |
tree | 041abc8872795b881e7e7c81819dec27420429e0 | |
parent | d469322a84b7e4ca05f8510148852804238b3291 [diff] |
Calculate apk size multiple times The getPackageSize function in the BackgroundDexOptService class will repeatedly calculate the package size When calculating the size of the obtained directory, it is necessary to determine whether it has been calculated. bug:263869388 Change-Id: I0efbc885cfba37b984c53c8ec274335631e1fdc1 Signed-off-by: wu di <fredericrystal@gmail.com>