summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ARTSPConnection.cpp
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-03-12 20:34:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-12 20:34:55 +0000
commitfca092d953e04c7169242200f0ddb914a9f54ea4 (patch)
treed2f450bd5cecda7ce63e89d9f36b5877933115ad /media/libstagefright/rtsp/ARTSPConnection.cpp
parent7f7ccb9e923a8b8e87b8866dede3eafbbbeb11a1 (diff)
parentf4431278a9613f55ecd944ab2e3eb615b372f269 (diff)
downloadframeworks_av-fca092d953e04c7169242200f0ddb914a9f54ea4.zip
frameworks_av-fca092d953e04c7169242200f0ddb914a9f54ea4.tar.gz
frameworks_av-fca092d953e04c7169242200f0ddb914a9f54ea4.tar.bz2
am f4431278: am 19afb386: Merge "Remove streaming URI from default logs"
* commit 'f4431278a9613f55ecd944ab2e3eb615b372f269': Remove streaming URI from default logs
Diffstat (limited to 'media/libstagefright/rtsp/ARTSPConnection.cpp')
-rw-r--r--media/libstagefright/rtsp/ARTSPConnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/rtsp/ARTSPConnection.cpp b/media/libstagefright/rtsp/ARTSPConnection.cpp
index 4054da6..cc3b63c 100644
--- a/media/libstagefright/rtsp/ARTSPConnection.cpp
+++ b/media/libstagefright/rtsp/ARTSPConnection.cpp
@@ -239,7 +239,7 @@ void ARTSPConnection::onConnect(const sp<AMessage> &msg) {
// right here, since we currently have no way of asking the user
// for this information.
- ALOGE("Malformed rtsp url %s", url.c_str());
+ ALOGE("Malformed rtsp url <URL suppressed>");
reply->setInt32("result", ERROR_MALFORMED);
reply->post();