aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-05 23:06:15 -0700
committerAllan Wang <me@allanwang.ca>2017-06-05 23:06:15 -0700
commitbc0559e9cc494df35d8cbeaf4aa49f16549ee3e3 (patch)
tree296c9a2c9912879497d845ed3bf5e6daf53dec86 /app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
parentbb49bd9c9f4fe44426c9a576827ad6a96a3ebda4 (diff)
downloadfrost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.gz
frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.tar.bz2
frost-bc0559e9cc494df35d8cbeaf4aa49f16549ee3e3.zip
test
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
index b7b6b2d5..1e9fe6d3 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/FrostApp.kt
@@ -40,7 +40,7 @@ class FrostApp : Application() {
refWatcher = LeakCanary.install(this)
if (BuildConfig.DEBUG) {
Timber.plant(DebugTree())
- LeakCanary.enableDisplayLeakActivity(this)
+// LeakCanary.enableDisplayLeakActivity(this)
} else {
Fabric.with(this, Crashlytics(), Answers())
Timber.plant(CrashReportingTree())