#include <lib/async-loop/cpp/loop.h>#include <lib/inspect/component/cpp/component.h>#include <lib/syslog/cpp/log_settings.h>#include <lib/trace-provider/provider.h>#include <lib/trace/event.h>#include <cstdlib>#include "fml/message_loop.h"#include "lib/async/default.h"#include "logging.h"#include "platform/utils.h"#include "runner.h"#include "runtime/dart/utils/build_info.h"#include "runtime/dart/utils/root_inspect_node.h"#include "runtime/dart/utils/tempfs.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char const *argv[]) |
| int main | ( | int | argc, |
| char const * | argv[] | ||
| ) |
Definition at line 22 of file main.cc.
References dart_utils::RootInspectNode::CreateRootChild(), dart_utils::BuildInfo::Dump(), fml::MessageLoop::EnsureInitializedForCurrentThread(), fml::RefPtr< T >::get(), fml::MessageLoop::GetCurrent(), fml::MessageLoop::GetTaskRunner(), dart_utils::RootInspectNode::Initialize(), LOG_TAG, and fml::MessageLoop::Run().