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

Make a copy of vita3k.log to custom pref-path #607

Open
wants to merge 6 commits into
base: android
Choose a base branch
from

Conversation

ikhoeyZX
Copy link

It's just do a simple copy paste vita3k.log to custom pref-path for easy share log in Android 14 or newer.

log will created if log level not 'off' and it will copy after 2nd time run app (it will copy after start app)
logs are stored at : "[user pref-path]/logs/"
*need merge sdcard support for this

Macdu and others added 5 commits February 13, 2024 22:17
Copy vita3k.log to custom pref-path for easy to share log in Android 14 or newer.
log will created if log level not off and it will copy after 2nd run app (it will copy after start app)

LOG_INFO("Base path: {}", state.base_path);
#if defined(__linux__) && !defined(__ANDROID__) && !defined(__APPLE__)
/* LOG_INFO("Base path: {}", state.base_path);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vita3k guidelines say to just remove code that has been commented out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants