blob: faf9946a3e56fb320f2b18c1aa8753e72117688e [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_EMBEDDER_LOGGING_H_
#define SRC_EMBEDDER_LOGGING_H_
namespace embedder {
// TODO(akbiggs): Pick a more appropriate log tag based on the Flutter app name.
constexpr char kLogTag[] = "flutter_embedder";
} // namespace embedder
namespace embedder_testing {
constexpr char kLogUnittestTag[] = "flutter_embedder_unittest";
} // namespace embedder_testing
#endif // SRC_EMBEDDER_LOGGING_H_