log: fix garbage letters in logging output

Change the implementation to send the logger
just a simple string that already has evertying to
log about.

Bug: 318694779

Change-Id: Ib23b19103dd9c25a33c9c931503f2cf08cc4c40e
GitOrigin-RevId: e45570cebe9933b75a7a4bd631aaa007125090f3
1 file changed
tree: 143aa65e78a7176dcf6fded4472680a22e722f95
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. snapshot/
  6. third-party/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. CMakeLists.txt
  11. LICENSE
  12. README.md
  13. rebuild.sh
README.md

AEMU library

This is an utility library for common functions used in the Android Emulator. External projects (gfxstream, QEMU) may use to perform C++ functions.