summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-06 20:29:44 -0800
committerColin Cross <ccross@android.com>2014-02-06 20:29:44 -0800
commit94dcc94b16cc6c2a7aa02df2d0d6b8743d738d78 (patch)
tree56cdd5bda1b552f0c2cfc54efa0f44c4848c31ed /media/libstagefright/httplive
parentd66cd743525cc049033caa3e81cbdf74c72a4556 (diff)
downloadframeworks_av-94dcc94b16cc6c2a7aa02df2d0d6b8743d738d78.zip
frameworks_av-94dcc94b16cc6c2a7aa02df2d0d6b8743d738d78.tar.gz
frameworks_av-94dcc94b16cc6c2a7aa02df2d0d6b8743d738d78.tar.bz2
frameworks/av: fix errors inside ALOGV
Fix errors exposed by adding compile-time checking to disabled ALOGVs. Change-Id: I9602a4a485dffa3caad732c2a19ec0e41a0ac65b
Diffstat (limited to 'media/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/LiveSession.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/libstagefright/httplive/LiveSession.cpp b/media/libstagefright/httplive/LiveSession.cpp
index bd12ddc..233db44 100644
--- a/media/libstagefright/httplive/LiveSession.cpp
+++ b/media/libstagefright/httplive/LiveSession.cpp
@@ -632,9 +632,6 @@ sp<M3UParser> LiveSession::fetchPlaylist(
// playlist unchanged
*unchanged = true;
- ALOGV("Playlist unchanged, refresh state is now %d",
- (int)mRefreshState);
-
return NULL;
}