Skip to content

Commit

Permalink
tett LoadVmm log
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 18, 2024
1 parent 7a37962 commit b2fa4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ux/ux.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ func newToolbar() *toolbar {
mylog.Check(sdk.VmxSupportDetection())
mylog.Check(sdk.SetCustomDriverPathEx(sdk.SysPath))

mylog.Trace("Install Driver return", sdk.InstallVmmDriver())
mylog.Trace("Install Driver", sdk.InstallVmmDriver())

go func() {
mylog.Call(func() {
buffer := sdk.SetTextMessageCallbackUsingSharedBuffer(unsafe.Pointer(reflect.ValueOf(sdk.LogCallback).Pointer()))
sharedBuffer := sdk.BytePointerToString((*byte)(buffer))
mylog.Info("SetTextMessageCallbackUsingSharedBuffer", sharedBuffer)
mylog.Info("insall driver return", sharedBuffer)
})
}()
}))
Expand Down

0 comments on commit b2fa4dc

Please sign in to comment.