Check process success locally for adb commands
Remove sc_process_check_success() from the process API, it is too specific.
This commit is contained in:
@@ -107,14 +107,6 @@ sc_process_wait(sc_pid pid, bool close);
|
||||
void
|
||||
sc_process_close(sc_pid pid);
|
||||
|
||||
/**
|
||||
* Convenience function to wait for a successful process execution
|
||||
*
|
||||
* Automatically log process errors with the provided process name.
|
||||
*/
|
||||
bool
|
||||
sc_process_check_success(sc_pid pid, const char *name, bool close);
|
||||
|
||||
/**
|
||||
* Read from the pipe
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user