[Android] libvlcjni: add missing RuntimeException field

Thomas Guillem git at videolan.org
Fri Aug 24 17:12:10 CEST 2018


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Aug 24 17:11:23 2018 +0200| [17165cd2632edb88cb8cac973646985d24ef77e5] | committer: Thomas Guillem

libvlcjni: add missing RuntimeException field

> https://code.videolan.org/videolan/vlc-android/commit/17165cd2632edb88cb8cac973646985d24ef77e5
---

 libvlc/jni/utils.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libvlc/jni/utils.h b/libvlc/jni/utils.h
index 9ac49710d..155c2bc76 100644
--- a/libvlc/jni/utils.h
+++ b/libvlc/jni/utils.h
@@ -33,6 +33,9 @@ struct fields {
     struct {
         jclass clazz;
     } IllegalArgumentException;
+    struct {
+        jclass clazz;
+    } RuntimeException;
     struct {
         jclass clazz;
     } OutOfMemoryError;



More information about the Android mailing list