platform_system_core/base/include/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
..
file.h Add ReadFully and WriteFully to libbase. 2015-04-24 21:57:16 -07:00
logging.h base logging: fix errno restoring, severity conditionality, dangling ifs 2015-09-21 12:46:12 -07:00
macros.h Revert "Turn on -Wformat-nonliteral." 2015-07-09 20:35:09 +00:00
memory.h Add base/memory.h. 2015-04-09 17:00:14 -07:00
parseint.h Add ParseInt (and ParseUint). 2015-09-04 16:32:00 -07:00
stringprintf.h Revert "Turn on -Wformat-nonliteral." 2015-07-09 20:35:09 +00:00
strings.h Generalize Join to work for any container/element. 2015-05-22 10:07:06 -07:00
test_utils.h libbase_test: win32: get some tests working 2015-08-03 10:54:17 -07:00