Skip to content

fix(STAFF-141736): The app installed on Spanish user profile is unable to relaunch#23

Open
yucelalbar wants to merge 6 commits into
timedoctorfrom
yalbar-STAFF-141736
Open

fix(STAFF-141736): The app installed on Spanish user profile is unable to relaunch#23
yucelalbar wants to merge 6 commits into
timedoctorfrom
yalbar-STAFF-141736

Conversation

@yucelalbar

Copy link
Copy Markdown
Collaborator

No description provided.

@yucelalbar yucelalbar requested a review from kmrashad January 30, 2025 08:55
Comment thread src/backends/sentry_backend_crashpad.cpp Outdated
Comment thread src/sentry_options.h
#ifdef SENTRY_PLATFORM_WINDOWS
wchar_t *relaunch_argvw;
#endif
char *relaunch_argv;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we use relaunch_argv on Windows ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentry implementation is not #ifdef SENTRY_PLATFORM_WINDOWS #else but rather than adding wchar_t overload as an additional method. So, I'm keeping the same functionality and yes I'll use relaunch_argv on appmanager windows

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. I think there was earlier impl where relaunch_argv is in else part.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes but I changed it at the recent commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants