• Show log

    Commit

  • Hash : f62405c5
    Author : Amirali Abdolrashidi
    Date : 2022-10-31T18:47:52

    Add utilities to get the Android backtrace
    
    * Added getBacktraceInfo(), which returns the backtrace information
      from the ANGLE code, including the addresses and the symbols if
      possible
    
      * Returns the data in an instance of the new class BacktraceInfo.
    
      * In order to access this function, backtrace_utils.h has been
        included in vk_utils.h
    
    * New GN flag to make use of this feature:
    
      * angle_enable_unwind_backtrace_support
    
        * Current only available on Android (debug mode)
    
      * If the flag is disabled, getBacktraceInfo() returns an empty
        object.
    
    * Added functions in util/ (per platform) to print the BacktraceInfo
      data.
    
      * Example of usage:
          angle::printBacktraceInfo(angle::getBacktraceInfo());
    
    * Minor edit: Moved cstdint from android_util.cpp to its header.
    
    Bug: b/258475923
    Change-Id: I6115462a1a2845d40c7cafc14ce52df09ecdcf34
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3995843
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Charlie Lao <cclao@google.com>
    Commit-Queue: Amirali Abdolrashidi <abdolrashidi@google.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags