-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bass: initial documentation for Bass toolkit
- Loading branch information
1 parent
496dc01
commit dd09504
Showing
148 changed files
with
453 additions
and
3,180 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
## Collecting Bug Reports | ||
|
||
This process is mostly the same as Android-x86 builds, but with a few additions that help things along. | ||
If you need to collect logs in order to [submit a bug report](https://github.com/BlissRoms-x86/support), then the first thing you will want to do is reboot your Bliss OS install using debug mode. We do this through Grub with the command: | ||
If you need to collect logs in order to submit a bug report, then the first thing you will want to do is reboot your Bass OS install using debug mode. We do this through Grub with the command: | ||
``` | ||
DEBUG=2 | ||
``` | ||
Once your device starts to boot, you will be presented with a root console, just before the Android systems init process starts. | ||
From here, you can use root commands to remount as read/write, or do basic filesystem and kernel debugging. | ||
In order to proceed to Android, you will need to type 'exit' followed by Return twice in the console, and the system will continue to boot. | ||
|
||
While in debug mode, there are logs and dmesg found in both /tmp/ as well as /data/. You will need those logs to [submit a bug report](https://github.com/BlissRoms-x86/support). | ||
While in debug mode, there are logs found in both /tmp/log for early boot, as well as /data/log for Android boot. You will need those logs to submit a bug report. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.