Meituan-Dianping / Robust

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.
Apache License 2.0
4.41k stars 806 forks source link

Feature/fix array conversion #315

Closed xyczero closed 4 years ago

xyczero commented 5 years ago

修复问题: 若调用的方法参数中包含数组类型,在getRealParameter时会被强制转换为Object数组,导致在invoke时抛出java.lang.IllegalArgumentException异常 提交内容:

  1. 修复上述问题
  2. 在app中添加相关case代码