| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@rigor789 will the result of the splitted log be on the same line in the console? Like let s say it is a JSON.stringify which is splitted. Will you be able to copy it, paste it as a correct JSON string? |
Sorry, something went wrong.
|
@rigor789 i am intersted in testing this. Any chance to have an alpha runtime with this? |
Sorry, something went wrong.
|
@farfromrefug once the build finishes you can get the .tgz from the artifacts here: https://github.com/NativeScript/ios/actions/runs/5456662035 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
NSLog has a 1024 character limit, and anything beyond is truncated with <...>. This PR aims to split longer logs into multiple NSLog calls when necessary.
This is already possible on Android by setting the maxLogcatObjectSize boolean under the android key in the config.
The goal is to add a similar config option for iOS as well.
Todos:
closes NativeScript/NativeScript#8657