I enabled error reporting feature on Windows CE platform to gather dump file for crashed application. I set default dump type to system dumps. But we can only get context dumps.
Msdn states:
Typically, the Error Reporting system generates a system dump. However, if the size of the dump file generated would be larger than the space allocated to it, the system generates a much smaller context dump.
It seems error reporting only allows us to set MaxDiskUsage to 512kb at maximum. Is there any way to set MaxDiskUsage to a larger value?