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 74e66b80) Change-Id: Ibd6e623d037a706a78c79eff47b17fe9a86fced2
Loading
Please sign in to comment