public abstract class KeychainHandle extends Handle
| Modifier and Type | Method and Description |
|---|---|
static void |
debugInfo()
Writes information about current handle allocation to
System.out. |
static void |
debugInfo(boolean showAllocation)
Writes information about current handle allocation to
System.out. |
boolean |
equals(java.lang.Object anotherHandle)
Equals method, for debugging purposes.
|
static void |
setExtendedDebugging(boolean extendedDebugging)
Turn on or off extended debugging information.
|
public static void debugInfo()
System.out.
This method is useful for debugging memory allocation and making sure
resources allocated in native code are being correctly released.
This method is not guaranteed to remain in future toolkit versions, it should be used in debug code only.
public static void debugInfo(boolean showAllocation)
System.out.
This method is useful for debugging memory allocation and making sure
resources allocated in native code are being correctly released.
This method is not guaranteed to remain in future toolkit versions, it should be used in debug code only.
showAllocation - Show where handles were allocated, if the information is available.public static void setExtendedDebugging(boolean extendedDebugging)
This method is not guaranteed to remain in future toolkit versions, it should be used in debug code only.
extendedDebugging -