Commit 3752f71
authored
react-native: fix previous sessions not being cleared (#306)
* react-native: change BacktraceDirectoryProvider.readDirSync to return filenames only on Android
* react-native: fix previous sessions not unlocked in BacktraceClient.initialize
---------
Co-authored-by: Sebastian Alex <[email protected]>1 parent bca776f commit 3752f71
File tree
2 files changed
+2
-3
lines changed- packages/react-native
- android/src/main/java/backtrace/library
- src
2 files changed
+2
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
0 commit comments