-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All logs #84
Comments
Sounds useful, thanks for the idea! Note to self Let me think about how to best expose this functionality using the library, I'll definitely look into it and keep you updated. In the mean time you might be able to hack some extra, custom data into the "build information" section of the bug reporting screen, but I'd be careful with Strings that are too long.
Edit: on second thought, yeah, a simple file in the bugreport for the logcat going back N minutes would be great, I'll see what I can do |
@pandulapeter Hello there, any updates on this topic? Also I see that every log I select to share, is in a separate txt file, result in a huge list of txt files sometimes with 1 line this is my logger enabler
|
@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 needs that functionality, they should implement it on their own and simply add a TextModule to Beagle to execute that piece of logic. On the other hand Beagle's Bug Report screen creating those many files is admittedly not ideal. That definitely is something I should improve, so let me keep this issue open. Sorry that I can't give you an estimate, it's a bigger undertaking. |
No problem at all, thanks for response 👍 |
Hello, is it possible to share all the logs from device? not just the logged one throught timber but from logcat
The text was updated successfully, but these errors were encountered: