From c1e980870dd59016bcb83992de76c5198ebf18d5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 4 Feb 2014 18:02:29 -0500 Subject: [PATCH] VBOX: If the volunteer abort the job while we are running, capture all the error logs in case they aborted because of an error. --- samples/vboxwrapper/vboxwrapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index a70705c342..053c8d383b 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -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) {