android: add LogListener
A Java object to send logs on the android side.
This commit is contained in:

committed by
Max Kellermann

parent
5af2632d4f
commit
aff070bcbb
@ -25,7 +25,10 @@ class Context;
|
||||
struct Instance;
|
||||
|
||||
#ifdef ANDROID
|
||||
#include "android/LogListener.hxx"
|
||||
|
||||
extern Context *context;
|
||||
extern LogListener *logListener;
|
||||
#endif
|
||||
|
||||
extern Instance *instance;
|
||||
|
Reference in New Issue
Block a user