Open tjprescott opened 2 years ago
@tompi do you have any telemetry for the calls where this happened? Such as Call ID?
We may need that to be effective at debugging this.
@mariusu-msft Really sorry, I checked our logs and the 3 times this happened, it was always a hangup right after call initiation. Looks like user decided to abort the call... So it seems call didnt go through(and then we dont get the call id...).
Like I said, go ahead and close at your discretion, I just thought you might be interested, since this is crashing in your "check_status" method. I will be more alert and try to get hold of the device next time this happens(we are logging more details to file on device, but these were out of house devices...)
@mariusu-msft Hey, this just happened on my iphone. Attached blog is what you need to debug right?
Might be something I didnt manage to cleanup, cause it seems this happens if a call(group) goes through, I hang up, and then make a new call pretty quickly, then it crashes.
I just realized I have no idea if the last number or "0" is the "last log" :) so I just uploaded the "0" one as well in case...
We are also recently finding this crash in our Firebase crashlytics, since we upgraded from version 2.3.0
to 2.8.0
. It seems to be a sporadic crash, as the amount of these crashes per user is one. But it's our most occurring crash at the moment.
It crashes on the following ACS code:
let newRendererView: RendererView = try newRenderer.createView(withOptions: CreateViewOptions(scalingMode: scalingMode))
Different iOS versions / background/forground / devices.
@tompi commented on Mon Feb 07 2022
Describe the bug Experienced 3 crashes on 2 different iphones yesterday, unfortunately not "our" phones, so cant provide device logs.
Exception or Stack Trace
To Reproduce Not able to reproduce
Setup (please complete the following information):
I know this is not the best quality bug report, so feel free to close it at your discretion, just felt I should share in case you didnt know about this...