We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26df8c6 commit 9c874d7Copy full SHA for 9c874d7
sentry-android-replay/src/main/java/io/sentry/android/replay/ScreenshotRecorder.kt
@@ -100,14 +100,6 @@ internal class ScreenshotRecorder(
100
101
// postAtFrontOfQueue to ensure the view hierarchy and bitmap are ase close in-sync as possible
102
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
-
111
try {
112
PixelCopy.request(
113
window,
0 commit comments