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 67eeabb commit 032dbeeCopy full SHA for 032dbee
packages/flutter_test_runners/lib/src/platform_comms/ios/xcrun.dart
@@ -40,7 +40,7 @@ class Xcrun {
40
}
41
42
final isAppRunning = output.contains(appBundleId);
43
- print("Is app running? $isAppRunning");
+ print("Is app running? $isAppRunning - searched ${output.split("\n").length} running processes");
44
return isAppRunning;
45
46
// print("Trying command through shell with '| grep'...");
0 commit comments