fix: chinese garbled characters #1617#1618
fix: chinese garbled characters #1617#1618mykola-mokhnach merged 3 commits intoappium:masterfrom jasonjiang9527:master
Conversation
src/main/java/io/appium/java_client/service/local/AppiumDriverLocalService.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/service/local/AppiumDriverLocalService.java
Show resolved
Hide resolved
| checkNotNull(consumer, "consumer parameter is NULL!"); | ||
| addOutPutStream(new OutputStream() { | ||
| StringBuilder lineBuilder = new StringBuilder(); | ||
| private ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); |
There was a problem hiding this comment.
should the property be final?
There was a problem hiding this comment.
yes , final is better
|
Could you please sign the CLA? |
|
will CLA affect my pr? |
|
I cannot merge it without CLA being signed |
|
👌i will do this later |
|
@mykola-mokhnach I am facing issue with latest java-client to launch appium service. Does anything changed around this? While trying to programmatically open appium server using java-client 8.0.0 I see below error msg: io.appium.java_client.service.local.AppiumServerHasNotBeenStartedLocallyException: The local appium server has not been started. The given Node.js executable: /usr/local/bin/appium Arguments: [/usr/local/lib/node_modules/appium/lib/appium.js, --port, 18384, --address, 0.0.0.0] Sample Start-up code(worked on java-client 8.0.0-beta version: service = AppiumDriverLocalService Appium Version Used: 1.20.0 and 1.22.0 |
fix #1617
Change list
avoid chinese garbled characters
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
xin the boxes that applyDetails
details #1617