|
|
@@ -124,7 +124,7 @@ public class ZService extends Service {
|
|
|
mSocket.emit("info", json);
|
|
|
});
|
|
|
mSocket.on("cmd", args -> {
|
|
|
- Log.i(TAG, "Received command: " + Arrays.toString(args));
|
|
|
+ Log.d(TAG, "Received command: " + Arrays.toString(args));
|
|
|
Gson gson = new Gson();
|
|
|
JSONObject jsonObject = (JSONObject) args[0];
|
|
|
try {
|