#include <lib/async-loop/cpp/loop.h>#include <lib/inspect/component/cpp/component.h>#include <lib/trace-provider/provider.h>#include <lib/trace/event.h>#include <cstdlib>#include "fml/message_loop.h"#include "fml/platform/fuchsia/log_interest_listener.h"#include "fml/platform/fuchsia/log_state.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 23 of file main.cc.
References fml::LogInterestListener::AsyncWaitForInterestChanged(), dart_utils::RootInspectNode::CreateRootChild(), fml::LogState::Default(), dart_utils::BuildInfo::Dump(), fml::MessageLoop::EnsureInitializedForCurrentThread(), fml::RefPtr< T >::get(), fml::MessageLoop::GetCurrent(), fml::MessageLoop::GetTaskRunner(), dart_utils::RootInspectNode::Initialize(), LOG_TAG, fml::MessageLoop::Run(), and fml::LogState::SetTags().