From a7e2db21bca27df5b864e5ceee30aa6405caf92c Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 12 Jun 2018 09:03:50 +0200 Subject: [PATCH] scripts: also collect container console log files --- scripts/collect-bug-info.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/collect-bug-info.sh b/scripts/collect-bug-info.sh index 199058d..3c42cd4 100755 --- a/scripts/collect-bug-info.sh +++ b/scripts/collect-bug-info.sh @@ -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