Android studio - How to view which functions of which objects are being called?
Currently, I'm using Log.d in each function to see if it is being called. That's tiresome. Are there any Android Studio's built-in functionalities that allow me to do this?