CallDebugInfo Class

  • java.lang.Object
    • com.azure.android.communication.calling.CallDebugInfo

public class CallDebugInfo

DebugInfo such as Blog file locations

Method Summary

Modifier and Type Method and Description
void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

List<java.io.File> getSupportFiles()

Retrieves a list of support files, primarily log files intended for sharing with support.

Method Details

finalize

protected void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

getSupportFiles

public List getSupportFiles()

Retrieves a list of support files, primarily log files intended for sharing with support.

Returns:

A list ofjava.io.File 

</code> objects representing the support files. If no files are found, an empty list is returned. </p>

Applies to