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

Commit a267836b authored by Myles Watson's avatar Myles Watson
Browse files

AdapterService: Make finalize() public

Bug: 70633745
Test: GCE HFP Instrumentation tests
Change-Id: Iafc7036849f4a2dbf3540f3104d8cf2db9aa21fe
parent b86205f9
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) {