mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: debugger: Use -b all
* More verbose logging
This commit is contained in:
parent
4e9fa53063
commit
e065edd19b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ void copy_kmsg() {
|
|||
writefile << readfile.rdbuf();
|
||||
}
|
||||
void copy_logcat() {
|
||||
system("/system/bin/logcat -f /data/debug/logcat.txt");
|
||||
system("/system/bin/logcat -b all -f /data/debug/logcat.txt");
|
||||
}
|
||||
int main() {
|
||||
std::thread kmsg(copy_kmsg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue