Stop using vsyncId from Choreographer#getSfInstance
This CL passes the VsyncId obtained from Choreographer.getInstance()
instead.
Fix: 349176607
Bug: 222696368
Flag: EXEMPT bugfix
Test: 1. adb shell setprop persist.wm.debug.sc.tx.log_match_call setFrameTimelineVsync
2. adb root; adb shell stop; adb shell start
3. adb logcat -s SurfaceControlRegistry
4. Open Settings
5. Bring up IME
See if the vsync id is a valid, increasing number
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6457ef80a69623ecf3a7b88fbcd8120359070ca7)
Merged-In: I49b16bf4badde8c9185c90534d2d013a1f78caec
Change-Id: I49b16bf4badde8c9185c90534d2d013a1f78caec
Loading
Please register or sign in to comment