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

Commit ad99ff57 authored by Ravneet Dhanjal's avatar Ravneet Dhanjal
Browse files

Camera: Add documentation for set-watchdog to camera service commands

Test: check "adb shell cmd media.camera" output
Bug: 292453023
Change-Id: I8062f23e4384f0d9e46c0e278e396642173d9acc
parent d3ddf3f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5889,6 +5889,8 @@ status_t CameraService::printHelp(int out) {
        "  clear-stream-use-case-override clear the stream use case override\n"
        "  set-zoom-override <-1/0/1> enable or disable zoom override\n"
        "      Valid values -1: do not override, 0: override to OFF, 1: override to ZOOM\n"
        "  set-watchdog <VALUE> enables or disables the camera service watchdog\n"
        "      Valid values 0=disable, 1=enable\n"
        "  watch <start|stop|dump|print|clear> manages tag monitoring in connected clients\n"
        "  help print this message\n");
}