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

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

Merge changes from topic "presubmit-am-d589b3c0f6fc4255932ef5d96aff7719" into tm-mainline-prod

* changes:
  [automerge] Camera: Add timestamp associated with the dump. 2p: 71a0e057
  Camera: Add timestamp associated with the dump.
parents 072d7d87 82d06a10
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4450,7 +4450,8 @@ status_t CameraService::dump(int fd, const Vector<String16>& args) {
void CameraService::dumpOpenSessionClientLogs(int fd,
        const Vector<String16>& args, const String8& cameraId) {
    auto clientDescriptor = mActiveClientManager.get(cameraId);
    dprintf(fd, "  Device %s is open. Client instance dump:\n",
    dprintf(fd, "  %s : Device %s is open. Client instance dump:\n",
            getFormattedCurrentTime().string(),
            cameraId.string());
    dprintf(fd, "    Client priority score: %d state: %d\n",
        clientDescriptor->getPriority().getScore(),