Via:

Runtime.GetRuntime ().Exec(... 

You can run logcat with the necessary parameters and get the log lines.

The problem is that I need only new logs - those that appeared since the start of the application.

+ I can not:

  • Call via Exec: logcat -c, as this will make it impossible for all other applications to read old logs

    0