VBOX: If we experience a timeout when attempting to start the VM, dump the log files.

This commit is contained in:
Rom Walton 2015-03-20 09:49:42 -04:00
parent d81f7ae67b
commit 8b997f0cfe
1 changed files with 1 additions and 0 deletions

View File

@ -845,6 +845,7 @@ int main(int argc, char** argv) {
vboxlog_msg(" This might be a temporary problem and so this job will be rescheduled for another time.");
pVM->reset_vm_process_priority();
pVM->poweroff();
pVM->dump_hypervisor_logs(true);
boinc_temporary_exit(86400,
"VM Hypervisor failed to enter an online state in a timely fashion."
);