I use eclipse to develop apps. When I goto eclipse’s menu window->show view->other, I find two items nameed “LogCat” and “LogCat(deprecated)”. What is the difference between LogCat and LogCat(deprecated)? I find when an application is running, they show the same logs.
I use eclipse to develop apps. When I goto eclipse’s menu window->show view->other, I
Share
LogCat was provided in ADT 4.0 or above, just add some new features. LogCat(deprecated) was the old version.