didi / booster

🚀Optimizer for mobile applications
https://booster.johnsonlee.io
Apache License 2.0
4.83k stars 575 forks source link

线程优化 corePoolSize 没有改为0 #417

Open zhangyujiu opened 1 year ago

zhangyujiu commented 1 year ago

反编译apk,线程池确实被替换了,但是核心线程数没有改为0

johnsonlee commented 1 year ago

ScheduledThreadPoolExecutorminPoolSize 不会设置为 0,详情参考:https://booster.johnsonlee.io/en/guide/performance/multithreading-optimization.html