mirror of
https://github.com/MeexReay/pmos-xiaomi-angelican.git
synced 2025-06-24 10:32:59 +03:00
14 lines
186 B
Bash
Executable File
14 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source extract-paths.sh
|
|
|
|
LOG_FILE=/proc/last_kmsg
|
|
|
|
adb shell stat $LOG_FILE
|
|
adb pull $LOG_FILE /tmp/full-kernel-trouble.txt
|
|
|
|
source write-kernel-trouble.sh
|
|
|
|
sudo pkill adb
|
|
|