Skip to content
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

Insufficient log verbosity #1924

Closed
skeptronus opened this issue Oct 22, 2024 · 1 comment
Closed

Insufficient log verbosity #1924

skeptronus opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@skeptronus
Copy link

The default log output available from the settings page is insufficiently verbose for many usecases.

I am trying to deebug an issue with a specific version of a certain app which was updated by Obtainium in the background multiple times in succession recently, and I am required to know the versioncodes which were installed.

The log is extremely lacking in details.

My example output for the past 2 day:


2024-10-20 13:37:05.512: info: Installed

2024-10-20 13:51:12.385: info: BG install task: Started (1).

2024-10-20 13:51:19.184: info: BG install task: Done installing updates.

2024-10-21 04:54:41.421: info: BG update task: Started (4).

2024-10-21 04:54:45.907: info: BG update task: Done checking for updates.

2024-10-21 04:54:45.907: info: BG update task: Done checking for updates.

2024-10-21 04:54:46.325: info: BG install task: Started (2).

2024-10-21 05:00:01.316: info: Could not reconcile version formats for: com.XXXX.XXXX

2024-10-21 20:27:56.057: info: BG update task: Started (4).

2024-10-21 20:28:00.520: info: BG update task: Done checking for updates.

2024-10-21 20:28:00.520: info: BG update task: Done checking for updates.

2024-10-22 11:35:39.936: info: BG update task: Started (4).

2024-10-22 11:35:45.075: info: BG update task: Done checking for updates.

2024-10-22 11:35:45.077: info: BG update task: Done checking for updates.

I can see that there has been BG install tasks but beyond that, it doesnt provide any other info like package names/versions/installation method/install success etc.

@skeptronus skeptronus added enhancement New feature or request to check Issue has not been reviewed labels Oct 22, 2024
@ImranR98 ImranR98 added TODO Issue to focus on for the next release and removed to check Issue has not been reviewed labels Oct 25, 2024
ImranR98 added a commit that referenced this issue Nov 1, 2024
ImranR98 added a commit that referenced this issue Nov 1, 2024
Fix PathAccessException on secondary profiles (#1754), Log installs (#1924), APKPure URL parsing bugfix (#1926), Remove Signal source (HTML is enough) (#1928), F-Droid URL parsing bugfix (#1933), HTML link extraction bugfix (#1937)
@ImranR98
Copy link
Owner

ImranR98 commented Nov 1, 2024

Added install logs: https://github.com/ImranR98/Obtainium/releases/tag/v1.1.29

@ImranR98 ImranR98 closed this as completed Nov 1, 2024
@ImranR98 ImranR98 removed the TODO Issue to focus on for the next release label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants