log gpu info at startup
This commit is contained in:
parent
7d29696775
commit
14e6920310
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ app.on('ready', () => {
|
|||
const bw = new BrowserWindow()
|
||||
const win = await bw.createWindow()
|
||||
|
||||
app.getGPUInfo("complete").then(gpuInfo => {
|
||||
console.log(gpuInfo)
|
||||
})
|
||||
|
||||
console.log('[Cider][Widevine] Status:', components.status());
|
||||
|
||||
win.on("ready-to-show", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue