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

Switch to ProcessHandle for getting the PID #14842

Merged
merged 3 commits into from
Feb 17, 2022

Commits on Feb 16, 2022

  1. RELNOTES: Refactor system suspend event handling.

    We are looking to add more build anomaly reporting, so refactor the current system suspend handling to match the new model where we have a module and an event that we can record.
    
    Note this deprecates the AnomalyRecord out of BES for the time being.
    
    PiperOrigin-RevId: 409502784
    dmaclach authored and Wyverald committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    88e598f View commit details
    Browse the repository at this point in the history
  2. Switch to ProcessHandle for getting the pid.

    Uses new Java API instead of a native method.
    
    PiperOrigin-RevId: 409973910
    justinhorvitz authored and Wyverald committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    80a1b65 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. fix test

    Wyverald committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    dc5fc8f View commit details
    Browse the repository at this point in the history