Getting information from logCat window
问题 How to get information from the LogCat window? 回答1: If you add something like Log.v("tag", "value"); in your code, You can see that in LogCat window. 回答2: You can click Windows ->ShowView->Other-> Android ->Logcat Refer to Images 1 and Images 2 and and in the code use v -> Verbose and d -> Debug and E-> Error I -> Information, W -> Warning 来源: https://stackoverflow.com/questions/5323454/getting-information-from-logcat-window