Skip to content
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

Improve log readability #1033

Merged
merged 3 commits into from
Sep 29, 2024
Merged

Commits on Sep 28, 2024

  1. remove lots of "discarding event type" lines from the debug log

    200 lines of "discarding event type %d" on capture_image in the log is not
    helpful. Replace with one line "discarding %d EOS events".
    axxel committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1dd294e View commit details
    Browse the repository at this point in the history
  2. ptp2: make ptp_debug_data output easier to parse at a glance

     * replace "00 " with " - "
     * don't repeat lines with all zeros
    
    e.g.:
    ```
    event 146: EOS prop d212 value changed, size 408 ((null))
        0x000: 0a  -  -  - 01  -  -  -  -  -  -  -  -  -  -  -
        0x010:  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
        [...]:
        0x190:  -  -  -  -  -  -  -  -
    ```
    axxel committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    57e3f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8139556 View commit details
    Browse the repository at this point in the history