Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
feat(config): logRuntimeDetail to enable verbose platform runtime logs#9959
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Could we do a string-based setting instead of a boolean? Something like |
NathanWalker commentedJul 18, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Good idea. Perhaps it could be an Array, for example:
We could add support for more in future. That way you could isolate areas or mix/match different detail or just view |
Uh oh!
There was an error while loading.Please reload this page.
PR Checklist
What is the current behavior?
No way to view verbose details around platform runtime calls.
What is the new behavior?
The
nativescript.config
has a new booleanlogRuntimeDetail
which can enable verbose platform runtime calls. This can reveal platform marshaling calls your app is making as well as reveal detail regarding classes and methods being invoked on the target platform runtime.Relies on thisruntime commit to engage.