Loading tools/incident_report/main.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,7 @@ adb_incident_workaround(const char* adbSerial, const vector<string>& sections) args[argpos++] = NULL; execvp(args[0], (char*const*)args); fprintf(stderr, "execvp failed: %s\n", strerror(errno)); free(args); return 1; } else { // parent Loading Loading @@ -400,6 +401,7 @@ adb_incident_workaround(const char* adbSerial, const vector<string>& sections) } } free(buffer); return 0; } Loading Loading
tools/incident_report/main.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,7 @@ adb_incident_workaround(const char* adbSerial, const vector<string>& sections) args[argpos++] = NULL; execvp(args[0], (char*const*)args); fprintf(stderr, "execvp failed: %s\n", strerror(errno)); free(args); return 1; } else { // parent Loading Loading @@ -400,6 +401,7 @@ adb_incident_workaround(const char* adbSerial, const vector<string>& sections) } } free(buffer); return 0; } Loading