summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/M3UParser.cpp
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-03-12 15:46:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-12 15:46:07 +0000
commitf4431278a9613f55ecd944ab2e3eb615b372f269 (patch)
treec49df7ba4d347f71cf8e328772ce689bdceec69a /media/libstagefright/httplive/M3UParser.cpp
parent708601d042ae2a927da2181f33da47d9b01ad411 (diff)
parent19afb3869eb6a3e3733dc1f7420e1d4c3c03d376 (diff)
downloadframeworks_av-f4431278a9613f55ecd944ab2e3eb615b372f269.zip
frameworks_av-f4431278a9613f55ecd944ab2e3eb615b372f269.tar.gz
frameworks_av-f4431278a9613f55ecd944ab2e3eb615b372f269.tar.bz2
am 19afb386: Merge "Remove streaming URI from default logs"
* commit '19afb3869eb6a3e3733dc1f7420e1d4c3c03d376': Remove streaming URI from default logs
Diffstat (limited to 'media/libstagefright/httplive/M3UParser.cpp')
-rw-r--r--media/libstagefright/httplive/M3UParser.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libstagefright/httplive/M3UParser.cpp b/media/libstagefright/httplive/M3UParser.cpp
index 4c2c1f4..ba6bb9a 100644
--- a/media/libstagefright/httplive/M3UParser.cpp
+++ b/media/libstagefright/httplive/M3UParser.cpp
@@ -797,8 +797,7 @@ status_t M3UParser::parseCipherInfo(
if (MakeURL(baseURI.c_str(), val.c_str(), &absURI)) {
val = absURI;
} else {
- ALOGE("failed to make absolute url for '%s'.",
- val.c_str());
+ ALOGE("failed to make absolute url for <URL suppressed>.");
}
}