BinaryLogFile

class BinaryLogFile(context: Context, name: String) : FileOutputStream

Create a debug log on the SD card (if needed and allowed and app is configured for debugging (FIXME)

write strings to that file

Constructors

Link copied to clipboard
constructor(context: Context, name: String)