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