mirror of https://github.com/BOINC/boinc.git
VBOX: If the volunteer abort the job while we are running, capture all the error logs in case they aborted because of an error.
This commit is contained in:
parent
0ed3f27db2
commit
c1e980870d
|
@ -874,6 +874,7 @@ int main(int argc, char** argv) {
|
|||
if (boinc_status.abort_request) {
|
||||
vm.reset_vm_process_priority();
|
||||
vm.cleanup();
|
||||
vm.dumphypervisorlogs(true);
|
||||
boinc_finish(EXIT_ABORTED_BY_CLIENT);
|
||||
}
|
||||
if (!vm.online) {
|
||||
|
|
Loading…
Reference in New Issue