Skip to content

Commit

Permalink
[feat]: warning about crash log dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Nov 7, 2023
1 parent 8ec8750 commit 06f4d35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@
<string name="time_format">Формат времени</string>
<string name="archives">Архивы</string>
<string name="include_device_information_in_archives">Добавлять информацию об устройстве при экспорте записей и сбоев</string>
<string name="log_dump_size_warning">Свалка логов хранится в оперативной памяти, так что не переполните её с выбранным значением</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@
<string name="time_format">Time format</string>
<string name="archives">Archives</string>
<string name="include_device_information_in_archives">Include device information with exported recordings and crashes</string>
<string name="log_dump_size_warning">Logs dump lines are kept in RAM, so make sure not to overflow it with chosen count</string>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/xml/settings_crashes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
android:key="pref_logs_dump_lines_count"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />

<Preference
android:summary="@string/log_dump_size_warning"
android:selectable="false"
app:iconSpaceReserved="false" />
</PreferenceCategory>

<PreferenceCategory
Expand Down

0 comments on commit 06f4d35

Please sign in to comment.