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

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

Merge "[pm] return original error message for abi install failures" into sc-dev

parents d3c8a401 52655fe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20100,7 +20100,7 @@ public class PackageManagerService extends IPackageManager.Stub
            } catch (PackageManagerException pme) {
                Slog.e(TAG, "Error deriving application ABI", pme);
                throw new PrepareFailure(INSTALL_FAILED_INTERNAL_ERROR,
                        "Error deriving application ABI");
                        "Error deriving application ABI: " + pme.getMessage());
            }
        }