Loading cmds/dumpsys/dumpsys.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ int Dumpsys::main(int argc, char* const argv[]) { // call returns, to terminate our reads if the other end closes their copy of the // file descriptor, but then hangs for some reason. There doesn't seem to be a good // way to do this, though. remote_end.clear(); remote_end.reset(); if (err != 0) { aerr << "Error dumping service info: (" << strerror(err) << ") " << service_name Loading Loading
cmds/dumpsys/dumpsys.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ int Dumpsys::main(int argc, char* const argv[]) { // call returns, to terminate our reads if the other end closes their copy of the // file descriptor, but then hangs for some reason. There doesn't seem to be a good // way to do this, though. remote_end.clear(); remote_end.reset(); if (err != 0) { aerr << "Error dumping service info: (" << strerror(err) << ") " << service_name Loading