set cmplog command-line argument to false by default
This commit is contained in:
parent
6f98bbe6cf
commit
e8295988f2
@ -206,7 +206,7 @@ impl Default for FridaOptions {
|
|||||||
enable_coverage: true,
|
enable_coverage: true,
|
||||||
enable_drcov: false,
|
enable_drcov: false,
|
||||||
instrument_suppress_locations: None,
|
instrument_suppress_locations: None,
|
||||||
enable_cmplog: true,
|
enable_cmplog: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user