bugsnag-unity icon indicating copy to clipboard operation
bugsnag-unity copied to clipboard

Handle null status of client

Open clr182 opened this issue 10 months ago • 1 comments

Goal

The client should not be null at this point.

Design

I've added an elvis operator to set application state of the client if it isn't null. I think that this might work to some degree, but it doesn't really handle the race condition. Might be better to add a less performative try/catch block instead. or check the client again to see whether it is null and return a log error.

Changeset

Added null checking operator. to SetApplicationState of client.

Testing

Manually

clr182 avatar Apr 11 '24 13:04 clr182

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 2438.67
IL2CPP IPA 1497.97

Generated by :no_entry_sign: Danger

bugsnagbot avatar Apr 11 '24 14:04 bugsnagbot