• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef BASE_ANDROID_TRACE_EVENT_BINDING_H_
6 #define BASE_ANDROID_TRACE_EVENT_BINDING_H_
7 
8 namespace base {
9 namespace android {
10 namespace internal {
11 
12 constexpr const char kJavaTraceCategory[] = "Java";
13 constexpr const char kToplevelTraceCategory[] = "toplevel,Java";
14 
15 }  // namespace internal
16 }  // namespace android
17 }  // namespace base
18 
19 #endif  // BASE_ANDROID_TRACE_EVENT_BINDING_H_
20