We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142ebc7 commit eae4ba0Copy full SHA for eae4ba0
1 file changed
lib/appium_lib/common/command/ws_logcat.rb
@@ -15,6 +15,7 @@
15
module Appium
16
module Common
17
module Command
18
+ # TODO: Remove this implementation after dropping start_logs_broadcast
19
class WsLogcat < ::Appium::Core::WebSocket
20
def initialize(url:, output_file: 'logcat.log')
21
super(url: url)
0 commit comments