From afe7437e0a0f6c315d383e0b6133b13a461c92af Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 7 Jan 2018 04:44:18 -0500 Subject: Enhancement/debug (#605) * Finalize debugger * Add video logging --- .../main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt b/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt index 1a0c3b25..cdeaa3c1 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragmentBase.kt @@ -106,7 +106,7 @@ abstract class FrostParserFragment> : RecyclerFragme progress(60) val response = parser.parse(cookie, doc) if (response == null) { - L.eThrow("RecyclerFragment failed for ${baseEnum.name}") + L.i { "RecyclerFragment failed for ${baseEnum.name}" } return@doAsync callback(false) } progress(80) -- cgit v1.2.3