Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSLogger class and duplicate SET tags #4675

Merged
merged 19 commits into from
Jul 11, 2023
Prev Previous commit
Next Next commit
missing DEBUG
  • Loading branch information
tjzel committed Jul 5, 2023
commit a8af71c3e6b7abf4cd1b38167aaa58841b47af79
2 changes: 2 additions & 0 deletions Common/cpp/LayoutAnimations/LayoutAnimationsManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ class LayoutAnimationsManager {
bool cancelled /* = true */,
bool removeView /* = true */);
int findPrecedingViewTagForTransition(int tag);
#ifdef DEBUG
bool hasDuplicateSharedTag(int viewTag, int screenTag);
tjzel marked this conversation as resolved.
Show resolved Hide resolved
void initializeJSLogger(const std::shared_ptr<JSLogger> &jsLogger);
tjzel marked this conversation as resolved.
Show resolved Hide resolved
#endif
tjzel marked this conversation as resolved.
Show resolved Hide resolved

private:
std::unordered_map<int, std::shared_ptr<Shareable>> &getConfigsForType(
Expand Down