Skip to content

Standardize property attributes and refactor private properties.#302

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_949022418
Jul 17, 2026
Merged

Standardize property attributes and refactor private properties.#302
copybara-service[bot] merged 1 commit into
masterfrom
test_949022418

Conversation

@copybara-service

Copy link
Copy Markdown

Standardize property attributes and refactor private properties.

This change:

  • Explicitly adds nonatomic to properties where thread safety is not required, improving performance.
  • Adds atomic to class properties and other properties where thread safety is important.
  • Refactors private properties in ITRTestTraceRecorder to be instance variables.
  • Simplifies the EDODeviceDetector by removing a redundant started property and using the channel's existence.

This change:
*   Explicitly adds `nonatomic` to properties where thread safety is not required, improving performance.
*   Adds `atomic` to class properties and other properties where thread safety is important.
*   Refactors private properties in `ITRTestTraceRecorder` to be instance variables.
*   Simplifies the `EDODeviceDetector` by removing a redundant `started` property and using the channel's existence.

PiperOrigin-RevId: 949734296
@copybara-service
copybara-service Bot merged commit 51f78db into master Jul 17, 2026
@copybara-service
copybara-service Bot deleted the test_949022418 branch July 17, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants