开发者

Activity monitor doesnt display process name

开发者 https://www.devze.com 2023-01-03 15:07 出处:网络
I have an application, when I see that application in \"Activity Monitor\" the applications Process Name is displayed nothing. Only the application icon is displayed.

I have an application, when I see that application in "Activity Monitor" the applications Process Name is displayed nothing. Only the application icon is displayed.

I tried debugging this by getting processInfo of the app, I got the application name correct. Even tried with the "top" command, I got the application name correct. The target name and settings also shows the same, only the activity monitor got wrong.

Is it something I missed so t开发者_StackOverflow中文版hat activity monitor is displaying nothing.

M


I got the answer, it was the problem with CFBundleDisplayName in the info.plist. It was deleted from the info.plist so the app was not having a display name.

So whatever name you give in the CFBundleDisplayName it will used everywhere.

Thanks, Mohsin

0

精彩评论

暂无评论...
验证码 换一张
取 消