From 5f7bd50a96af3c929a6ecbd856990b8a7f266ebf Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 10 May 2021 19:33:57 -0400 Subject: [PATCH] debug logs --- DEBUG | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 DEBUG diff --git a/DEBUG b/DEBUG new file mode 100644 index 0000000..a76948c --- /dev/null +++ b/DEBUG @@ -0,0 +1,48 @@ +pi@raspberrypi: ~/Documents/omnitrix-app main +$ py [19:28:50] +Python 3.7.3 (default, Jan 22 2021, 20:04:44) +[GCC 8.3.0] on linux +Type "help", "copyright", "credits" or "license" for more information. +>>> import logging +>>> logging.basicConfig(level=logging.DEBUG) +>>> import omnitrix +DEBUG:boombox:trying gstreamer… +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_startup.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_startup.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 8192 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 10302 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 14942 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 10302 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 8192 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 13211 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_switch.mp3' +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 8192 +DEBUG:boombox:initializing GstBoomBox +DEBUG:boombox:verified: '/home/pi/Documents/omnitrix-app/res/sound_transformation.mp3' +DEBUG:boombox:playing: '/home/pi/Documents/omnitrix-app/res/sound_transformation.mp3' +