zephyr/subsys/logging
Andy Ross c7ceef6751 kernel_event_logger: Ignore events before subsystem init
Thread and interrupt events may well arrive before the subsystem
initialization call has been made.  Just swallow such events.

In particular, an incoming change to the way _ready_thread works
causes the main and idle thread initialization to throw thread ready
events (which isn't wrong!), which the current setup can't handle.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-03-18 16:58:12 -04:00
..
CMakeLists.txt syslog: Add networking backend 2018-03-15 15:19:46 +02:00
Kconfig syslog: Add networking backend 2018-03-15 15:19:46 +02:00
event_logger.c lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
kernel_event_logger.c kernel_event_logger: Ignore events before subsystem init 2018-03-18 16:58:12 -04:00
sys_log.c
sys_log_net.c syslog: Add networking backend 2018-03-15 15:19:46 +02:00