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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-01-13 12:01:43 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:00 +0300
commit825fcd4f55fd41b006abc9de9c2a7db1e8852224 (patch)
tree7820bcdd75b2d4ff6b4645a1ae42aa0bb779b3f8 /android/flavors
parent42eecb6c9ead1a8ff39c2463e688c6a69222d3a1 (diff)
READ_LOGS permission was added to Android debug version. It is made to be able to extract more information (C++ call stack) when item Inform about problem is used.
Diffstat (limited to 'android/flavors')
-rw-r--r--android/flavors/debug/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/flavors/debug/AndroidManifest.xml b/android/flavors/debug/AndroidManifest.xml
index 7b8bf065f3..dac5a79cf8 100644
--- a/android/flavors/debug/AndroidManifest.xml
+++ b/android/flavors/debug/AndroidManifest.xml
@@ -2,5 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:remove="sharedUserId, sharedUserLabel">
+ <uses-permission android:name="android.permission.READ_LOGS"/>
<!-- Debug manifest doesn't contain sharedUser values to avoid installation conflicts with production versions -->
</manifest>