Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape/support_manager.cpp')
-rw-r--r--drape/support_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/support_manager.cpp b/drape/support_manager.cpp
index 10a0ecccc8..6a68449086 100644
--- a/drape/support_manager.cpp
+++ b/drape/support_manager.cpp
@@ -15,7 +15,7 @@ void SupportManager::Init()
{
string const renderer = GLFunctions::glGetString(gl_const::GLRenderer);
string const version = GLFunctions::glGetString(gl_const::GLVersion);
- LOG(LINFO, ("Renderer =", renderer, "Version =", version));
+ LOG(LINFO, ("Renderer =", renderer, "Api =", GLFunctions::CurrentApiVersion, "Driver version =", version));
// On Android the engine may be recreated. Here we guarantee that GPU info is sent once per session.
static bool gpuInfoSent = false;