From 1debc66521f699bbf0a8eb80cababaef8bc63607 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 8 Jun 2010 15:40:56 -0700 Subject: fix [2751143] Device crashes when in a text box for too long --- libs/surfaceflinger/SurfaceFlinger.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/surfaceflinger/SurfaceFlinger.cpp') diff --git a/libs/surfaceflinger/SurfaceFlinger.cpp b/libs/surfaceflinger/SurfaceFlinger.cpp index 0f737745d2c9..49268588b5b2 100644 --- a/libs/surfaceflinger/SurfaceFlinger.cpp +++ b/libs/surfaceflinger/SurfaceFlinger.cpp @@ -1749,7 +1749,8 @@ ssize_t UserClient::getTokenForSurface(const sp& sur) const name = NO_MEMORY; } while(name >= 0); - //LOGD("getTokenForSurface(%p) => %d", sur->asBinder().get(), name); + //LOGD("getTokenForSurface(%p) => %d (client=%p, bitmap=%08lx)", + // sur->asBinder().get(), name, this, mBitmap); return name; } -- cgit v1.2.3-59-g8ed1b