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

Commit 47fc7fe7 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Revert "Print exception stacktrace on failed scanPackageLI"

This reverts commit 95b7d50c.

Bug: 8076853
Change-Id: Ia19e6638a97b7b49561932752a204990e3a486d4
parent 95b7d50c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4991,7 +4991,7 @@ public class PackageManagerService extends IPackageManager.Stub {
                scanPackageLI(file, parseFlags | PackageParser.PARSE_MUST_BE_APK,
                        scanFlags, currentTime, null);
            } catch (PackageManagerException e) {
                Slog.w(TAG, "Failed to parse " + file + ": " + e.getMessage(), e);
                Slog.w(TAG, "Failed to parse " + file + ": " + e.getMessage());
                // Delete invalid userdata apps
                if ((parseFlags & PackageParser.PARSE_IS_SYSTEM) == 0 &&