diff options
author | Tobrun Van Nuland <tobrun.van.nuland@gmail.com> | 2017-07-26 15:23:45 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-07-26 17:16:14 +0200 |
commit | cb5f498dfeb0ec0ef86ac027b29cce6f2037fd3e (patch) | |
tree | 0b6b6b0aa5bc56018314e555eca4dcf4d507044f /Makefile | |
parent | f56d9ca0d6af1cc4002e3a4affafd174b0ea6232 (diff) | |
download | qtlocation-mapboxgl-cb5f498dfeb0ec0ef86ac027b29cce6f2037fd3e.tar.gz |
[android] - add make target for dumping system GFX information
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |