Index: gpu/config/gpu_info.cc |
diff --git a/gpu/config/gpu_info.cc b/gpu/config/gpu_info.cc |
index 025cd456522c76f447d63b21eafc91e303fbd54d..0bb866d859b2152ef255bfb3d7106af3c9fa226e 100644 |
--- a/gpu/config/gpu_info.cc |
+++ b/gpu/config/gpu_info.cc |
@@ -87,11 +87,14 @@ GPUInfo::GPUInfo() |
rgba_visual(0) |
#endif |
{ |
+ LOG(ERROR) << "JR GPU Info!!!\n"; |
} |
GPUInfo::GPUInfo(const GPUInfo& other) = default; |
-GPUInfo::~GPUInfo() { } |
+GPUInfo::~GPUInfo() { |
+ LOG(ERROR) << "JR GPUInfo death: " << gpu.device_id << "\n"; |
+} |
void GPUInfo::EnumerateFields(Enumerator* enumerator) const { |
struct GPUInfoKnownFields { |