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