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.4k stars 805 forks source link

关于匿名泪修复问题,求思路 #460

Closed 1129121387 closed 3 years ago

1129121387 commented 3 years ago

哪位大佬有关于匿名类修复的相关思路,跪求!!! 类似我想修改 button.setOnClickListener(new View.OnClickListener(){

            @Override
            public void onClick(View v){
                  xxxx
            }
   });

现在修复xxx的内容会出错 别的方式由于代码较多,工作量比较大,暂不考虑