Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Custom the location of .dump file on Windows #10

Open
boyan01 opened this issue Dec 9, 2021 · 1 comment
Open

[Feature Request] Custom the location of .dump file on Windows #10

boyan01 opened this issue Dec 9, 2021 · 1 comment

Comments

@boyan01
Copy link

boyan01 commented Dec 9, 2021

Thanks for this great plugin.

Is there a way to custom the location of .dump file ?

On Windows, if we install the flutter app from Windows Store. the application all files will be installed to C:\Program Files\WindowsApps\your_app_name

However, we don't seem to have write permissions for this directory. So I want to ask if this plugin can customize the write directory of the dump file on Windows.

@Sunbreak
Copy link
Collaborator

Sunbreak commented Dec 9, 2021

On Windows, the path is defined here:

QuickBreakpadPlugin::QuickBreakpadPlugin() {
static google_breakpad::ExceptionHandler handler(L".", nullptr, dumpCallback, nullptr, google_breakpad::ExceptionHandler::HANDLER_ALL);
}

You could fork and custom it youself. Or PRs are welcome

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 a pull request may close this issue.

2 participants