util: Log static plugins meta data and used style#72
Merged
jonasschnelli merged 1 commit intobitcoin-core:masterfrom Jan 28, 2021
Merged
util: Log static plugins meta data and used style#72jonasschnelli merged 1 commit intobitcoin-core:masterfrom
jonasschnelli merged 1 commit intobitcoin-core:masterfrom
Conversation
Member
Author
|
cc @fanquake |
Member
|
Concept ACK |
1 similar comment
Contributor
|
Concept ACK |
promag
reviewed
Oct 1, 2020
laanwj
reviewed
Nov 12, 2020
Member
|
Concept ACK but I don't really see the point of JSON here. |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Jan 28, 2021
…d style 957895c util: Log static plugins meta data and style (Hennadii Stepanov) Pull request description: This PR is a follow-up of bitcoin#17826, and adds additional info about the imported static plugins and the used style to the `debug.log` I found useful for testing (e.g., with `QT_QPA_PLATFORM`, `QT_QPA_PLATFORMTHEME`, `QT_STYLE_OVERRIDE` variables) and debugging issues (e.g., bitcoin#19716 (comment)). The excerpt from the log: ``` 2020-11-15T18:41:45Z [main] Bitcoin Core version v0.20.99.0-f0b933f78 (release build) 2020-11-15T18:41:45Z [main] Qt 5.9.8 (static), plugin=xcb (static) 2020-11-15T18:41:45Z [main] Static plugins: 2020-11-15T18:41:45Z [main] QXcbIntegrationPlugin, version 329992 2020-11-15T18:41:45Z [main] Style: fusion / QFusionStyle ... ``` ACKs for top commit: jarolrod: ACK 957895c, Tested on macOS 11.1 jonasschnelli: utACK 957895c Tree-SHA512: 0e46db7560f380fbda8ce5e53faa5d419a456e90ca595ce46be8e3030c99d3a113586edad1988a97e9bf0279e944f975968ed1156817bc16723ed31c64850239
Member
|
Posthumous ACK |
DeckerSU
added a commit
to DeckerSU/KomodoOcean
that referenced
this pull request
Nov 15, 2021
TheComputerGenie
pushed a commit
to TheComputerGenie/KomodoOcean
that referenced
this pull request
Jan 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR is a follow-up of bitcoin/bitcoin#17826, and adds additional info about the imported static plugins and the used style to the
debug.logI found useful for testing (e.g., withQT_QPA_PLATFORM,QT_QPA_PLATFORMTHEME,QT_STYLE_OVERRIDEvariables) and debugging issues (e.g., bitcoin/bitcoin#19716 (comment)).The excerpt from the log: