Files
ce_cdm/oemcrypto/test/fuzz_tests/oemcrypto_fuzz_helper.cc
2020-07-24 14:30:03 -07:00

9 lines
314 B
C++

// Copyright 2020 Google LLC. All Rights Reserved. This file and proprietary
// source code may only be used and distributed under the Widevine Master
// License Agreement.
#include "oemcrypto_fuzz_helper.h"
namespace wvoec {
void RedirectStdoutToFile() { freopen("log.txt", "a", stdout); }
} // namespace wvoec