version:3.3.3

fix:
update:优化网络连接
This commit is contained in:
2025-05-23 17:30:23 +08:00
parent d4f699a7c7
commit 3dcd25b5bf
49 changed files with 581 additions and 464 deletions

View File

@@ -35,7 +35,7 @@ import okhttp3.RequestBody;
public class LogcatService extends Service {
public final static String LOGCAT_START_ACTION = "START";
public final static String LOGCAT_STOP_ACTION = "STOP";
private String TAG = LogcatService.class.getSimpleName();
private static final String TAG = "LogcatService";
public LogcatService() {