debug logs

This commit is contained in:
array-in-a-matrix 2021-05-10 19:33:57 -04:00
parent 091fd7d77b
commit 5f7bd50a96

48
DEBUG Normal file
View file

@ -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'