getServiceName

open override fun getServiceName(): String

Provides a human-readable string for logging. For obfuscated apps, typical usage involves reflection with the class name. When reflection is used to get the name of the class in obfuscated apps, the string becomes garbled. When looking at log tags in log management systems, the tag will not be readable. The recommended approach is to use the name of your service in a string. For instance, if your service is named MyService, then return "MyService".