Issue is still reproduced on beta version (1.9.2-beta.2):
8-10-22 16:10:05:568 - info: [debug] [W3C (fa987f2e)] Encountered internal error running command: Error: Cannot parse the actual location values from the command output: Broadcasting: Intent { act=io.appium.settings.location flg=0x400000 cmp=io.appium.settings/.receivers.LocationInfoReceiver }
2018-10-22 16:10:05:568 - info: [debug] [W3C (fa987f2e)] Broadcast completed: result=0, data=""
2018-10-22 16:10:05:569 - info: [debug] [W3C (fa987f2e)] at ADB.<anonymous> (C:\Users\ihor.hanets\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\lib\tools\adb-commands.js:914:11)
2018-10-22 16:10:05:569 - info: [debug] [W3C (fa987f2e)] at Generator.next (<anonymous>)
2018-10-22 16:10:05:569 - info: [debug] [W3C (fa987f2e)] at asyncGeneratorStep (C:\Users\ihor.hanets\AppData\Roaming\npm\node_modules\appium\node_modules\@babel\runtime\helpers\asyncToGenerator.js:3:24)
2018-10-22 16:10:05:569 - info: [debug] [W3C (fa987f2e)] at _next (C:\Users\ihor.hanets\AppData\Roaming\npm\node_modules\appium\node_modules\@babel\runtime\helpers\asyncToGenerator.js:25:9)
2018-10-22 16:10:05:571 - info: [debug] [W3C (fa987f2e)] at <anonymous>
Code to reproduce:
Location location = new Location(50., 50., 0);
driver.setLocation(location);