Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6feb4301 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android (Google) Code Review
Browse files

Merge "Frameworks/base: Remove UsageEvents finalizer" into mnc-dev

parents b6e00137 373fb409
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -372,13 +372,4 @@ public final class UsageEvents implements Parcelable {
            return new UsageEvents[size];
        }
    };

    @Override
    protected void finalize() throws Throwable {
        super.finalize();
        if (mParcel != null) {
            mParcel.recycle();
            mParcel = null;
        }
    }
}