#include <lib/async-loop/cpp/loop.h>#include <lib/async-loop/default.h>#include <lib/inspect/component/cpp/component.h>#include <lib/trace-provider/provider.h>#include <lib/trace/event.h>#include "dart_runner.h"#include "flutter/fml/logging.h"#include "flutter/fml/platform/fuchsia/log_interest_listener.h"#include "flutter/fml/platform/fuchsia/log_state.h"#include "flutter/fml/trace_event.h"#include "logging.h"#include "platform/utils.h"#include "runtime/dart/utils/build_info.h"#include "runtime/dart/utils/files.h"#include "runtime/dart/utils/root_inspect_node.h"#include "runtime/dart/utils/tempfs.h"#include "third_party/dart/runtime/include/dart_api.h"Go to the source code of this file.
Functions | |
| static void | RegisterProfilerSymbols (const char *symbols_path, const char *dso_name) |
| int | main (int argc, const char **argv) |
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 38 of file main.cc.
References fml::LogInterestListener::AsyncWaitForInterestChanged(), dart_utils::RootInspectNode::CreateRootChild(), fml::LogState::Default(), dart_utils::BuildInfo::Dump(), dart_utils::RootInspectNode::Initialize(), LOG_TAG, RegisterProfilerSymbols(), and fml::LogState::SetTags().
|
static |
Definition at line 26 of file main.cc.
References FML_CHECK, FML_LOG, and dart_utils::ReadFileToString().
Referenced by main().