I've read this article already. But it seems most of the text it shows are not in my application. How can I filter the message and let it only shows the log for my application. In another word, I want to show it like the one in Android Studio (only showing the error log from my app, showing time stamp,etc):
I tried something like "logcat -d -v time", but doesn't work. Any idea? Thanks.
Try following code to get logs of your application only.
Edit
Add below permission to your
AndroidManifest
file