From 14e6920310d3b2b9a14b2f724a94065c4ee58e34 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Wed, 23 Feb 2022 19:03:02 -0800 Subject: [PATCH] log gpu info at startup --- src/main/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/index.ts b/src/main/index.ts index 34e4ab66..2d49cc66 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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", () => {