platform_system_core/base
Spencer Low 765ae6bcfc base logging: fix errno restoring, severity conditionality, dangling ifs
Fix LOG() to properly save and restore errno. Test this properly.

Only do logging if severity is >= the minimum.

Fix dangling if statements in CHECK(), CHECK_STR{EQ,NE}(). Test this
properly.

Fix base logging tests on Windows. All libbase_tests now pass on
Windows.

Change place to lock, so the lock can protect logging of all data in
LogMessage.

Change-Id: I7ff531c67ae10a99ef0a2bbfe279aa77282d5ae9
Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>
2015-09-21 12:46:12 -07:00
..
include/base base logging: fix errno restoring, severity conditionality, dangling ifs 2015-09-21 12:46:12 -07:00
.clang-format Revert "Revert "Create libbase."" 2015-03-16 10:08:46 -07:00
Android.mk libbase_test: get it building for Windows 2015-09-11 20:01:29 -07:00
CPPLINT.cfg Don't show lint errors for rvalue references. 2015-04-02 18:38:01 -07:00
file.cpp Use O_BINARY in base/file for Windows. 2015-09-01 13:35:44 -07:00
file_test.cpp win32: adb_test/libbase_test fixes 2015-08-06 18:09:32 -07:00
logging.cpp base logging: fix errno restoring, severity conditionality, dangling ifs 2015-09-21 12:46:12 -07:00
logging_test.cpp base logging: fix errno restoring, severity conditionality, dangling ifs 2015-09-21 12:46:12 -07:00
parseint_test.cpp libbase_test: get it building for Windows 2015-09-11 20:01:29 -07:00
stringprintf.cpp Revert "Revert "Create libbase."" 2015-03-16 10:08:46 -07:00
stringprintf_test.cpp libbase_test: win32: get some tests working 2015-08-03 10:54:17 -07:00
strings.cpp Generalize Join to work for any container/element. 2015-05-22 10:07:06 -07:00
strings_test.cpp Generalize Join to work for any container/element. 2015-05-22 10:07:06 -07:00
test_main.cpp Support base::logging on Windows. 2015-04-29 18:01:53 -07:00
test_utils.cpp adb/base win32 tests: fix comment and open() flags 2015-09-01 14:57:58 -07:00