mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-15 13:55:12 +00:00
android: add troubleshooter for easier log access
This commit is contained in:
10
android/app/src/main/res/drawable/ic_save.xml
Normal file
10
android/app/src/main/res/drawable/ic_save.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M17,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,7l-4,-4zM19,19L5,19L5,5h11.17L19,7.83L19,19zM12,12c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3zM6,6h9v4L6,10z" />
|
||||
</vector>
|
||||
@@ -59,4 +59,9 @@
|
||||
<string name="ear_detection">Automatic Ear Detection</string>
|
||||
<string name="auto_play">Auto Play</string>
|
||||
<string name="auto_pause">Auto Pause</string>
|
||||
<string name="troubleshooting">Troubleshooting</string>
|
||||
<string name="troubleshooting_description">Collect logs to diagnose issues with AirPods connection</string>
|
||||
<string name="collect_logs">Collect Logs</string>
|
||||
<string name="saved_logs">Saved Logs</string>
|
||||
<string name="no_logs_found">No saved logs found</string>
|
||||
</resources>
|
||||
|
||||
4
android/app/src/main/res/xml/file_paths.xml
Normal file
4
android/app/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<files-path name="logs" path="logs/"/>
|
||||
</paths>
|
||||
Reference in New Issue
Block a user