How can you log to the standard loginig system in Android from shell? The one where logcat is used to read the log. I know you can write a very simple program to do that, but isn't there one already?
How can you log to the standard loginig system in Android from shell? The one where logcat is used to read the log. I know you can write a very simple program to do that, but isn't there one already?
Well, you can use the log command.
It is quite obvious to name the command log, when you think about it.