Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

INTERNAL: add android prop to dump batch buffer in userspace #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2020

  1. INTERNAL: add android prop to dump batch buffer in userspace

    adb root
    adb remount
    setenforce 0
    
    mkdir -p /data/data/android/mesa3d_intel/
    chmod 777 /data/data/android/mesa3d_intel/
    setprop INTEL_DEBUG "bat"
    
    getprop |grep INTEL_DEBUG
    
    Signed-off-by: Kanli Hu <[email protected]>
    kanlihu committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    e8c213b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. INTERNAL: try to dump batch buffer in userspace

    adb root
    setenforce 0
    
    mkdir -p /data/data/android/mesa3d_intel/
    chmod 777 /data/data/android/mesa3d_intel/
    setprop INTEL_DEBUG "bat"
    
    getprop |grep INTEL_DEBUG
    
    remove unused include path
    
    Signed-off-by: Kanli Hu <[email protected]>
    kanlihu committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c6f5695 View commit details
    Browse the repository at this point in the history