zCrashReport.exe

When our application runs we initialize the sdk and then authorize with appkey/secret, then optionally authentication with username and password. However, if the app freezes/crashes on something that is unrelated to our Zoom functionality, zCrashReport.exe runs.

Does that run on all crashes? or just Zoom SDK related ones?

What wires that in to run on a crash? Initializing the sdk? Authorizing the sdk?

Thanks.

thanks for your feedback. yes, this is app level exception handler. if your app encounters the crash or main thread deadlock, we will capture the dump for troubleshooting.you can find the dump file form %appdata%/zoomsdk/logs folder.