am ff7049ab: Remove some debug logging that I accidentally committed.
Merge commit 'ff7049ab2886acc73e145367118646f7741ce333' into gingerbread-plus-aosp * commit 'ff7049ab2886acc73e145367118646f7741ce333': Remove some debug logging that I accidentally committed.
This commit is contained in:
commit
26dad22920
@ -385,8 +385,6 @@ sp<Surface> Surface::readFromParcel(const Parcel& data) {
|
||||
if (surface == 0) {
|
||||
surface = new Surface(data, binder);
|
||||
sCachedSurfaces.add(binder, surface);
|
||||
} else {
|
||||
LOGW("Reusing surface!");
|
||||
}
|
||||
if (surface->mSurface == 0) {
|
||||
surface = 0;
|
||||
@ -1024,4 +1022,3 @@ bool Surface::BufferInfo::validateBuffer(const sp<GraphicBuffer>& buffer) const
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
}; // namespace android
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user