View Issue Details

IDProjectCategoryView StatusLast Update
0009738MMAGeneralpublic2012-10-07 05:23
Reporterrusty Assigned To 
PriorityimmediateSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Target Version1.0.1Fixed in Version1.0.1 
Summary0009738: Create separate non-debug build
DescriptionIn preparation for release, we should create a non-debug build that does not collect/share detailed logs, nor request permission to (I'm hoping for a reduction in the non-debug version of the apps 'permissions' re. phone calls/personal information).

Ideally, the permissions will be configurable within the build system, depending on the requirements of any specific build.

Packages can be named along the following lines:
MediaMonkey_x.y.z.bbbb.apk
MediaMonkey_x.y.z.bbbb_debug.apk
Additional InformationNote: Debug build will require permissions for:
READ LOGS
DUMP

No builds will require permissions for:
READ PHONE STATE
TagsNo tags attached.
Fixed in build40

Relationships

related to 0009576 closedmarek Prompt re. sending crash logs 

Activities

marek

2012-09-25 18:00

developer   ~0032174

Fixed in build 35

rusty

2012-10-05 14:58

administrator   ~0032316

Tested build 38 (non-debug) and it still prompts for the following permissions:

Your personal information:
modify your contacts, read call log, read your contacts, write call log

marek

2012-10-07 01:59

developer   ~0032332

These permissions are necessary for setting/reading contact's ringtone.

Snippet from our mail conversation with these permissions:
READ CONTACTS - required for setting contact ringtone (read call log, read your contacts)
WRITE CONTACTS - required for setting contact ringtone (modify your contacts, write call log)

marek

2012-10-07 02:26

developer   ~0032333

Found regression in build 38. Release configuration isn't set correctly.

marek

2012-10-07 02:26

developer   ~0032334

Fixed in build 40

rusty

2012-10-07 05:23

administrator   ~0032340

Verified.