LowPowerMonitor: Enable Interactive bugreports

Bug: 118192245
Test: Configured LPM to trigger a bug report and verified that it is a
full bug report.

Change-Id: I528c92e9c6c7bc788321e7769a6c102e8dc5e67a
diff --git a/sepolicy/con_monitor.te b/sepolicy/con_monitor.te
index 2b6e38a..154e0a7 100644
--- a/sepolicy/con_monitor.te
+++ b/sepolicy/con_monitor.te
@@ -4,6 +4,7 @@
 app_domain(con_monitor_app)
 
 set_prop(con_monitor_app, radio_prop)
+userdebug_or_eng(`set_prop(con_monitor_app, dumpstate_options_prop)')
 allow con_monitor_app app_api_service:service_manager find;
 allow con_monitor_app radio_service:service_manager find;
 allow con_monitor_app audioserver_service:service_manager find;