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

Commit e453ea53 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "AdapterService: Make finalize() public" am: f8fd462a am: 67fd1d00

am: a16d9aa5

Change-Id: I6b418398c32f8c7bd1dd24318c7904cbbb475f43
parents fb809424 a16d9aa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2620,7 +2620,7 @@ public class AdapterService extends Service {
    private native void interopDatabaseAddNative(int feature, byte[] address, int length);

    @Override
    protected void finalize() {
    public void finalize() {
        debugLog("finalize() - clean up object " + this);
        cleanup();
        if (TRACE_REF) {