littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

LK logging #304

Open KateMed opened 2 years ago

KateMed commented 2 years ago

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.

vamshi51 commented 1 year ago

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.