[gnome-photos/wip/rishi/import-2: 2/7] debug: Add a debug flag to track importing from attached devices
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/import-2: 2/7] debug: Add a debug flag to track importing from attached devices
- Date: Mon, 12 Feb 2018 11:37:47 +0000 (UTC)
commit 646771096cb35c614c9488663551ba08975041ab
Author: Debarshi Ray <debarshir gnome org>
Date: Sat Feb 10 01:12:42 2018 +0100
debug: Add a debug flag to track importing from attached devices
https://gitlab.gnome.org/GNOME/gnome-photos/issues/29
src/photos-debug.c | 1 +
src/photos-debug.h | 9 +++++----
2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/src/photos-debug.c b/src/photos-debug.c
index a6c3da85..de808c14 100644
--- a/src/photos-debug.c
+++ b/src/photos-debug.c
@@ -38,6 +38,7 @@ photos_debug_init (void)
{ "application", PHOTOS_DEBUG_APPLICATION },
{ "dlna", PHOTOS_DEBUG_DLNA },
{ "gegl", PHOTOS_DEBUG_GEGL },
+ { "import", PHOTOS_DEBUG_IMPORT },
{ "memory", PHOTOS_DEBUG_MEMORY },
{ "network", PHOTOS_DEBUG_NETWORK },
{ "thumbnailer", PHOTOS_DEBUG_THUMBNAILER },
diff --git a/src/photos-debug.h b/src/photos-debug.h
index c71e3b5d..3df9635e 100644
--- a/src/photos-debug.h
+++ b/src/photos-debug.h
@@ -29,10 +29,11 @@ typedef enum
PHOTOS_DEBUG_APPLICATION = 1 << 0,
PHOTOS_DEBUG_DLNA = 1 << 1,
PHOTOS_DEBUG_GEGL = 1 << 2,
- PHOTOS_DEBUG_MEMORY = 1 << 3,
- PHOTOS_DEBUG_NETWORK = 1 << 4,
- PHOTOS_DEBUG_THUMBNAILER = 1 << 5,
- PHOTOS_DEBUG_TRACKER = 1 << 6
+ PHOTOS_DEBUG_IMPORT = 1 << 3,
+ PHOTOS_DEBUG_MEMORY = 1 << 4,
+ PHOTOS_DEBUG_NETWORK = 1 << 5,
+ PHOTOS_DEBUG_THUMBNAILER = 1 << 6,
+ PHOTOS_DEBUG_TRACKER = 1 << 7
} PhotosDebugFlags;
void photos_debug_init (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]