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
Unknown Object (File)
Tue, Dec 31, 11:13 PM
Unknown Object (File)
Wed, Dec 25, 9:54 AM
Unknown Object (File)
Wed, Dec 25, 9:54 AM
Unknown Object (File)
Wed, Dec 25, 9:54 AM
Unknown Object (File)
Wed, Dec 25, 9:54 AM
Unknown Object (File)
Wed, Dec 25, 9:54 AM
Unknown Object (File)
Wed, Dec 25, 9:51 AM
Unknown Object (File)
Dec 9 2024, 6:44 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
No Lint Coverage
Unit
No Test Coverage

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.