blob: 9afda54d8caaa90d755b9f0be5a909e145e7dda0 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/openscreen/src/platform/api/trace_logging_platform.h"
namespace openscreen {
bool IsTraceLoggingEnabled(TraceCategory::Value category) {
return false;
}
} // namespace openscreen