Disabled cin/cout/cerr because they are crashing at random
This commit is contained in:
@@ -15,6 +15,14 @@
|
|||||||
* modified is included with the above copyright notice.
|
* modified is included with the above copyright notice.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Outputting anything to cout/cerr WILL CRASH YOUR PROGRAM on specific devices -
|
||||||
|
x5a/x6d Android 2.1 tablet, and some other tablets,
|
||||||
|
however the same code runs on my HTC Evo without problem.
|
||||||
|
So I've just disabled them altogether.
|
||||||
|
*/
|
||||||
|
#ifndef ANDROID
|
||||||
|
|
||||||
#include "stlport_prefix.h"
|
#include "stlport_prefix.h"
|
||||||
|
|
||||||
#include <istream>
|
#include <istream>
|
||||||
@@ -394,6 +402,8 @@ bool _STLP_CALL ios_base::sync_with_stdio(bool sync) {
|
|||||||
|
|
||||||
_STLP_END_NAMESPACE
|
_STLP_END_NAMESPACE
|
||||||
|
|
||||||
|
#endif /* ANDROID */
|
||||||
|
|
||||||
// Local Variables:
|
// Local Variables:
|
||||||
// mode:C++
|
// mode:C++
|
||||||
// End:
|
// End:
|
||||||
|
|||||||
Reference in New Issue
Block a user