commit | fcce550eadb5b820b18bcb8f4aa98d858d924caf | [log] [tgz] |
---|---|---|
author | Orlando Arbildo <oarbildo@google.com> | Thu Jan 19 01:05:01 2023 +0000 |
committer | Orlando Arbildo <oarbildo@google.com> | Thu Jan 19 22:05:41 2023 +0000 |
tree | c0f5cc996e35ad683d44f1042c3f453b56d51828 | |
parent | 9f762232c86828718a91cfc2564aacf8340166e8 [diff] |
Implementing custom log formatter Implemented a custom log formatter for KeyMint that includes the log level, line number and file where the log call is located. A log now will look like: INFO: trusty/user/app/keymint/ipc_manager.rs:355 Accepted connection from Uuid 00000000-0000-0000-0000-000000000000. Bug: 259556277 Test: build.py, run rust unittests, look at qemu l Change-Id: I964f0b351d1adb78d9e7c010ffb7db768cd9f78c