Merge "DO not throw exception for ERROR_NO_SUCH_SLOT error"

This commit is contained in:
Chiachang Wang
2023-05-23 07:13:52 +00:00
committed by Gerrit Code Review
2 changed files with 15 additions and 4 deletions

View File

@@ -149,9 +149,7 @@ public abstract class SocketKeepalive implements AutoCloseable {
public static final int ERROR_INSUFFICIENT_RESOURCES = -32;
/**
* There was no such slot. This should only be internally as it indicates
* a programming error in the system server. It should not propagate to
* applications.
* There was no such slot, or no keepalive running on this slot.
* @hide
*/
@SystemApi