RDProcess icon indicating copy to clipboard operation
RDProcess copied to clipboard

Unable to get list of all processes via Launch Services API

Open rodionovd opened this issue 10 years ago • 0 comments

For example, neither -[NSRunningApplication runningApplicationsWithBundleIdentifier:] or even LSCopyRunningApplicationArray() are unable to list Google Chrome's GPU Process because this process was not launched via LaunchServices && don't have a proper Bundle ID.
So I have to go deeper, if it's possible.

rodionovd avatar Mar 08 '14 16:03 rodionovd