[tracker-miners/wip/carlosg/test] add logging




commit c934c261453c1bff259e551a706c5a9fa2391a1d
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Oct 23 14:26:31 2020 +0200

    add logging

 src/tracker-control/tracker-miner-files-index.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/tracker-control/tracker-miner-files-index.c b/src/tracker-control/tracker-miner-files-index.c
index 75f15d2ed..accbb0b6d 100644
--- a/src/tracker-control/tracker-miner-files-index.c
+++ b/src/tracker-control/tracker-miner-files-index.c
@@ -202,9 +202,12 @@ tracker_miner_files_index_handle_index_location (TrackerDBusMinerFilesIndex *ske
                                                     file, graphs, index_flags);
 
        tracker_dbus_request_end (request, NULL);
+       g_message ("invocation %s(%p), refcount: %d", G_OBJECT_TYPE_NAME (invocation), invocation, G_OBJECT 
(invocation)->ref_count);
        g_dbus_method_invocation_return_value (invocation, NULL);
+       g_message ("invocation returned");
 
        g_object_unref (file);
+       g_message ("handle files end");
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]