This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flutter.
Summary
--split-debug-info=
In a release build, this flag reduces application size by storing Dart program symbols in a
file on the host rather than in the application.The value of the flag should be a directory where
program symbol files can be stored for later use. These symbol files contain the information needed to
symbolize Dart stack traces. For an app built with this flag, the "flutter symbolize" command with the
right program symbol file is required to obtain a human readable stack trace.
This flag cannot be combined with "--analyze-size".
- Assembly
- Cake
.Flutter .dll - Namespace
- Cake
.Flutter - Containing Type
- Flutter
Build App Bundle Settings
Syntax
public DirectoryPath SplitDebugInfo { get; set; }
Value
Type | Description |
---|---|
DirectoryPath |