pluto
pluto copied to clipboard
🚀 Feature request: Export or share Pluto log data in JSON/CSV/TXT/HTML formats
Feature description Capability of exporting a logs from Pluto into formats like JSON/CSV/TXT/HTML. This feature would really be helpful when we want share the logs with someone or see the logs in some format.
Describe alternatives you've considered https://github.com/orhanobut/logger https://github.com/infinum/android-sentinel This libraries have a very good support of saving the logs into the disk or exporting content into many formats.
Cheers! 🍻 🚀
@RahulSDeshpande we already have sharing capability, you can share logs as text or file (.txt)
let me know if you something else in mind.
@srtvprateek I just found that useful "Share all logs" option in the Logger plugin, and it is very useful! Is it possible to share the network logs gathered by Network Plugin in a similar way? Currently it is possible to share each call independently, but not a batch of them (unless I have missed that option) The best is probably to be able to share .har file which can then be opened in any proxy tool for further analysis.
sure @sergii-frost let me look into this
An advantageous functionality would involve programmatically consolidating Pack Network logs and Logger logs into an internal zip file within an application.
This capability proves beneficial as it facilitates the systematic uploading of logs to a designated backend. Is the feasibility of this feature attainable?