Skip to content

Commit 9c874d7

Browse files
committed
Remove commented code
1 parent 26df8c6 commit 9c874d7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sentry-android-replay/src/main/java/io/sentry/android/replay/ScreenshotRecorder.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ internal class ScreenshotRecorder(
100100

101101
// postAtFrontOfQueue to ensure the view hierarchy and bitmap are ase close in-sync as possible
102102
Handler(Looper.getMainLooper()).postAtFrontOfQueue {
103-
// val viewHierarchy: ViewHierarchyNode
104-
// val time = measureTime {
105-
// val rootNode = ViewHierarchyNode.fromView(root, options)
106-
// root.traverse(rootNode)
107-
// viewHierarchy = rootNode
108-
// }
109-
// Log.e("Recorder", "Time to get view hierarchy: $time")
110-
111103
try {
112104
PixelCopy.request(
113105
window,

0 commit comments

Comments
 (0)