From b88632c4837367d4eca7e3746b011f4cf2a5901f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 12 Jun 2025 23:51:13 +0200 Subject: idevicesyslog: Another small fix for device detection with ostrace --- tools/idevicesyslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 1c6e0c7..bd73f88 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -663,7 +663,7 @@ static void device_event_cb(const idevice_event_t* event, void* userdata) return; } if (event->event == IDEVICE_DEVICE_ADD) { - if (!syslog) { + if (!syslog && !ostrace) { if (!udid) { udid = strdup(event->udid); } -- cgit v1.1-32-gdbae