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.

This commit is contained in:
Vladimir Byko-Ianko 2015-01-13 12:01:43 +03:00 committed by Alex Zolotarev
parent 42eecb6c9e
commit 825fcd4f55

View file

@ -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>