Would be nice if there was some way to track which sandbox process was spawned for what, and for by what. Maybe some gui in the launcher to identify each of these processes?
Might be something we can look at, it’d be a little tricky to assemble all that in one spot since they’re started by different applications.
I was hoping we could just set the process description in the Task Manager, but unfortunately it doesn’t seem like something you can change that dynamically at runtime
Maybe just tracking the parent process? Not absolutely critical, but would help us troubleshoot issues, as there can be 3+ sandboxes running parallel (launcher, slave(s), plus the rendering process), and it can be hard to tell which is which
For the parent applications, you should be able to check this with Process Explorer:
Not that I want to get in the habit of recommending third-party work-arounds for our stuff, but it should at least help with debugging in the meantime
Cheers,
Jon
Yeah that’s actually what i’m using
I was this: || close to even saying “kinda like in process explorer”, but then didn’t.
Haha, nice. I figured you might’ve been using it already, just wanted to make sure you had a workaround