Title: [243803] trunk/Tools
- Revision
- 243803
- Author
- [email protected]
- Date
- 2019-04-03 09:39:58 -0700 (Wed, 03 Apr 2019)
Log Message
[ews] Clean out ~/Library/Logs/CoreSimulator/ on reboot
https://bugs.webkit.org/show_bug.cgi?id=196540
Reviewed by Aakash Jain.
* EWSTools/start-queue-mac.sh: Remove CoreSimulator logs.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (243802 => 243803)
--- trunk/Tools/ChangeLog 2019-04-03 16:30:15 UTC (rev 243802)
+++ trunk/Tools/ChangeLog 2019-04-03 16:39:58 UTC (rev 243803)
@@ -1,3 +1,12 @@
+2019-04-03 Jonathan Bedard <[email protected]>
+
+ [ews] Clean out ~/Library/Logs/CoreSimulator/ on reboot
+ https://bugs.webkit.org/show_bug.cgi?id=196540
+
+ Reviewed by Aakash Jain.
+
+ * EWSTools/start-queue-mac.sh: Remove CoreSimulator logs.
+
2019-04-03 Wenson Hsieh <[email protected]>
Add plumbing for a compatibility mode preference in WebKit
Modified: trunk/Tools/EWSTools/start-queue-mac.sh (243802 => 243803)
--- trunk/Tools/EWSTools/start-queue-mac.sh 2019-04-03 16:30:15 UTC (rev 243802)
+++ trunk/Tools/EWSTools/start-queue-mac.sh 2019-04-03 16:39:58 UTC (rev 243803)
@@ -66,6 +66,7 @@
/bin/rm -rf ~/Library/Developer/CoreSimulator/Devices/*
/usr/bin/sudo /usr/bin/killall -9 com.apple.CoreSimulator.CoreSimulatorServer
/usr/bin/xcrun simctl delete unavailable
+/bin/rm -rf ~/Library/Logs/CoreSimulator/*
cd $WEBKIT_HOME
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes