Additional methods#
Log dump#
fun dumpLogs(
context: Context,
outputFile: File = File(context.filesDir, "logs.logcat")
)
Saves application logs to a file.
Saving a performance report#
fun saveToInternalStorage(context: Context, filename: String, content: String)
Saves the performance report to internal storage.
Getting the SDK version#
fun getVersion(): String
Returns the SHA-256 hash of the SDK version.