Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4291f12 authored by Jeongsik Mun's avatar Jeongsik Mun Committed by Todd Kennedy
Browse files

Apply a recovery logic for apps on data

Bug: 162753655
Change-Id: I07a426ba8a40f63bd0981c2e663718a0138fc5ea
parent 8bb72e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23562,7 +23562,7 @@ public class PackageManagerService extends IPackageManager.Stub
                    // Note: this code block is executed with the Installer lock
                    // already held, since it's invoked as a side-effect of
                    // executeBatchLI()
                    if ((e != null) && pkg.isSystem()) {
                    if (e != null) {
                        logCriticalInfo(Log.ERROR, "Failed to create app data for " + packageName
                                + ", but trying to recover: " + e);
                        destroyAppDataLeafLIF(pkg, userId, flags);