How to Log
For grabbing manual logs of issues in Android-x86/Bliss OS, we need to use the alt-f1 console or built in terminal and we need to know the storage location we want to save in. For the examples below, we have our external storage mounted at sdcard/.
For Bliss 14.x:
Open the built in terminal app, then enter:
su
logcat > sdcard/log.txt
For Bliss 12.x:
Use the alt-f1/f7 console, then enter:
logcat > sdcard/log.txt
For Bliss 11:
Use the alt-f1/f7 console, then enter:logcat > sdcard/log.txt
After that is done, you can close the terminal app or use alt-f7 to get back to Android if you are using the Console, and use the File Manager to access your log and share it where needed.