set cmplog command-line argument to false by default

This commit is contained in:
Omree 2021-06-09 12:01:55 +03:00
parent 6f98bbe6cf
commit e8295988f2

View File

@ -206,7 +206,7 @@ impl Default for FridaOptions {
enable_coverage: true,
enable_drcov: false,
instrument_suppress_locations: None,
enable_cmplog: true,
enable_cmplog: false,
}
}
}