summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/chromium_http
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-07-08 18:23:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-07-08 18:23:45 +0000
commit8eef093c213094c7efb655ef4d9e31439646bd7f (patch)
treeccaa3bfa58530e0bf7f5cbc55df46febb4622d47 /media/libstagefright/chromium_http
parent267363ee2836ff9bc18d7fdd93aaedf19de546ad (diff)
parent300df42a7f51f2666d7ef4e73ac04101bbbb11bb (diff)
downloadframeworks_av-8eef093c213094c7efb655ef4d9e31439646bd7f.zip
frameworks_av-8eef093c213094c7efb655ef4d9e31439646bd7f.tar.gz
frameworks_av-8eef093c213094c7efb655ef4d9e31439646bd7f.tar.bz2
Merge "libstagefright: Use LOG_BASIC when use chromium http stack"
Diffstat (limited to 'media/libstagefright/chromium_http')
-rw-r--r--media/libstagefright/chromium_http/support.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/chromium_http/support.cpp b/media/libstagefright/chromium_http/support.cpp
index 13ae3df..4e8e5f1 100644
--- a/media/libstagefright/chromium_http/support.cpp
+++ b/media/libstagefright/chromium_http/support.cpp
@@ -150,7 +150,7 @@ uint32 SfNetLog::NextID() {
}
net::NetLog::LogLevel SfNetLog::GetLogLevel() const {
- return LOG_ALL;
+ return LOG_BASIC;
}
////////////////////////////////////////////////////////////////////////////////