implement instrumentation

This commit is contained in:
Mis012
2024-11-30 18:57:03 +01:00
parent f61f200d7b
commit d5bc4ea9a6
61 changed files with 8723 additions and 58 deletions

View File

@@ -115,6 +115,7 @@ struct handle_cache {
} drawable;
struct {
jclass class;
jmethodID constructor;
jmethodID putExtraCharSequence;
} intent;
struct {
@@ -122,6 +123,11 @@ struct handle_cache {
jmethodID internalGetAssetManager;
jmethodID internalLoadChanged;
} webview;
struct {
jclass class;
jmethodID onCreate;
jmethodID start;
} instrumentation;
};
extern struct handle_cache handle_cache;