Flutter Engine
The Flutter Engine
|
The table of Android procs that are resolved dynamically. More...
#include <proc_table.h>
Public Member Functions | |
ProcTable () | |
~ProcTable () | |
ProcTable (const ProcTable &)=delete | |
ProcTable & | operator= (const ProcTable &)=delete |
bool | IsValid () const |
If a valid proc table could be setup. This may fail in case of setup on non-Android platforms. More... | |
bool | TraceIsEnabled () const |
Check if tracing in enabled in the process. This call can be made at any API level. More... | |
FOR_EACH_ANDROID_PROC (DEFINE_PROC) | |
The table of Android procs that are resolved dynamically.
Definition at line 94 of file proc_table.h.
impeller::android::ProcTable::ProcTable | ( | ) |
Definition at line 34 of file proc_table.cc.
|
default |
|
delete |
impeller::android::ProcTable::FOR_EACH_ANDROID_PROC | ( | DEFINE_PROC | ) |
bool impeller::android::ProcTable::IsValid | ( | ) | const |
If a valid proc table could be setup. This may fail in case of setup on non-Android platforms.
true
if valid. Definition at line 65 of file proc_table.cc.
bool impeller::android::ProcTable::TraceIsEnabled | ( | ) | const |
Check if tracing in enabled in the process. This call can be made at any API level.
Definition at line 69 of file proc_table.cc.