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 /*