In the command below, how to use --split-debug-info=/<project-name>/<directory>
flutter build apk --obfuscate --split-debug-info=/<project-name>/<directory>
When I declare project-name & directory path then the path contains nothing after build.
The --split-debug-info flag specifies the directory where Flutter can output debug files. This command generates a symbol map.
So the directory defined, but where are the resulted symbol maps?