cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

Unable to inspect app when opened through notification #175

Closed ds8k closed 7 years ago

ds8k commented 8 years ago

When clicking on a notification in Android (5.1.1, 6.0.1, 7.0) I'm unable to inspect the app as it launches if the app is already running. Logcat shows the following error:

9-19 09:54:00.556 14220 14639 E chromium: [ERROR:socket_libevent.cc(122)] bind() returned an error, errno=98: Address already in use
09-19 09:54:00.557 14220 14639 E chromium: [ERROR:unix_domain_server_socket_posix.cc(90)] Could not bind unix domain socket to com.ma.android_devtools_remote (with abstract namespace): Address already in use
09-19 09:54:00.557 14220 14639 E chromium: [ERROR:devtools_http_handler.cc(225)] Cannot start http server for devtools. Stop devtools
tsubik commented 7 years ago

Please look at StackOverflow, this is not plugin specific problem, but hybrid app android debugging issue.