reader/android: store logcat logs to files

This CL stores the logcat logs to files, so that they can be retrieved
whenever needed. Currently, it keeps at most 10 recent log files and
purges old logs to save storage.

Also changes the default log verbosity settings, and now it uses
SyncbaseDB by default to make it easier for other people to test.

Change-Id: I9cbfad2669491b8aeb1268c207af70233b22b0de
8 files changed
tree: 9a89f3b384444c40925042edfb188124362ae3f6
  1. android/
  2. common/
  3. web/
  4. .editorconfig
  5. .gitignore
  6. .jiriignore
  7. AUTHORS
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. Makefile
  12. PATENTS
  13. README.md
  14. VERSION
README.md

Reader

An example multi-device PDF reader built using Vanadium on both the web and Android platforms. The web version requires use of the Vanadium Chrome extension.

All apps exchange information using Syncbase. Details of the various projects can be found in their respective directories.