Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug mode options explained #104

Closed
Ingood5 opened this issue Apr 4, 2023 · 5 comments
Closed

Debug mode options explained #104

Ingood5 opened this issue Apr 4, 2023 · 5 comments

Comments

@Ingood5
Copy link

Ingood5 commented Apr 4, 2023

Что означают все эти пункты?
IMG_20230404_222301

@d4rken d4rken changed the title Вопрос про debug mode Debug mode options explained Apr 4, 2023
@d4rken
Copy link
Member

d4rken commented Apr 4, 2023

Enable trace mode

This turn on a lot of extra log output, very detailed information about scanned files and every resource SD Maid requires. It helps to troubleshoot some bugs, but it also makes SD Maid slower because of so much logging.

Enable dry-run mode

Disables deletion, so it's only faked. Makes some things easier to test if I don't have to create test data every time.

Reload data areas

Before running operations, SD Maid determines available data areas (you can see them in settings). They are automatically reloaded when permissions change, or when this button is pressed :).

Reload apps

SD Maid has an internal cache of applications that is normally updated only when apps are installed or removed. This button clears it and reloads it.

Checks root access

Just checks root access, without any other complicated operations.

@d4rken d4rken closed this as completed Apr 4, 2023
@d4rken d4rken added the question label Apr 4, 2023
@Ingood5
Copy link
Author

Ingood5 commented Apr 5, 2023

Информация, собранная с помощью "Enable trace mode" отправляется в автоматическом отчёте?

@d4rken
Copy link
Member

d4rken commented Apr 5, 2023

Информация, собранная с помощью "Enable trace mode" отправляется в автоматическом отчёте?

No

Trace-mode log output is generally "Priority VERBOSE", and the automatic reports only include "Priority DEBUG" (and higher).

@Ingood5
Copy link
Author

Ingood5 commented Apr 5, 2023

Тогда где используется информация, полученная в режиме трассировки? 🤔 В debug log? Не понял каким образом она доставляется вам.

@d4rken
Copy link
Member

d4rken commented Apr 5, 2023

In debug logs, but it's only necessary if I ask for it.

@d4rken-org d4rken-org locked and limited conversation to collaborators Jul 28, 2023
@d4rken d4rken converted this issue into discussion #534 Jul 28, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants