Changes between Version 18 and Version 19 of VBoxLogging
- Timestamp:
- Jan 16, 2015 10:31:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VBoxLogging
v18 v19 27 27 export VBOX_RELEASE_LOG="rem*.e.l.f main gui" 28 28 export VBOX_RELEASE_LOG_FLAGS="buffered thread msprog" 29 # Do not limit the number of log entries a guest can send to the release log 30 export VBOX_RELEASE_LOG=-dev_vmm_backdoor.restrict 29 31 }}} 30 32 … … 116 118 {{{ 117 119 $ VBoxManage debugvm <name> log --release +dev_vga.e.l.f 120 $ VBoxManage debugvm <name> log --release -dev_vmm_backdoor.restrict 118 121 $ VBoxManage debugvm <name> logdest --debug stdout 119 122 $ VBoxManage debugvm <name> logflags --release buffered