@Vibhu_Kinger Can u help me.
Is the problem reported by you is fixed/still observing?
I am also seeing same issue when ever i run adb commands via cod like mentioned below:
Here is my code
Runtime.getRuntime().exec(“adb shell svc data enable”);
when ever i run this code, app server stops and shows below error.
“
uncaughtException: Android bootstrap socket crashed: Error: read ECONNRESET
Error: Android bootstrap socket crashed: Error: read ECONNRESET
at Socket.socketClient.on.err (C:\Users\jsyamsundar\AppData\Roaming\npm\node_modules\appium\node
_modules\appium-android-driver\lib\bootstrap.js:97:21)
at Socket.emit (events.js:189:13)
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
[Logcat] Logcat terminated with code 0, signal null
[UiAutomator] UiAutomator exited unexpectedly with code 0, signal null
”