react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Pass StackTrace directly to Hermes ConsoleMessage

Open dannysu opened this issue 1 year ago • 1 comments

Summary: Hermes' ConsoleMessage constructor now accepts StackTrace, so the construction can be done in one go.

Changelog: [Internal]

Differential Revision: D56738060

dannysu avatar Apr 30 '24 00:04 dannysu

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,444,921 -12
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,817,874 +5
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: dd51b38101a329abdf5edb9218e4bcda585c48eb Branch: main

analysis-bot avatar Apr 30 '24 01:04 analysis-bot

Merged as https://github.com/facebook/react-native/commit/6262158c11709ea0cbc7603732608046296f39e0

javache avatar Jun 27 '24 20:06 javache