diff options
author | Brian Carlstrom <bdc@google.com> | 2018-01-24 19:22:30 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2018-01-24 19:53:36 -0800 |
commit | 3f2d71fb2d37bbcd9c6e9bafe8262988001d64c3 (patch) | |
tree | 2a1e867782ade50fdf59dcd096625487f0575ef0 /renderscript/1.0/default/Context.cpp | |
parent | b0f5034e87697538bc8790faed1d7b365fdefa0b (diff) |
Log dlerror on dlopen related failures
Bug: 72300913
Bug: 72342986
Bug: 72462122
Test: manually confirmed logging on failure
Change-Id: I401587311e5c3e3d1ef69516645ebb2dd4479c51
Diffstat (limited to 'renderscript/1.0/default/Context.cpp')
-rw-r--r-- | renderscript/1.0/default/Context.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/renderscript/1.0/default/Context.cpp b/renderscript/1.0/default/Context.cpp index fbfc6522c4..f5b70c9fa8 100644 --- a/renderscript/1.0/default/Context.cpp +++ b/renderscript/1.0/default/Context.cpp @@ -1,5 +1,3 @@ -#define LOG_TAG "android.hardware.renderscript@1.0-impl" - #include "Context.h" #include "Device.h" |