logPath property

String? logPath
getter/setter pair

Field Meaning: Set the storage directory of the local log

Default log storage location:

  • iOS & Mac: sandbox Documents/log
  • Android:
    • 6.7 or below: /sdcard/log/liteav
    • 6.8 or above: /sdcard/Android/data/package name/files/log/liteav/

Implementation

String? logPath;