#include <android/log.h>#include <sys/system_properties.h>#include <cstring>#include <optional>#include <string>#include <vector>#include "common/settings.h"#include "flutter/fml/command_line.h"#include "flutter/fml/file.h"#include "flutter/fml/logging.h"#include "flutter/fml/message_loop.h"#include "flutter/fml/platform/android/jni_util.h"#include "flutter/fml/platform/android/paths_android.h"#include "flutter/lib/ui/plugins/callback_cache.h"#include "flutter/runtime/dart_vm.h"#include "flutter/shell/common/switches.h"#include "flutter/shell/platform/android/android_context_vk_impeller.h"#include "flutter/shell/platform/android/android_rendering_selector.h"#include "flutter/shell/platform/android/context/android_context.h"#include "flutter/shell/platform/android/flutter_main.h"#include "impeller/base/validation.h"#include "impeller/toolkit/android/proc_table.h"#include "txt/platform.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Macros | |
| #define | FML_USED_ON_EMBEDDER |
Functions | |
| static void | flutter::PrefetchDefaultFontManager (JNIEnv *env, jclass jcaller) |
Variables | |
| constexpr int | flutter::kMinimumAndroidApiLevelForImpeller = 29 |
| const uint8_t | flutter::kPlatformStrongDill [] |
| const intptr_t | flutter::kPlatformStrongDillSize |
| static std::unique_ptr< FlutterMain > | flutter::g_flutter_main |
| #define FML_USED_ON_EMBEDDER |
Definition at line 5 of file flutter_main.cc.