From fd8c315573ffc245c17d549e61c138c8ddba7e06 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 13 Jul 2012 14:26:23 -0700 Subject: [PATCH] Implement issue #6819955: Add button to take bug report. Change-Id: Ic615180121d4db52f92aa8264d95d790de5fff9d --- res/values/strings.xml | 10 +++ res/xml/development_prefs.xml | 5 ++ .../android/settings/BugreportPreference.java | 61 +++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 src/com/android/settings/BugreportPreference.java diff --git a/res/values/strings.xml b/res/values/strings.xml index c2d71104aab..07768876660 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3376,6 +3376,16 @@ When reinstalling an app, restore backed up settings and data + + Take bug report + + This will collect information about your + current device state, to send as an e-mail message. It will take a little + time from starting the bug report until it is ready to be sent; please be + patient. + + Report + Desktop backup password diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 6cb8238e038..47e58daee30 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -16,6 +16,11 @@ + +