When do we use TAG in the log code and when do we use the string?
What does TAG represent in log codes?
For example, what are the differences between these two lines of code and How do I know when to choose which one? Log.d(TAG, "onClick: "); Log.d("string" , "onClick: ");