We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbc002 commit 6680fc2Copy full SHA for 6680fc2
Sources/OpenGraphCxx/DebugServer/interpose.c
@@ -15,6 +15,8 @@ extern bool os_variant_has_internal_diagnostics(const char *subsystem);
15
bool og_variant_has_internal_diagnostics(const char *subsystem) {
16
if (strcmp(subsystem, "org.OpenSwiftUIProject.OpenGraph") == 0) {
17
return true;
18
+ } else if (strcmp(subsystem, "com.apple.AttributeGraph") == 0) {
19
+ return true;
20
} else {
21
return os_variant_has_internal_diagnostics(subsystem);
22
}
0 commit comments