Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adb_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static adb_service_t *adb_service_open(adb_client_t *client, const char *name, a
/* Search for logcat */
char *ptr = strstr(name, "exec logcat");
if (ptr) {
svc = logcat_service(client, name);
svc = logcat_service(client, ptr);
break;
}
#endif /* CONFIG_ADBD_LOGCAT_SERVICE */
Expand Down