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
Fix trailing frame capture after recording ended (#55704)
Summary:
Pull Request resolved: #55704
Previously, this could lead to capturing an additional 120-240 new frames.
Changelog: [Internal]
Reviewed By: rubennorte
Differential Revision: D93863310
fbshipit-source-id: 4c85c58274f3173cefe283b9ccb5887990309087
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/inspector/FrameTimingsObserver.kt
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,10 @@ internal class FrameTimingsObserver(
0 commit comments