brianjcoan
Results
1
comments of
brianjcoan
I have the following class in my app: ``` import android.content.Context import android.util.Log import com.hypertrack.hyperlog.HyperLog import timber.log.Timber.DebugTree class HyperLogTree( context: Context, logLevel: Int = Log.DEBUG ) : DebugTree() { init...