debug logs
This commit is contained in:
parent
091fd7d77b
commit
5f7bd50a96
1 changed files with 48 additions and 0 deletions
48
DEBUG
Normal file
48
DEBUG
Normal 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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue