Not call refreshStats() in setDuration()
refreshStats() needs to be called on worker thread, and all usage places call refreshStats() after setDuration(). So no need to call refreshStats() in setDuration(), this also prevent ANRs. Fix: 241167275 Test: manual - on dev options Change-Id: I8f4ad57c3843f14f6baee1d06d29eea1341509f1
Loading
Please register or sign in to comment