| // 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_ |