splitDebugInfo property

String? splitDebugInfo
final

Path for split debug information storage.

Specifies where to store debug symbols when they are separated from the main binary. Used for symbolication of crash reports while keeping the main binary smaller.

Implementation

final String? splitDebugInfo;