Files
Mealient/app/src/main/res/xml/file_provider_paths.xml
Kirill Kamakin 36a72b63de Implement sending logs to developer (#190)
* Save logs to a file

* Send logs via email

* Enable network logs in release builds

* Remove useless chooser title

* Append to logs file and ignore I/O errors

* Ensure email and password are not logged

* Ensure base URL is never logged

* Add logs disclaimer
2023-12-10 11:49:03 +00:00

6 lines
114 B
XML

<?xml version="1.0" encoding="utf-8"?>
<paths>
<files-path
path="."
name="log.txt" />
</paths>