You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the APerformanceHintManager.createSession method, the binder will be sent to the peer HintManagerService.BinderService.createSession. In the HintManagerService.BinderService.createSession, it will be judged whether |mPreferredRateNanos| is equal to -1. If it is equal to -1, null will be returned. In order to prevent binder waste, Early judgment in APerformanceHintManager.createSession function
Bug: b/269397293
Change-Id: I7a1ff3d796894600d8c59dcf7a475711b5dc987a
Signed-off-by: DennySPb <[email protected]>
0 commit comments