How to use the appium-adb.logger function in appium-adb

To help you get started, we’ve selected a few appium-adb 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 appium / appium / lib / devices / android / adb.js View on Github external
// Gets adb from npm package and setup logger
"use strict";

var ADB = require('appium-adb');

ADB.logger.init(require('../../server/logger').get('appium'));

module.exports = ADB;

appium-adb

Android Debug Bridge interface

Apache-2.0
Latest version published 3 days ago

Package Health Score

83 / 100
Full package analysis

Similar packages