From cb5f498dfeb0ec0ef86ac027b29cce6f2037fd3e Mon Sep 17 00:00:00 2001 From: Tobrun Van Nuland Date: Wed, 26 Jul 2017 15:23:45 +0200 Subject: [android] - add make target for dumping system GFX information --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 88a85d5fb3..f08e5d1842 100644 --- a/Makefile +++ b/Makefile @@ -602,6 +602,11 @@ apackage: platform/android/configuration.gradle run-android-upload-archives: platform/android/configuration.gradle cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all :MapboxGLAndroidSDK:uploadArchives +# Dump system graphics information for the test app +.PHONY: android-gfxinfo +android-gfxinfo: + adb shell dumpsys gfxinfo com.mapbox.mapboxsdk.testapp reset + # Runs Android UI tests on all connected devices using Spoon .PHONY: run-android-ui-test-spoon run-android-ui-test-spoon: platform/android/configuration.gradle -- cgit v1.2.1