We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a89db6 commit bb7f070Copy full SHA for bb7f070
2 files changed
LogcatCountlyLib/src/main/java/info/hannes/logging/LoggingApplication.kt
@@ -2,7 +2,7 @@ package info.hannes.logging
2
3
import android.app.Application
4
import info.hannes.countly.Analytics
5
-import info.hannes.countly.CountlyTree
+import info.hannes.timber.CountlyTree
6
import info.hannes.timber.DebugTree
7
import timber.log.Timber
8
…/java/info/hannes/countly/CountlyTree.kt …n/java/info/hannes/timber/CountlyTree.ktLogcatCountlyLib/src/main/java/info/hannes/countly/CountlyTree.kt renamed to LogcatCountlyLib/src/main/java/info/hannes/timber/CountlyTree.kt
@@ -1,7 +1,7 @@
1
-package info.hannes.countly
+package info.hannes.timber
import android.util.Log
-import info.hannes.timber.DebugTree
+import info.hannes.countly.Analytics
class CountlyTree(private val analytics: Analytics, private val serverIgnoreToken: String? = null) : DebugTree() {
0 commit comments