commit | 7a41eef6b64b2a07cf170844c897e4ae1cda998e | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Feb 07 15:56:41 2014 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Mon Feb 10 11:55:26 2014 +0100 |
tree | 7c164b068ed226043eccc4102190c8a87fcf45f0 | |
parent | 38f88f56cc69335359d77fc866c8c4fe50216bad [diff] |
android/base/Log.h: Add C++ Logging helper class. Android-specific portions of the emulator are going to gradually switch to C++ to make the code easier to structure, test and refactor. This shall not impact anything that QEMU depends on. This is the first patch in a series that will gradually operate these changes. It introduces "android/base/Log.h", which provides useful macros to perform logging and error checks. Change-Id: I3d25bd029009d3e428ed2b5b3a02ac41313325c0