Skip to content

Commit

Permalink
Log pid on start up
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Oct 18, 2024
1 parent e4a6cef commit 7247760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/studio/core/Studio.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public Object get(Object key) {
private static void init(String[] args) {
// debugFocusTransfer();
log.info("Start Studio with args {}", Arrays.asList(args));
log.info("Process pid is {}", ProcessHandle.current().pid());
initLF();
registerForMacOSMenu();
initTaskbarIcon();
Expand Down

0 comments on commit 7247760

Please sign in to comment.