MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

test output log cluttered with telephony logs #504

Open CJonesBuild opened 3 years ago

CJonesBuild commented 3 years ago

Has there been consideration to disable (or have an option to disable) coretelephony? It's frequently clutters our log output log and I've never known of a use for it.

This is what I usually do for local tests which requires to be run each time you spawn a simulator. However, this isn't currently an option for tests run on CI: xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony

ob commented 3 years ago

I think running

log config --mode "level:off" --subsystem com.apple.CoreTelephony

via the --script-file flag would work.