Error on genymotion power_supply
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Im using genymotion to emulate my cordova app, and the logcat shows me this error every time. E/Genymotion( 459): Could not open '/sys/class/power_supply/genymotion_fake_path/present' To run my app I'm using a shell command: cordova build && adb install -r platforms\android\bin\Example-debug.apk && adb shell am start -n br.com.example/br.com.example.Example And to see the logcat I'm using: adb logcat 回答1: Android tools allows you to filter the log output. Your can use DDMS to show the logs and add a filter corresponding to your app. Fill the