parent
c2f585da95
commit
4d2f0da1fc
|
|
@ -78,8 +78,8 @@ public class ModernFixMixinPlugin implements IMixinConfigPlugin {
|
|||
while(true) {
|
||||
try {
|
||||
Thread.sleep(60000);
|
||||
logger.error("------ DEBUG THREAD DUMP (occurs every 60 seconds) ------");
|
||||
logger.error(ThreadDumper.obtainThreadDump());
|
||||
logger.info("------ DEBUG THREAD DUMP (occurs every 60 seconds) ------");
|
||||
logger.info(ThreadDumper.obtainThreadDump());
|
||||
} catch(InterruptedException | RuntimeException e) {}
|
||||
}
|
||||
}
|
||||
|
|
@ -300,4 +300,4 @@ public class ModernFixMixinPlugin implements IMixinConfigPlugin {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user