blob: 84eee0a913d7161b20d40e09c3fe95567b7acfd7 [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
#endif // SRC_EMBEDDER_LOGGING_H_