Constant re_sdk::recording_stream::ENV_FORCE_SAVE
source · const ENV_FORCE_SAVE: &str = "_RERUN_TEST_FORCE_SAVE";
Expand description
Private environment variable meant for tests.
When set, all recording streams will write to disk at the path indicated by the env-var rather
than doing what they were asked to do - connect()
, buffered()
, even save()
will re-use the same sink.