Do not log surface destroy by default
am: ad23b3fa11
Change-Id: I91303c5855ac0733a1de0c303236070d87089b85
This commit is contained in:
@@ -153,9 +153,9 @@ class WindowSurfaceController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void destroyInTransaction() {
|
void destroyInTransaction() {
|
||||||
// if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
|
if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
|
||||||
Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(8));
|
Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(8));
|
||||||
// }
|
}
|
||||||
try {
|
try {
|
||||||
if (mSurfaceControl != null) {
|
if (mSurfaceControl != null) {
|
||||||
mSurfaceControl.destroy();
|
mSurfaceControl.destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user