-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
problem_report: write CompressedValue in chunks as well
In problem reports binary data is compressed in chunks of 1 MB. Each compressed chunk is base64 encoded and written as one line in the problem report file. This is the rule for all binary data formats except for `CompressedValue`. The problem report files are text files. Text editors like gedit might choke on text files that have huge lines. So the problem report should wrap the lines at a reasonable length. So write `CompressedValue` in chunks as well.
- Loading branch information
1 parent
7a312a5
commit 24f307b
Showing
2 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters