[java-atk-wrapper] Add more debugging information



commit e2aaf42aaf0dfe9017fcfc5903ee5f95cb97d136
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Wed Aug 3 11:07:21 2022 +0200

    Add more debugging information

 jni/src/jawobject.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/jni/src/jawobject.c b/jni/src/jawobject.c
index 3769ad6..7cfdfd1 100644
--- a/jni/src/jawobject.c
+++ b/jni/src/jawobject.c
@@ -235,6 +235,8 @@ jaw_object_get_parent(AtkObject *atk_obj)
 
     if (parent_obj != NULL )
       return parent_obj;
+
+    g_warning("didn't find jaw for parent, returning null");
   }
 
   g_warning("didn't find parent, returning null");


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