Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Support syslog broadcast with iOS#871

Merged
SrinivasanTarget merged 2 commits intoappium:masterappium/java-client:masterfrom
mykola-mokhnach:ios_syslogmykola-mokhnach/java-client:ios_syslogCopy head branch name to clipboard
Apr 30, 2018
Merged

Support syslog broadcast with iOS#871
SrinivasanTarget merged 2 commits intoappium:masterappium/java-client:masterfrom
mykola-mokhnach:ios_syslogmykola-mokhnach/java-client:ios_syslogCopy head branch name to clipboard

Conversation

@mykola-mokhnach
Copy link
Contributor

Change list

Based on appium/appium-xcuitest-driver#653

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

import java.util.Collections;
import java.util.function.Consumer;

public interface ListensToSyslogMessages extends ExecutesMethod {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mykola-mokhnach Its same as Logcat Listerners which you have added some time back. Any reason why both are separate interfaces apart from naming convention of Logcat for Android and Syslog for iOS? Do you forcast anything in future where we will have it in android and not in iOS or viceviz.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I think something may change there, so we keep it separate for both platforms. Would you prefer to combine the interfaces?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its fine

@TikhomirovSergey
Copy link
Contributor

I am waiting for @SrinivasanTarget 's approval because I can't check iOS part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.