Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start server manager simulator. Environment variables enabling debug logs for server can be used in this step Rialto Debug Control:

Code Block
languagebash
titleStart server manager simulator
RIALTO_DEBUG=5 SESSION_SERVER_ENV_VARS='XDG_RUNTIME_DIR=/tmp;RIALTO_SINKS_RANK=0;GST_REGISTRY=/tmp/rialto-server-gstreamer-cache.bin;WAYLAND_DISPLAY=westeros-cobalt;GST_DEBUG_DUMP_DOT_DIR=/tmp;GST_DEBUG=4' /usr/bin/RialtoServerManagerSim

...

Code Block
languagebash
titleRun YouTube app
RIALTO_DEBUG=5 RIALTO_SOCKET_PATH=/tmp/rialto-0 XDG_RUNTIME_DIR=/tmp WAYLAND_DISPLAY=westeros-cobalt LD_LIBRARY_PATH="$PWD/usr/lib" COBALT_CONTENT_DIR="$PWD/usr/share/content/data" RIALTO_CLIENT_BACKEND_LIB="/usr/lib/libRialtoClient.so" usr/bin/cobalt_bin

Rialto Debug Control environment variables can be used to enable client logs both for YT app and Conformance tests.