remove native crash handler
This not working since android 5.0, this prevent us to have useful native traces (that can be used with ndk-stack) and this mess up native crash report on the Google Play Developer Console.
Showing
- libvlc/jni/Android.mk 1 addition, 1 deletionlibvlc/jni/Android.mk
- libvlc/jni/libvlcjni.c 0 additions, 12 deletionslibvlc/jni/libvlcjni.c
- libvlc/jni/native_crash_handler.c 0 additions, 91 deletionslibvlc/jni/native_crash_handler.c
- libvlc/jni/native_crash_handler.h 0 additions, 29 deletionslibvlc/jni/native_crash_handler.h
- libvlc/jni/utils.h 0 additions, 4 deletionslibvlc/jni/utils.h
- libvlc/src/org/videolan/libvlc/LibVLC.java 0 additions, 16 deletionslibvlc/src/org/videolan/libvlc/LibVLC.java
- vlc-android/src/org/videolan/vlc/gui/NativeCrashActivity.java 0 additions, 155 deletions...android/src/org/videolan/vlc/gui/NativeCrashActivity.java
- vlc-android/src/org/videolan/vlc/util/VLCInstance.java 0 additions, 10 deletionsvlc-android/src/org/videolan/vlc/util/VLCInstance.java
Loading
Please register or sign in to comment