Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • common
  • system_utils.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Add GetEnvironmentVarOrUnCachedAndroidProperty · a481bee2
    Courtney Goeltzenleuchter authored Nov 04, 2020
    GetEnvironmentVarOrAndroidProperty will first return the given
    variableName from the processes enviroment if defined. If not defined
    and running on Android, will look up the corresponding property and
    store it in the environment.
    The framecapture code wants to see when the Android property changes so
    add an uncached version of GetEnvironmentVarOrAndroidProperty that
    always does the getprop command (which can be time consuming).
    
    Bug: b/170328907
    Change-Id: I0624c0646889435cb6f6eb20a6d3cceb6ae3eb48
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2520107Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarIan Elliott <ianelliott@google.com>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    a481bee2
system_utils.cpp 3.44 KB
EditWeb IDE
×

Replace system_utils.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.