summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-08-17 13:41:59 -0700
committerJames Dong <jdong@google.com>2012-08-17 13:51:09 -0700
commit53ae1640ffbfc690962f7f94694b02680c6f66cb (patch)
tree93f6e4232098ace9e3f8c3596fbd391628af9930 /media/libstagefright/httplive
parent02d3c328d2c127c26ab787aa95e5240e6b7ff223 (diff)
downloadframeworks_av-53ae1640ffbfc690962f7f94694b02680c6f66cb.zip
frameworks_av-53ae1640ffbfc690962f7f94694b02680c6f66cb.tar.gz
frameworks_av-53ae1640ffbfc690962f7f94694b02680c6f66cb.tar.bz2
Don't log streaming url.
o related-to-bug: 6994761 Change-Id: I79d5549a70b3bde67ddf496cfc6283ac92b1f569
Diffstat (limited to 'media/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/LiveSession.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/media/libstagefright/httplive/LiveSession.cpp b/media/libstagefright/httplive/LiveSession.cpp
index 0cddd2e..93d6429 100644
--- a/media/libstagefright/httplive/LiveSession.cpp
+++ b/media/libstagefright/httplive/LiveSession.cpp
@@ -167,11 +167,7 @@ void LiveSession::onConnect(const sp<AMessage> &msg) {
headers = NULL;
}
- if (!(mFlags & kFlagIncognito)) {
- ALOGI("onConnect '%s'", url.c_str());
- } else {
- ALOGI("onConnect <URL suppressed>");
- }
+ ALOGI("onConnect <URL suppressed>");
mMasterURL = url;