Where are KERN_DEBUG log levels written to in Android? If I were, for example, to call
printk(KERN_DEBUG "666 The beast lives here 666");
then where is the output written?
Where are KERN_DEBUG log levels written to in Android? If I were, for example, to call
printk(KERN_DEBUG "666 The beast lives here 666");
then where is the output written?
Copyright © 2021 Jogjafile Inc.
I figured it out. In Android, output of printk can be read with
or, provided a prior log was written to before, then with
or with