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

Commit 52655fe0 authored by Songchun Fan's avatar Songchun Fan
Browse files

[pm] return original error message for abi install failures

BUG: 179724723
Test: manual, using test apk from b/179072387
Change-Id: I795f6af05b1ed2c353d187d3a47ee8cb1ee5e0b6
parent 9a2ae3ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20090,7 +20090,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());
            }
        }