| 222 | } |
| 223 | |
| 224 | char *xcw_native_start_screen_recording(const char *udid, char **error_message) { |
| 225 | (void)udid; |
| 226 | xcw_unsupported(error_message); |
| 227 | return NULL; |
| 228 | } |
| 229 | |
| 230 | xcw_native_owned_bytes xcw_native_stop_screen_recording( |
| 231 | const char *recording_id, char **error_message) { |
no test coverage detected