[Android] remove native crash handler
Thomas Guillem
git at videolan.org
Thu Oct 13 10:11:39 CEST 2016
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Oct 13 10:09:29 2016 +0200| [ffbbb88081c8d4dcf2dd355f3cd157cf1c0bdc57] | committer: Thomas Guillem
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.
> https://code.videolan.org/videolan/vlc-android/commit/ffbbb88081c8d4dcf2dd355f3cd157cf1c0bdc57
---
libvlc/jni/Android.mk | 2 +-
libvlc/jni/libvlcjni.c | 12 --
libvlc/jni/native_crash_handler.c | 91 ------------
libvlc/jni/native_crash_handler.h | 29 ----
libvlc/jni/utils.h | 4 -
libvlc/src/org/videolan/libvlc/LibVLC.java | 16 ---
.../org/videolan/vlc/gui/NativeCrashActivity.java | 155 ---------------------
.../src/org/videolan/vlc/util/VLCInstance.java | 10 --
8 files changed, 1 insertion(+), 318 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/ffbbb88081c8d4dcf2dd355f3cd157cf1c0bdc57
More information about the Android
mailing list