[Android] LibVLC: remove debug log
Thomas Guillem
git at videolan.org
Thu Mar 2 14:59:31 CET 2017
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 2 14:57:01 2017 +0100| [d5c86cfd5d7063181ad11ed6c9204dece7573fca] | committer: Thomas Guillem
LibVLC: remove debug log
> https://code.videolan.org/videolan/vlc-android/commit/d5c86cfd5d7063181ad11ed6c9204dece7573fca
---
libvlc/src/org/videolan/libvlc/AWindow.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/libvlc/src/org/videolan/libvlc/AWindow.java b/libvlc/src/org/videolan/libvlc/AWindow.java
index 564ed0b..fb413d8 100644
--- a/libvlc/src/org/videolan/libvlc/AWindow.java
+++ b/libvlc/src/org/videolan/libvlc/AWindow.java
@@ -390,7 +390,6 @@ public class AWindow implements IVLCVout {
@MainThread
private void onSurfaceDestroyed() {
- Log.e("lala", "onSurfaceDestroyed");
detachViews();
}
More information about the Android
mailing list