More specific log message in ListenActivity.java
This commit is contained in:
@@ -82,7 +82,7 @@ public class ListenActivity extends Activity {
|
|||||||
// applications).
|
// applications).
|
||||||
if (bindService(intent, connection, Context.BIND_AUTO_CREATE)) {
|
if (bindService(intent, connection, Context.BIND_AUTO_CREATE)) {
|
||||||
shouldUnbind = true;
|
shouldUnbind = true;
|
||||||
Log.i(TAG, "Bound service");
|
Log.i(TAG, "Bound listen service");
|
||||||
} else {
|
} else {
|
||||||
Log.e(TAG, "Error: The requested service doesn't " +
|
Log.e(TAG, "Error: The requested service doesn't " +
|
||||||
"exist, or this client isn't allowed access to it.");
|
"exist, or this client isn't allowed access to it.");
|
||||||
|
|||||||
Reference in New Issue
Block a user