Skip to content

Commit

Permalink
Try to bring back logging for iOS 10 devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
florianf committed Nov 14, 2016
1 parent e1d9352 commit 988c9fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ private Launcher createIOSDevLauncher(LaunchParameters launchParameters)
if (env == null) {
env = new HashMap<>();
}
//Fix for #71, see http://stackoverflow.com/questions/37800790/hide-strange-unwanted-xcode-8-logs
env.put("OS_ACTIVITY_DT_MODE", "");

AppLauncher launcher = new AppLauncher(device, getAppDir()) {
protected void log(String s, Object... args) {
Expand Down

0 comments on commit 988c9fb

Please sign in to comment.