aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-03 21:47:07 -0700
committerAllan Wang <me@allanwang.ca>2017-06-03 21:47:07 -0700
commitc2b74571d5361a6ac3e038fd3a1320053b1cc5d6 (patch)
tree11f1350120b92e1525ab5079e39d22137d817695 /app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
parent610df8c6d772324095b1c3d2cc17f9c243be6c06 (diff)
downloadfrost-c2b74571d5361a6ac3e038fd3a1320053b1cc5d6.tar.gz
frost-c2b74571d5361a6ac3e038fd3a1320053b1cc5d6.tar.bz2
frost-c2b74571d5361a6ac3e038fd3a1320053b1cc5d6.zip
test crashlytics 2
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
index 2465980d..690f967c 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
@@ -1,6 +1,7 @@
package com.pitchedapps.frost.utils
import android.util.Log
+import com.crashlytics.android.Crashlytics
import timber.log.Timber
@@ -20,6 +21,7 @@ internal class CrashReportingTree : Timber.Tree() {
if (priority == Log.VERBOSE || priority == Log.DEBUG)
return
Log.println(priority, tag, message)
+ Crashlytics.log(priority, tag, message)
// FakeCrashLibrary.log(priority, tag, message)
// if (t != null) {