Merge "fix argument to CloseGuard.open()"

This commit is contained in:
Maciej Żenczykowski
2023-01-07 09:54:58 +00:00
committed by Gerrit Code Review

View File

@@ -610,7 +610,7 @@ public class IpSecManager {
} catch (RemoteException e) {
throw e.rethrowFromSystemServer();
}
mCloseGuard.open("constructor");
mCloseGuard.open("close");
}
/** Get the encapsulation socket's file descriptor. */
@@ -890,7 +890,7 @@ public class IpSecManager {
} catch (RemoteException e) {
throw e.rethrowFromSystemServer();
}
mCloseGuard.open("constructor");
mCloseGuard.open("close");
}
/**