vendor/cm: add CMBugReport

Change-Id: Ibf031b9d0f860664aa9cd8a680a7d5aa185a5bba
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2014-08-12 18:23:48 -07:00
parent 3866f709c6
commit 94645abe76
2 changed files with 10 additions and 0 deletions

View File

@ -151,6 +151,13 @@ PRODUCT_PACKAGES += \
CMHome \
CyanogenSetupWizard
# CM Bug Reporting
PRODUCT_PACKAGES += \
CMBugReport
PRODUCT_PROPERTY_OVERRIDES += \
ro.error.receiver.system.apps=org.cyanogenmod.bugreport
# CM Hardware Abstraction Framework
PRODUCT_PACKAGES += \
org.cyanogenmod.hardware \

View File

@ -27,4 +27,7 @@
<!-- Default for Settings.Secure.STATS_COLLECTION. -->
<bool name="def_cm_stats_collection">true</bool>
<!-- Default for Settings.Global.SEND_ACTION_APP_ERROR -->
<integer name="def_send_action_app_error">1</integer>
</resources>