Skip to content
Commit d4324c4c authored by Mohammad Samiul Islam's avatar Mohammad Samiul Islam
Browse files

Append error code with error message

Before ag/12117351, we used to create an extra apk session for
verification of apks in session, and listened for result via an intent
receiver. If verification for the extra session failed, the error
message would reach StagingManager via dispatchSessionFinished call
which appended the error code with error message.

On ag/12117351, we stopped creating the extra session and attached the
error message on staged session directly. This broke
CtsInstallHostTestCases#DowngradeTest which expects
to find "INSTALL_FAILED_VERSION_DOWNGRADE" error code string in staged
session error message.

Bug: 159336213
Test: atest DowngradeTest
Change-Id: I1c169e01f028dface1e5152d62522f839e34ac76
parent a78d25cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment