flutter_flutter/shell/tracing_controller.h
Adam Barth 6d1228a2f3 Enable tracing in SkyShell
This CL teaches shelldb how to trace SkyShell.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1027903002
2015-03-20 14:16:43 -07:00

20 lines
496 B
C++

// Copyright 2015 The Chromium 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 SKY_SHELL_TRACING_CONTROLLER_H_
#define SKY_SHELL_TRACING_CONTROLLER_H_
#include "base/android/jni_weak_ref.h"
#include "base/android/scoped_java_ref.h"
namespace sky {
namespace shell {
bool RegisterTracingController(JNIEnv* env);
} // namespace shell
} // namespace sky
#endif // SKY_SHELL_TRACING_CONTROLLER_H_