[Resource-Encapsulation] Fixes for Android and Tizen platform
[contrib/iotivity.git] / service / resource-encapsulation / examples / android / RESampleClientApp / app / src / main / java / org / iotivity / service / sample / client / ResourceClientActivity.java
index cb1c742..bd22066 100644 (file)
@@ -95,7 +95,7 @@ public class ResourceClientActivity extends Activity
             Log.i(LOG_TAG, "onStateChanged");
 
             mHandler.obtainMessage(MSG_ID_PRINT_LOG,
-                    "Current Resource State : " + resourceState);
+                   "Current Resource State : " + resourceState).sendToTarget();
         }
     };