[3.9.2-dev] Add persistent debug logging.

This commit is contained in:
Kuba Szczodrzyński
2019-11-06 22:49:26 +01:00
parent 3925496595
commit 434ddd1342
8 changed files with 51 additions and 7 deletions

View File

@ -39,6 +39,14 @@
tools:visibility="visible"
tools:ignore="HardcodedText">
<com.google.android.material.button.MaterialButton
android:id="@+id/getLogs"
style="@style/Widget.MaterialComponents.Button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:text="Save Debug Logs" />
<com.google.android.material.button.MaterialButton
android:id="@+id/librusCaptchaButton"
style="@style/Widget.MaterialComponents.Button"