How to use the android-emulator-webrtc/emulator.Logcat function in android-emulator-webrtc

To help you get started, we’ve selected a few android-emulator-webrtc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github google / android-emulator-container-scripts / js / src / components / logcat_view.js View on Github external
constructor(props) {
    super(props);
    const { uri, auth } = this.props;
    this.buffer = []
    this.logcat = new Logcat(uri, auth);
  }

android-emulator-webrtc

Android Emulator WebRTC module

Apache-2.0
Latest version published 1 year ago

Package Health Score

54 / 100
Full package analysis

Popular android-emulator-webrtc functions