microsoft/cpp_client_telemetry

Crash in SetTransmitProfile

nishchith-cp opened this issue · 1 comments

Describe your environment. Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main brach.
Platform: iOS
OneDSSDK Version: 3.6.187

Steps to reproduce.
Describe exactly how to reproduce the error. Include a code sample if applicable.
There is no repro for this.

What is the expected behavior?
What did you expect to see?

No crash

Additional context.
Add any other context about the problem here.

We are seeing lot of crashes associated with the setTransmitProfile API.
PFA for the crash report.

2023-04-18_16-42-42.8759_-0500-56055eb7f5f7beb067a9385c656398d6735e1ed7.txt

image

@lalitb Could you please help with the same.

We are calling status_t LogManagerImpl::SetTransmitProfile(TransmitProfile profile) on app launch and before the calling +(nullable ODWLogger *)initForTenant:(nonnull NSString *)tenantToken withConfig:(nullable NSDictionary *)config;

Is there any expectation on calling the SetTransmitProfile method?