Diff between 377c1df2cb9a10181d38b6ce7f210e8bb64e6889 and aeed33339cf73e30de28dee2504f90ec169145c6
Changed Files
| File | Additions | Deletions | Status |
| android/test-ipc.c | +2 | -0 | modified |
Full Patch
diff --git a/android/test-ipc.c b/android/test-ipc.c
index 8af5739..d0f3f6b 100644
--- a/android/test-ipc.c
+++ b/android/test-ipc.c
@@ -82,6 +82,8 @@ static gboolean cmd_watch(GIOChannel *io, GIOCondition cond,
uint8_t buf[128];
int sk;
+ g_assert(test_data->expected_signal == 0);
+
if (cond & (G_IO_HUP | G_IO_ERR | G_IO_NVAL)) {
g_assert(FALSE);
return FALSE;