export Log
external fun exportLog(logFile: String, albumName: String, completionCallback: (Int, String) -> Unit? = null): Int
Exports a log to public storage
Return
GemError.NoError If operation succeeds.
Parameters
log File
The file path to be exported.
album Name
Name of the album where the video files will be placed.