linux - What is the similar to printk in user mode? -
linux - What is the similar to printk in user mode? -
we can utilize printk send debug message in kernal driver. have user mode ap phone call kernal driver. output user mode ap debug message kernal mode driver @ same time. how that?
if understood question correctly, guess looking syslog c api. $ man 3 syslog
tells need.
linux debugging driver syslog printk
Comments
Post a Comment