mattprecious / telescope

A simple tool to allow easy bug report capturing within your app.
Apache License 2.0
1.18k stars 116 forks source link

Undefined behavior when another app is using the screen record API #39

Closed ZacSweers closed 3 years ago

ZacSweers commented 8 years ago

Was trying to put together a little demo video using this (v2) and didn't think about what would happen. Specifically, I was using AndroidTool to record a video. When I started the screen grab via telescope though, it appears to start, but then never completes/calls back to the lens.

mattprecious commented 8 years ago

Hmm... I didn't consider this. Ideally something throws an exception somewhere and we get notified and fall back to the canvas screenshot, but it sounds like that might not be happening. I'll take a look!

ZacSweers commented 8 years ago

Cool, thanks for looking into it. Let me know if there's anything I can do to help as far as testing fixes.