mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
stuff
This commit is contained in:
37
app/W/EcuDefinitionUpdateThread.java
Normal file
37
app/W/EcuDefinitionUpdateThread.java
Normal file
@@ -0,0 +1,37 @@
|
||||
package W;
|
||||
|
||||
import bH.D;
|
||||
import java.io.File;
|
||||
|
||||
class EcuDefinitionUpdateThread extends Thread {
|
||||
String a;
|
||||
|
||||
double b;
|
||||
|
||||
File c;
|
||||
|
||||
public x(String paramString, double paramDouble, File paramFile) {
|
||||
this.a = paramString;
|
||||
this.b = paramDouble;
|
||||
this.c = paramFile;
|
||||
}
|
||||
|
||||
public void run() {
|
||||
R r = w.a(this.a, this.b);
|
||||
if (r.a()) {
|
||||
D.d("Newer ECU Def found for signature: " + this.a + ", iniVersion: " + r.e() + ". downloading it now..");
|
||||
r = w.a(this.a, this.c);
|
||||
if (r.a()) {
|
||||
D.d("downloaded ECU Definition to: " + r.c().getAbsolutePath());
|
||||
} else {
|
||||
D.d(r.d());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/x.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user