Add new flags to asset stream manager (#10)

- Add --config-file option defining Json configuration file for asset stream manager
- Add log_dir flag for log folder
- Remove unused functions from SdkUtils
- Fix build issue in cdc_fuse_fs
This commit is contained in:
wurwunchik
2022-11-22 12:05:48 +01:00
committed by GitHub
parent 0252d51cc0
commit b2c011cc0d
6 changed files with 32 additions and 73 deletions

View File

@@ -91,7 +91,6 @@ cc_library(
"//common:port_manager",
"//common:process",
"//common:remote_util",
"//common:sdk_util",
"//common:status",
"//common:status_macros",
"//common:threadpool",