Skip to content

Commit cc95ba5

Browse files
committed
update change log
1 parent f4920ac commit cc95ba5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212
- [java.lang.NullPointerException in Metadata generator(#13795)](https://github.com/NativeScript/android-runtime/issues/1379)
1313
- [Buffer() is deprecated(#1392)](https://github.com/NativeScript/android-runtime/pull/1392)
1414
- [Warnings when building android(#1396)](https://github.com/NativeScript/android-runtime/issues/1396)
15+
- [No JS stack on discardedError and unhandledError(#1354)](https://github.com/NativeScript/android-runtime/issues/1354)
16+
17+
## Breaking Changes
18+
19+
- Exception information in onDiscarderError and onUnhandledError is changed so that `message` contains the exception message and `stackTrace` contains only the stackTrace. In the previous implementation `stackTrace` contained some additional details (including the exception message) and the `message` was something like:
20+
21+
```
22+
The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
23+
```
1524
1625
5.4.0
1726
==

0 commit comments

Comments
 (0)