summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorVikram Aggarwal <viki@google.com>2013-03-01 15:55:40 -0800
committerVikram Aggarwal <viki@google.com>2013-03-04 10:24:58 -0800
commit59f741f60e389818a9a56b1fba46eea1c372690d (patch)
tree73c8b66a57cdb6fa428f2648a136d38f2d15a755 /AndroidManifest.xml
parent243c23618b066bcdcd0ab9e36d8c01f50db2cbd0 (diff)
downloadandroid_packages_apps_UnifiedEmail-59f741f60e389818a9a56b1fba46eea1c372690d.tar.gz
android_packages_apps_UnifiedEmail-59f741f60e389818a9a56b1fba46eea1c372690d.tar.bz2
android_packages_apps_UnifiedEmail-59f741f60e389818a9a56b1fba46eea1c372690d.zip
Service to add arbitrary interaction logging to Gmail.
MailLogService provides logging to circular buffers for a given tag. The application adds logging to these circular buffers. When a bugreport is captured, the last fifty lines of logs per tag is printed out on the bugreport. A compile-time boolean can disable this entire functionality. Even if it is enabled, the user needs to increase the log level using adb shell setprop to start the service. If the service is not running, logging is still carried out, though it will never be dumped. This is for development only. It needs to be turned off before release. Bug: 8293525 Add debugging information for Gmail Change-Id: Id59a9ff9a88a40e1afdfd31f0441b9531e797d4d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8ddad7e88..ff40c23d3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -165,6 +165,7 @@
<service android:name=".widget.WidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS"
android:exported="false" />
+ <service android:name=".MailLogService"/>
</application>