trace_event_binding.h 545 B

12345678910111213141516171819
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef BASE_ANDROID_TRACE_EVENT_BINDING_H_
  5. #define BASE_ANDROID_TRACE_EVENT_BINDING_H_
  6. namespace base {
  7. namespace android {
  8. namespace internal {
  9. constexpr const char kJavaTraceCategory[] = "Java";
  10. constexpr const char kToplevelTraceCategory[] = "toplevel";
  11. } // namespace internal
  12. } // namespace android
  13. } // namespace base
  14. #endif // BASE_ANDROID_TRACE_EVENT_BINDING_H_