Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0974d78 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Rename unique_fd::clear to unique_fd::reset." am: f9f04003 am: 44bd6ca0 am: d1a3db64

am: ebbfaf3f

Change-Id: I85eda7ff3e72efefc378770276a6ba8db651b252
parents eef9225b ebbfaf3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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