Skip to content

Commit 3f80e9d

Browse files
Added debug logs which will help us in debugging if any error happens.
1 parent fe3597a commit 3f80e9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/java/org/kiwix/kiwixmobile/core/main/CoreReaderFragment.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,6 +2752,10 @@ abstract class CoreReaderFragment :
27522752
findInPageTitle = null
27532753
}
27542754
}, {
2755+
Log.e(
2756+
TAG_KIWIX,
2757+
"Could not restore tabs. Original exception = ${it.printStackTrace()}"
2758+
)
27552759
restoreViewStateOnInvalidWebViewHistory()
27562760
})
27572761
}

0 commit comments

Comments
 (0)