scripts: also collect container console log files
This commit is contained in:
parent
e398ecd786
commit
a7e2db21bc
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ set -x
|
|||
cp /var/snap/anbox/common/data/system.log $TMPDIR || true
|
||||
cp /var/snap/anbox/common/containers/lxc-monitord.log $TMPDIR || true
|
||||
cp /var/snap/anbox/common/logs/container.log $TMPDIR || true
|
||||
cp /var/snap/anbox/common/logs/console.log* $TMPDIR || true
|
||||
$SNAP/command-anbox.wrapper system-info > $TMPDIR/system-info.log 2>&1 || true
|
||||
|
||||
if [ -e /etc/systemd/system/snap.anbox.container-manager.service ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue