Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • 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
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • src
  • System
  • Debug.cpp
Find file
BlameHistoryPermalink
  • Sean Risser's avatar
    Log instead of warn of unsupported extensions · c1e60dcf
    Sean Risser authored Feb 19, 2020
    Currently we produce a warning every time an unsupported extension is
    used. The original bug (b/139528538) called for logging these structs
    silently unless a debugger's attached.
    
    So I've replaced all of our warnings for unsupported structs with
    calls to LOG_TRAP. This is an update to TRACE_ASSERT. LOG_TRAP will
    never emit to the debug log, instead it will only print to a file if
    writing to files is enabled for logv.
    
    Bug: b/148415347
    Change-Id: Ib4ad2b20b3dffce4fac597c891b2f5ee23e032c4
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/41348Tested-by: 's avatarSean Risser <srisser@google.com>
    Presubmit-Ready: Sean Risser <srisser@google.com>
    Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
    Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    c1e60dcf
Debug.cpp 4.98 KB
EditWeb IDE
×

Replace Debug.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.