Android : How to check Android Log in Window's Terminal?

on Monday, August 4, 2014


I am working in an Android Project. I want to see Logs in Window terminal rather than in Android's Logcat.Any suggestion?. I put Logger in my project for example:



Log.d("ufo","Plane inventory Listener is called");


I also want to see Logs of "ufo" in window's terminal?


0 comments:

Post a Comment