onAttachDebugInfo method of the DebugLog interface
Reports the detailed debug information associated with the image. This method is only called if the onSaveImageBufferNV21 method returned a non-null identifier.
This method is to be implemented on the client side.
void onAttachDebugInfo(
String imageId,
String debugInfo
);
Parameters
- imageId
- The identifier of the image to which the debug information corresponds.
- debugInfo
- A string containing the detailed debug information.
3/2/2022 12:59:15 PM