Pebble: add option to enable applogs (debug messags from pebble apps)

This commit is contained in:
Andreas Shimokawa
2016-12-04 16:55:27 +01:00
parent c1c6e37066
commit a691cd0ff7
4 changed files with 52 additions and 12 deletions
+5
View File
@@ -341,6 +341,11 @@
android:key="pebble_force_le"
android:summary="@string/pref_summary_pebble_forcele"
android:title="@string/pref_title_pebble_forcele" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pebble_enable_applogs"
android:summary="@string/pref_summary_pebble_enable_applogs"
android:title="@string/pref_title_pebble_enable_applogs" />
<EditTextPreference
android:digits="0123456789."
android:key="pebble_emu_addr"