What if the error report is too big to upload

What if the error report is too big to upload

How are you creating it? Are you zipping up the project directory directly, or are you using the “Create bug report” tool? The bug report tool is supposed to leave out certain files (e.g. the build directory) to keep the resulting ZIP from being too big. Perhaps it is not being picky enough.

Can you use unzip -l or something similar to get a listing of the files in the oversize bug report? That would help me figure out where we can trim some fat. Thanks.

– Charles