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

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

Merge "Camera service: Clean up dump() command indenting."

parents 12eb3158 8131418c
Loading
Loading
Loading
Loading
+143 −142
Original line number Diff line number Diff line
@@ -2750,7 +2750,9 @@ status_t CameraService::dump(int fd, const Vector<String16>& args) {
                getCallingPid(),
                getCallingUid());
        write(fd, result.string(), result.size());
    } else {
        return NO_ERROR;
    }

    bool locked = tryLock(mServiceLock);
    // failed to lock - CameraService is probably deadlocked
    if (!locked) {
@@ -2920,7 +2922,6 @@ status_t CameraService::dump(int fd, const Vector<String16>& args) {
            }
        }
    }
    }
    return NO_ERROR;
}