Files
tustu/app/aP/ApComponentDu.java
2026-01-11 20:30:56 +00:00

23 lines
578 B
Java

package aP;
import bH.D;
class ApComponentDu extends Thread {
du(dl paramdl) {}
public void run() {
try {
Thread.sleep(120000L);
D.c("Application close timeout. Initiating forced close request.");
D.g();
D.c("Application close timeout. All threads stacks printed. Exiting.");
Runtime.getRuntime().halt(3);
} catch (InterruptedException interruptedException) {}
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/du.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/