Commit c2d4aad
Add @DoNotStripAny to JSTimerExecutor
Summary:
RNTester release build is crashing as following, this diff add DoNotStripAny to JSTimerExecutor to avoid over-stripping for release build.
{F1124087084}
Changelog:
[Android][Changed] - Add DoNotStripAny to JSTimerExecutor
Reviewed By: cortinico
Differential Revision: D50410412
fbshipit-source-id: 84ba72a43514cbf64270ac656c55c5a7aa0829481 parent abfdf2c commit c2d4aad
File tree
1 file changed
+3
-2
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments