调整日志

rtmpsuck
Matthew 6 months ago
parent a3599ccfc1
commit c7c91af66d

@ -426,7 +426,6 @@ public class MainActivity extends AppCompatActivity {
public void onClick(View view) {
MicroPhotoService.setOtgState(true);
// SysApi.setOtgState(true);
MicroPhotoService.setCam3V3Enable(true);
Runnable runnable = new Runnable() {
@ -439,7 +438,7 @@ public class MainActivity extends AppCompatActivity {
MicroPhotoService.setCam3V3Enable(false);
MicroPhotoService.setOtgState(false);
binding.logs.append(cameraInfo + "\r\n");
MicroPhotoService.infoLog(cameraInfo);
Toast.makeText(view.getContext(), cameraInfo, Toast.LENGTH_LONG).show();
}
};

Loading…
Cancel
Save