From edb1e523f0344d3d9bfe194cf383db0c9a052708 Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Fri, 17 Feb 2023 21:12:51 +0000 Subject: Remove verbose HostConnection debug logs Bug: 269781514 Test: None Change-Id: I11852471eb7f33d57dda55ac80761628998f56f8 Merged-In: I11852471eb7f33d57dda55ac80761628998f56f8 --- system/OpenglSystemCommon/HostConnection.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/system/OpenglSystemCommon/HostConnection.cpp b/system/OpenglSystemCommon/HostConnection.cpp index 8399f2ad..d0fb78e9 100644 --- a/system/OpenglSystemCommon/HostConnection.cpp +++ b/system/OpenglSystemCommon/HostConnection.cpp @@ -553,11 +553,6 @@ std::unique_ptr HostConnection::connect() { (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; } @@ -599,7 +594,6 @@ void HostConnection::exitUnclean() { // static std::unique_ptr HostConnection::createUnique() { - ALOGD("%s: call\n", __func__); return connect(); } -- cgit v1.2.3