littlekernel / lk

LK embedded kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LK logging

KateMed opened this issue · comments

May anybody please explain how is possible to get lk logging message on my android device?
I mean like dprinf(INFO/CRITICAL/etc ..) in init.c for example. I tryed to check dmesg but that doesnt contain lk log message.

log prints are controlled by LK_DEBUGLEVEL, when set to 2 you will be able to see all the log messages. If you do not see any print of LK then you have to look at console initialization.