OSDN Git Service

NIKON対応途中。
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / ptpip / wrapper / command / PtpIpCommandPublisher.java
index e1672bb..72f9d4d 100644 (file)
@@ -61,6 +61,7 @@ public class PtpIpCommandPublisher implements IPtpIpCommandPublisher, IPtpIpComm
     {
         try
         {
+            Log.v(TAG, " connect()");
             socket = new Socket(ipAddress, portNumber);
             return (true);
         }
@@ -129,6 +130,7 @@ public class PtpIpCommandPublisher implements IPtpIpCommandPublisher, IPtpIpComm
             return;
         }
         isStart = true;
+        Log.v(TAG, " start()");
 
         Thread thread = new Thread(new Runnable()
         {