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

Capturing dialogs #44

Closed amatkivskiy closed 8 years ago

amatkivskiy commented 8 years ago

Hi guys, Thanks for a great tool 👍

What about capturing dialogs? Are there any plans for supporting this?

mattprecious commented 8 years ago

Dialogs are in a separate window so there isn't really anything that I can do. If you make your own dialog class, you can configure it so that it conditionally wraps its content in a TelescopeLayout on your debug builds. If you're running on 21+ it'll take a full system screenshot. Otherwise, it'll take a snapshot of the dialog.

amatkivskiy commented 8 years ago

@mattprecious Thanks for explanation. I can close the issue.