Advertisement
Guest User

Untitled

a guest
Aug 11th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. echo_g "Booting to $startup_target"
  2. export TERM=xterm
  3. rm -rf /var/log/dmesg.log
  4. watch 'dmesg -c >> /var/log/dmesg.log' > /dev/null &
  5. watch '/usr/libexec/droid-hybris/system/bin/logcat > /var/log/logcat.log' > /dev/null &
  6. exec /sbin/init --log-level=debug --log-target=kmsg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement