Commit 597fe66
avoid excessive logs in C++ Animated (#52992)
Summary:
Pull Request resolved: #52992
changelog: [internal]
do not log on every frame to make logs more readable. The callbacks are only set during construction and there is no value in logging on every commit props.
Reviewed By: rshest
Differential Revision: D79436988
fbshipit-source-id: 26c6cbadd5ae0efa8575c7f85e4c0d90e2ef62151 parent 9c8a4c2 commit 597fe66
1 file changed
Lines changed: 20 additions & 9 deletions
File tree
- packages/react-native/ReactCxxPlatform/react/renderer/animated
Lines changed: 20 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
75 | 90 | | |
76 | 91 | | |
77 | 92 | | |
| |||
876 | 891 | | |
877 | 892 | | |
878 | 893 | | |
879 | | - | |
880 | 894 | | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | 895 | | |
885 | 896 | | |
| 897 | + | |
| 898 | + | |
886 | 899 | | |
887 | 900 | | |
888 | 901 | | |
889 | 902 | | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | 903 | | |
895 | 904 | | |
| 905 | + | |
| 906 | + | |
896 | 907 | | |
897 | 908 | | |
898 | 909 | | |
| |||
0 commit comments