You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current debug log only includes the log output from the main app process.
Root operations run in a different process and their log output is only available on ADB, when launched in debug mode.
While some of the root output is send back and logged, it could still make debugging some root related operations difficult.
Idea 1:
Write an extra log from the root process, set the permissions right and then include it in the final zip file.
Idea 2:
Two processes appending to the same logfile. This would probably cause corruption? 🤔
The text was updated successfully, but these errors were encountered:
The current debug log only includes the log output from the main app process.
Root operations run in a different process and their log output is only available on ADB, when launched in debug mode.
While some of the root output is send back and logged, it could still make debugging some root related operations difficult.
Idea 1:
Write an extra log from the root process, set the permissions right and then include it in the final zip file.
Idea 2:
Two processes appending to the same logfile. This would probably cause corruption? 🤔
The text was updated successfully, but these errors were encountered: