dexmaker
dexmaker copied to clipboard
Don't rethrow the targetException of InvocationTargetException when calling the ProxyBuilder$callSuper
https://github.com/linkedin/dexmaker/blob/1e70acec40569d613b88f1336944040f01202e73/dexmaker/src/main/java/com/android/dx/stock/ProxyBuilder.java#L666-L668
The InvocationTargetException type is useful to locate the source of the target method exception, I think it should be retained.