How to get log for recent time, for example, for last 5 minutes?
This command in command line
adb logcat -v time | find "E/"
gives error logs for all time.
(It's not interesting to wait several minutes while all logs is displaying)
Thank you very much!