Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / things-manager / sampleapp / android / Sample / src / com / tm / sample / DiagnosticListener.java
index 31132d8..9905015 100644 (file)
@@ -32,7 +32,7 @@ import android.util.Log;
  */
 public class DiagnosticListener implements IDiagnosticsListener {
 
-    private final String LOG_TAG = this.getClass().getSimpleName();
+    private final String LOG_TAG = "[TMSample] " + this.getClass().getSimpleName();
 
     @Override
     public void onRebootCallback(Vector<OcHeaderOption> headerOptions,