I want to log a Catch exception in the log cat but i don't know the tags of log.d. Can someone help me?
in all examples is see this log.d(TAG, message)
but I don't know what goes in this TAG, please help me.
I tried this for example log.d(Error, "Error: " + e)
but it didn't work.
I searched on google for example log.d Tags or log.d Tags and more.