saurabh-sagrawal

Results 5 comments of saurabh-sagrawal
trafficstars

In current code base for the crash stack Logger_jni.cpp : 198 is an empty line https://github.com/microsoft/cpp_client_telemetry/blob/main/lib/jni/Logger_jni.cpp If it's a consistent repro can you find out what Java API is used...

It seems the native ptr that Logger is holding is invalid at the time of jni call. Can you share how are you getting the instance of Logger, i.e your...

> Here is the init code (redacted for brevity): > > ``` > HttpClient client = new OneDSHttpClient(context); > OfflineRoom.connectContext(context); // from an object that has getApplicationContext > ILogConfiguration logConfiguration...

What was the sync point before 503a926, we would probably need to check what went in between that CL# and 503a926 since first crash was seen after 503a926.

> nope I think you were looking into some scenarios where it would be an issue but I guess you didn't had any luck with it. Another thing would be...