Page MenuHomePhabricator

change thread operations utilities paths in XCode so that they can be debugged
ClosedPublic

Authored by marcin on Jul 19 2022, 2:40 AM.
Tags
None
Referenced Files
F3893774: D4572.diff
Sat, Jan 25, 3:08 AM
Unknown Object (File)
Thu, Jan 16, 12:48 AM
Unknown Object (File)
Sun, Jan 12, 11:39 AM
Unknown Object (File)
Sun, Jan 12, 11:38 AM
Unknown Object (File)
Sun, Jan 12, 11:35 AM
Unknown Object (File)
Sun, Jan 12, 11:30 AM
Unknown Object (File)
Sun, Jan 12, 11:27 AM
Unknown Object (File)
Sun, Jan 12, 11:26 AM

Details

Summary

When I started to work on ENG-1398 (https://linear.app/comm/issue/ENG-1398/ios-build-136-repeatedly-crashing) I wanted to add some breakpoints in ThreadOperations.cpp. However I noticed that after landind diffs that introduced MessageOperationsUtilities, this file stopped being visible from XCode. So I deleted it and add it once again. This time XCode correctly sees the file and breakpoint insertion is possible.

Test Plan

Check that we cannot see ThreadOperations.{h, cpp} in XCode on master branch, but we can see those files after patching this diff. Ensure that app compiles and we can debug those files

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Insert link to differential in commit message

This revision is now accepted and ready to land.Jul 19 2022, 3:07 AM

Rebase master before landing

This revision was landed with ongoing or failed builds.Jul 19 2022, 10:01 AM
This revision was automatically updated to reflect the committed changes.