Where are all the error descriptions displayed in LogCat, that is, what is displayed in case of errors? Whether the embedded messages are distributed by code (which turned out to be) or placed in the resource file like res / values / strings.xml.
Closed due to the fact that the essence of the question is incomprehensible by the participants Yuriy SPb ♦ , aleksandr barakin , insolor , fori1ton , Grundy 24 Mar '16 at 10:58 .
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
- Apparently, in the compiler - pavlofff
- In the documentation? .. - YuriySPb ♦
|
1 answer
As I understand, apparently, errors, they are all sorts of exceptions distributed in the code of Android Studio relatively evenly, and therefore are displayed in LogCat based on the current code being developed as far as the affected developer classes, methods, variables, and so on.
- Yes, exceptions are thrown when there is a need for this (a corresponding exception has occurred). What exactly makes you doubt or needs clarification? - Nick Volynkin ♦
|