-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to print full log. #8657
Add an option to print full log. #8657
Comments
On Android you can set the "android": {
"v8Flags": "--expose_gc",
"markingMode": "none",
"maxLogcatObjectSize": 10000
}, On iOS - I'm not aware of a flag, but you can check the logs in the chrome debugger, and it should not truncate them! |
Looked into this again today, Apple's Will think about an alternative, but low priority. |
@rigor789 here is a simple workaround for iOS https://stackoverflow.com/questions/17280264/maximum-size-a-nslog-can-print#42674570 |
@farfromrefug don't think that would work - but can certainly try it. The main issue why I think it wouldn't work is because it may not be printed the same way (the syslog style) and the CLI wouldn't see the logs. |
not sure but I know o do see syslogs when running app on device. |
I'm going to keep this open as the referenced PR improves some things but there's more that can be done here. |
@NathanWalker what s the relation here? how does the params for logs fixes this one? |
Not much relation other than log related. It was referenced on pr and auto close on merge, thus why I reopened this. |
@NathanWalker ok sorry misunderstood |
Is your feature request related to a problem? Please describe.
Sometimes I want to track an issue by using
console.log
, the console could only print part of the logs, if its too long it would be omitted like this.Describe the solution you'd like
Add an option to print full log
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: