diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-06 18:13:09 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-06 18:13:09 +0200 |
commit | 7c020349d214a942293047954ce45aab04cc6420 (patch) | |
tree | 8cd65adb7b37b6c968f39112ba03c3fe5e2f5c3a /res/menu | |
parent | 581062c8b9629a5d52b555d13b573b12394fafda (diff) |
Add ability to send the log (closes issue #9)
protect fd over unix socket
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/logmenu.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index b8fd286b..1ab982d8 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -19,4 +19,11 @@ android:showAsAction="ifRoom|withText"
android:title="@string/show_connection_details"
android:titleCondensed="@string/info"/>
-
</menu>
\ No newline at end of file + <item
+ android:id="@+id/send"
+ android:icon="@android:drawable/ic_menu_share"
+ android:showAsAction="ifRoom|withText"
+ android:title="@string/send_logfile"
+ android:titleCondensed="@string/send"/>
+
+</menu>
\ No newline at end of file |