aboutsummaryrefslogtreecommitdiff
path: root/system/OpenglSystemCommon/HostConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/OpenglSystemCommon/HostConnection.cpp')
-rw-r--r--system/OpenglSystemCommon/HostConnection.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/OpenglSystemCommon/HostConnection.cpp b/system/OpenglSystemCommon/HostConnection.cpp
index 9d41be4a..60a47160 100644
--- a/system/OpenglSystemCommon/HostConnection.cpp
+++ b/system/OpenglSystemCommon/HostConnection.cpp
@@ -617,11 +617,6 @@ std::unique_ptr<HostConnection> HostConnection::connect(uint32_t capset_id) {
(unsigned int *)con->m_stream->allocBuffer(sizeof(unsigned int));
*pClientFlags = 0;
con->m_stream->commitBuffer(sizeof(unsigned int));
-
- ALOGD("HostConnection::get() New Host Connection established %p, tid %d\n",
- con.get(), getCurrentThreadId());
-
- // ALOGD("Address space echo latency check done\n");
return con;
}
@@ -667,7 +662,6 @@ void HostConnection::exitUnclean() {
// static
std::unique_ptr<HostConnection> HostConnection::createUnique(uint32_t capset_id) {
- ALOGD("%s: call\n", __func__);
return connect(capset_id);
}