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

Commit 6651aa74 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove ScopedLogSeverity for debugging"

parents 29017c10 926acb63
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -173,9 +173,6 @@ class FuseBridgeEntry {
    }

    FuseBridgeState ReadFromDevice(FuseBridgeLoopCallback* callback) {
        // To observe APCT failures.
        base::ScopedLogSeverity log_severity(base::VERBOSE);

        LOG(VERBOSE) << "ReadFromDevice";
        if (!buffer_.request.Read(device_fd_)) {
            return FuseBridgeState::kClosing;