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

ios_logging: Fix some smaller issues, add unit test #32321

Merged
merged 5 commits into from
Oct 31, 2017
Merged

ios_logging: Fix some smaller issues, add unit test #32321

merged 5 commits into from
Oct 31, 2017

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    32fcee8 View commit details
    Browse the repository at this point in the history
  2. ios_logging: Fix traceback when setting buffered destination without …

    …size
    
    When the size parameter is not configured while configuring the buffered
    destination, a traceback occurs due to the fact that validate_size expects the
    parameter to be an int. Explicitely converting value to int makes the
    check work for every case.
    paneu committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    959346f View commit details
    Browse the repository at this point in the history
  3. ios_logging: Update size parameter documentation

    Update the documentation of the size paramter to reflect the current behaviour
    of setting a default of 4096 for the buffered dest.
    paneu committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e049eef View commit details
    Browse the repository at this point in the history
  4. ios_logging: Add unit test

    Add unit test for ios_logging testing the behaviour clarified in the previous
    commits.
    paneu committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    7fe1c13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f47209 View commit details
    Browse the repository at this point in the history