Merge "fix argument to CloseGuard.open()"
This commit is contained in:
@@ -610,7 +610,7 @@ public class IpSecManager {
|
|||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
throw e.rethrowFromSystemServer();
|
throw e.rethrowFromSystemServer();
|
||||||
}
|
}
|
||||||
mCloseGuard.open("constructor");
|
mCloseGuard.open("close");
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get the encapsulation socket's file descriptor. */
|
/** Get the encapsulation socket's file descriptor. */
|
||||||
@@ -890,7 +890,7 @@ public class IpSecManager {
|
|||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
throw e.rethrowFromSystemServer();
|
throw e.rethrowFromSystemServer();
|
||||||
}
|
}
|
||||||
mCloseGuard.open("constructor");
|
mCloseGuard.open("close");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user