summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorJing Ji <jji@google.com>2019-12-06 22:28:12 -0800
committerJing Ji <jji@google.com>2019-12-23 19:19:54 -0800
commit91b9e231fa423501f77cf77dd88215d36b214060 (patch)
tree617a3ee579460f48722247dc8a0f38987b2971d6 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent56eb64faef3f3157c41811c698d894eebc45adf2 (diff)
Skip meminfo item for the gone processes
Fix race conditions that processes could get killed during meminfo dump. Also fixed various other issues with meminfo dump Bug: 144503238 Test: Insert the below code before retrieving process meminfo, and then set a pid, run dumpsys meminfo, check the output. if (SystemProperties.getBoolean("sys.fake-kill." + pid, false)) { Process.killProcess(pid); Thread.sleep(1000); } Change-Id: I96436800ce218309cc5fd8a21c35ad29584faf6f
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions