优化返回值

onereq
Matthew 2 months ago
parent 06842bca13
commit e3c74db577

@ -1565,7 +1565,7 @@ public class MicroPhotoService extends Service {
String[] params = new String[]{""};
File workDir = context.getFilesDir();
int exitCode = 0;
int exitCode = -1;
try {
Process process = Runtime.getRuntime().exec(cmd, params, workDir.getAbsoluteFile());

Loading…
Cancel
Save