Fix logm for stackdump and interrupt status 38/110938/2
authorAhreum Jeong <ahreum.jeong@samsung.com>
Thu, 19 Jan 2017 01:12:54 +0000 (10:12 +0900)
committerJuitem JoonWoo Kim <jw1772.kim@samsung.com>
Thu, 19 Jan 2017 02:14:05 +0000 (18:14 -0800)
commit3dfbb348c3bf468a1c887dd013ca8c274ef9047c
treeb0f5dbbde60e327648a3a39843168f4f3b52a670
parentbd255f16c1d74189a875b6eedc5ed55e98ffd2d1
Fix logm for stackdump and interrupt status

Stackdump messages are not shown on assertion
Because logm's print buffer can't be flushed after assert.
These messages should be delivered with low output directly.

Change-Id: Ifaca4b60bed8999307672d8905e4c53cbafa2072
os/logm/logm.c