Pandula Péter

Results 15 comments of Pandula Péter

Good question! Writing custom Modules [should be possible](https://github.com/pandulapeter/beagle/blob/master/metadata/CUSTOM_MODULES.md), but you're the first person to ask about this feature, it's not a very well maintained part of the library. The idea...

I don't really have a solution unfortunately. The OverlayFragment is part of the app's Activity (and its Window) while Dialogs / Bottom sheets have their own Window on top, if...

Hi! That's very interesting, I would assume that, to be able to crash for a second time, you'd have to completely kill the app from recents - in which case...

Sounds like we're in different time zones, I'll let you know if I find something while you're asleep. If not, here's one idea: UncaughtExceptionHandler is the thing opening the BugReport...

The normal logs are fine but I'd be curious to see the contents of one of those `crashLog_*` files. That should explain what's going wrong. No rush, we'll figure it...

Oh okay, so it's your test crash, not something from the library :( I'll investigate more, thanks for all the info!

Hi, I have the exact same test device and I didn't see this issue yet. Googling the exception, maybe it has something to do with the type of Activity? Can...

I cannot reproduce this crash. I'm using the same device, same Android version and same Beagle version. I tried requesting the Camera permission from a Fragment, and I also tried...

Sounds useful, thanks for the idea! [Note to self](https://stackoverflow.com/questions/12692103/read-logcat-programmatically-within-application) Let me think about how to best expose this functionality using the library, I'll definitely look into it and keep you...

@alivDev1 Sorry for kindof forgetting about this issue. Revisiting the topic: exporting all logcat messages into a file is not something the library should provide in my opinion. If anybody...