android/LogListener: cache the jmethodID

This commit is contained in:
Max Kellermann
2021-05-27 16:12:12 +02:00
parent a83bf97b98
commit 4db882f666
2 changed files with 7 additions and 8 deletions

View File

@@ -23,6 +23,8 @@
#include "java/Object.hxx"
class LogListener : public Java::GlobalObject {
jmethodID onLogMethod;
public:
LogListener(JNIEnv *env, jobject obj) noexcept;