Hi,
I've missed the automatic log saving feature (AFAIK the logs are not saved automatically on Android) so I've implemented it. These are patch files so you may add it to the project if you feel like. It is a bool in LegConsoleSettings and uses the EventBridge and LogReceiver.OnLogReceived to save logs when they arrive. I've made some minimal refactoring to avoid bigger copy-pastes but some more could be done in that regard.
Thanks for the useful asset!
EventBridge.txt
LogConsole.txt
LogConsoleSettings.txt
LogInitializeOnLoad.txt
LogReceiver.txt
ShareLogViewBuilder.txt
Hi,
I've missed the automatic log saving feature (AFAIK the logs are not saved automatically on Android) so I've implemented it. These are patch files so you may add it to the project if you feel like. It is a bool in LegConsoleSettings and uses the EventBridge and LogReceiver.OnLogReceived to save logs when they arrive. I've made some minimal refactoring to avoid bigger copy-pastes but some more could be done in that regard.
Thanks for the useful asset!
EventBridge.txt
LogConsole.txt
LogConsoleSettings.txt
LogInitializeOnLoad.txt
LogReceiver.txt
ShareLogViewBuilder.txt