123zhangmiao
123zhangmiao
Running RemoveEmptyClassesPass... RemoveEmptyClassesPass 1 (run) completed in 0.0 seconds If I get a log like the one above, I can delete the pass RemoveEmptyClassesPass right? The other question is, what...
How do I see what a pass does? What are the criteria for whether a pass is valuable?
As you said, default.config is a way to make sure that every pass works, aggressive.config is a good place to start. What should I choose if I want to have...
When used aggressive.config, the following error occurs File "/tmp/redex.TGskxX/redex.py", line 956, in prepare_redex config_dict = json.loads(remove_comments(lines)) File "/usr/local/Cellar/[email protected]/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 346, in loads return _default_decoder.decode(s) File "/usr/local/Cellar/[email protected]/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/decoder.py", line 337, in decode...
@thezhangwei hi~Can you answer my questions above?
如何将redex工程化