History log of /system/chre/platform/slpi/platform_log.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
589e0f01fa3fb1512b52da3a52f6e41e7a765bca 12-Apr-2017 Andrew Rossignol <aarossig@google.com> Initial support for logs via logcat for the SLPI

- Adds a logging buffer.
- Implements a high-watermark for flushing to host.
- Creates a LogMessage and sends it to the host.

Test: Run sim and load on device
Change-Id: I5d6ca50634d9fb57964df7c0925cc10eb70aa1ff
/system/chre/platform/slpi/platform_log.cc
2003cdc07c3ad198d58ba26524d215c9a1b3bdd9 11-Apr-2017 Andrew Rossignol <aarossig@google.com> Adds PlatformLog, adds it to the init/deinit and implements for Linux

- Allows platforms to inject storage and an implementation for logging
- For Linux, makes logging thread-safe
- SLPI is added as an empty shell for now

Test: Run the sim, load_chre.sh
Change-Id: I7cfb9ede5ce4c47cf3c43ce9e0078c96827cb521
/system/chre/platform/slpi/platform_log.cc