This question is similar to, but not the same as, Logcat errors when running android emulator.
When I run my app on the emulator, or even on the device, there are errors or warnings that I can apparently safely ignore. For example, see Missing OpenGL drivers on Android emulator.
How can I accurately identify which errors/warnings are real and signifying a problem, and which can be ignored? I’m guessing the solution is either
1) a list of known messages/issues I can ignore, or
2) some sort of rule about which sources of the errors/warnings can be ignored (e.g. “if the logcat entry has tag X, you can ignore that”)
I believe that living with spurious errors/warnings is dangerous, because you’re more likely to miss real problems.
The same way you get to Carnegie Hall: practice, practice, practice.
There is no such list to the best of my knowledge.
There is no such rule to the best of my knowledge.
Conversely:
In an ideal world, I would agree with you. In an ideal world, I’d weigh a bit less.