How to monitor WebView restarts in production? #7216
Unanswered
MattiasMartens
asked this question in
Q&A
Replies: 1 comment
-
Would love to hear more about where you ended up landing with this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am working with a team that is debugging a production situation where the app becomes unusable on iOS for certain users. Based on what we are seeing, it appears the cause is constant restarting of the web view, probably prompted by an issue with WebKit similar to this one.
We’re working on the fix, but we also want to get visibility into when and how often such crashes are occurring, as well as basic debugging information like where the user was in the app when it happened. The best I have been able to find so far for this purpose is:
...but of course this only gives me the boolean
isActive
. Which tells us if the app restarted but doesn’t tell us why. It might have been normal user action.So my question here is twofold:
Any help or added context would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions