Android CTS 7.0 Release 26 (5009333)
Fix handling of suppressed exception

On API 19 and 20, the library was trying to save "suppressed exceptions"
in the loader.dexElementsSuppressedExceptions but the field is not
there, it's in DexPathList, so the correct path is
loader.pathList.dexElementsSuppressedExceptions.

Bug: 28808797

(cherry picked from commit 74e66b8013b5b9002f67e53825c189a18597b1e8)

Change-Id: Ibd6e623d037a706a78c79eff47b17fe9a86fced2
1 file changed