From 72b2cb0cf2f72edf6c072a9089048660dd2fcae1 Mon Sep 17 00:00:00 2001 From: Equip de Desenvolupadors de PBE Date: Wed, 5 Dec 2012 15:01:02 +0000 Subject: [PATCH] --- src/com/upc/pbe/upcnews/Directoris.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/upc/pbe/upcnews/Directoris.java b/src/com/upc/pbe/upcnews/Directoris.java index c8a83fd..fc7023c 100644 --- a/src/com/upc/pbe/upcnews/Directoris.java +++ b/src/com/upc/pbe/upcnews/Directoris.java @@ -121,6 +121,7 @@ public class Directoris extends Activity implements OnClickListener { try { ArrayList m3u8parsed = p.parseFile(m3u8); + Log.d(TAG, "parsed completed"); } catch (ErrorException e) { @@ -133,7 +134,7 @@ public class Directoris extends Activity implements OnClickListener { Toast.makeText(this, e.getMessage(), Toast.LENGTH_SHORT).show(); Log.d(TAG, e.getMessage()); } - } + } //VideoPlayer /* -- libgit2 0.22.2