Files
tustu/app/obfuscated_support_classes/ShutdownTimeoutThread.java
2026-01-11 04:06:30 +00:00

24 lines
678 B
Java

import java.util.logging.Level;
import java.util.logging.Logger;
final class h extends Thread {
public void run() {
i i = new i(this);
i.start();
long l = System.currentTimeMillis();
while (System.currentTimeMillis() - l < 60000L) {
try {
Thread.sleep(1000L);
} catch (InterruptedException interruptedException) {
Logger.getLogger(TunerStudio.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
}
}
Runtime.getRuntime().halt(0);
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/h.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/