Skip to content

Commit 032dbee

Browse files
Added process count to app running check
1 parent 67eeabb commit 032dbee

File tree

1 file changed

+1
-1
lines changed
  • packages/flutter_test_runners/lib/src/platform_comms/ios

1 file changed

+1
-1
lines changed

packages/flutter_test_runners/lib/src/platform_comms/ios/xcrun.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Xcrun {
4040
}
4141

4242
final isAppRunning = output.contains(appBundleId);
43-
print("Is app running? $isAppRunning");
43+
print("Is app running? $isAppRunning - searched ${output.split("\n").length} running processes");
4444
return isAppRunning;
4545

4646
// print("Trying command through shell with '| grep'...");

0 commit comments

Comments
 (0)