Skip to content

Commit

Permalink
Add adb pull to get tombstones as well
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed Apr 27, 2023
1 parent 89cab55 commit c1bea2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions logs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ if (Test-Path ./logs/) {


adb pull "/storage/emulated/0/Android/data/com.beatgames.beatsaber/files/logs" ./logs/

adb pull "/storage/emulated/0/Android/data/com.beatgames.beatsaber/files/tombstone_00" ./logs/
adb pull "/storage/emulated/0/Android/data/com.beatgames.beatsaber/files/tombstone_01" ./logs/
adb pull "/storage/emulated/0/Android/data/com.beatgames.beatsaber/files/tombstone_02" ./logs/


adb pull "/storage/emulated/0/ModData/com.beatgames.beatsaber/Configs/Nya.json" ./logs/

0 comments on commit c1bea2e

Please sign in to comment.