Skip to content

Commit

Permalink
Added debug logs which will help us in debugging if any error happens.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Dec 9, 2024
1 parent feda7b4 commit ee90904
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2686,6 +2686,10 @@ abstract class CoreReaderFragment :
findInPageTitle = null
}
}, {
Log.e(
TAG_KIWIX,
"Could not restore tabs. Original exception = ${it.printStackTrace()}"
)
restoreViewStateOnInvalidWebViewHistory()
})
}
Expand Down

0 comments on commit ee90904

Please sign in to comment.