Skip to content

Commit ee90904

Browse files
Added debug logs which will help us in debugging if any error happens.
1 parent feda7b4 commit ee90904

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
@@ -2686,6 +2686,10 @@ abstract class CoreReaderFragment :
26862686
findInPageTitle = null
26872687
}
26882688
}, {
2689+
Log.e(
2690+
TAG_KIWIX,
2691+
"Could not restore tabs. Original exception = ${it.printStackTrace()}"
2692+
)
26892693
restoreViewStateOnInvalidWebViewHistory()
26902694
})
26912695
}

0 commit comments

Comments
 (0)