Changes between Initial Version and Version 1 of Ticket #11497, comment 4
- Timestamp:
- Nov 25, 2014, 11:48:15 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11497, comment 4
initial v1 12 12 13 13 That path includes errors/asserts but they are invisible because of the release builds; 14 It seems a good idea to run MediaPlayer next to a lib/ folder containing a debug build of libmedia.so, and/or run media_server in debug mode, to see if those asserts and errors get tripped. Will do that.14 It seems a good idea to run MediaPlayer next to a lib/ folder containing a debug build of libmedia.so, and/or run media_server in debug mode, to see if those asserts and errors get tripped. Will try that in a few days. For now I'll try to see if an `if Data()==NULL return` makes me fall back to the "oops" assert, out of curiosity. 15 15 16 16