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

Commit c9991d0a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Apply a recovery logic for apps on data"

parents 43788c09 e4291f12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23581,7 +23581,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);