在Android中写入KERN_DEBUG日志级别在哪里?例如,如果我打电话
printk(KERN_DEBUG "666 The beast lives here 666");
那么输出写在哪里?
答案 0 :(得分:0)
我明白了。在Android中,可以使用
读取printk的输出 $ adb shell cat /proc/kmsg
或者,如果之前的日志已写入之前,则使用
$ adb shell /proc/last_kmsg
或
$ adb shell dmesg