Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Draft
NathanWalker wants to merge2 commits intomain
base:main
Choose a base branch
Loading
fromfeat/config-log-runtime-detail

Conversation

NathanWalker
Copy link
Contributor

@NathanWalkerNathanWalker commentedJul 16, 2022
edited
Loading

PR Checklist

What is the current behavior?

No way to view verbose details around platform runtime calls.

What is the new behavior?

Thenativescript.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.

@cla-botcla-botbot added the cla: yes labelJul 16, 2022
@rigor789
Copy link
Member

Could we do a string-based setting instead of a boolean?

Something likeruntimeLogVerbosity and valuessilent | verbose?

@NathanWalker
Copy link
ContributorAuthor

NathanWalker commentedJul 18, 2022
edited
Loading

Could we do a string-based setting instead of a boolean?

Something likeruntimeLogVerbosity and valuessilent | verbose?

Good idea. Perhaps it could be an Array, for example:

runtimeLogVerbosity: ['interop', 'metadata']
or...
runtimeLogVerbosity: ['all']

runtimeLogVerbosity: Array<'all' | 'silent' | 'interop' | 'metadata'>

We could add support for more in future.

That way you could isolate areas or mix/match different detail or just viewall.

@NathanWalkerNathanWalker added this to the8.4 milestoneJul 25, 2022
@rigor789rigor789 marked this pull request as draftJuly 27, 2022 09:10
@NathanWalkerNathanWalker modified the milestones:8.4,8.5Nov 24, 2022
@NathanWalkerNathanWalker modified the milestones:8.5,9.0Mar 17, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
9.0
Development

Successfully merging this pull request may close these issues.

2 participants
@NathanWalker@rigor789

[8]ページ先頭

©2009-2025 Movatter.jp