Open yhuiyang opened 9 years ago
In CCConsole.cpp, function _log() calls (line 244)
__android_log_print(ANDROID_LOG_DEBUG, "cocos2d-x debug info", "%s", buf);
for android platform. Although log tag with space characters works fine in eclipse, but in command line tool, it doesn't work. E.g.
adb logcat "cocos2d-x debug info":V *:S
doesn't work.
I confirm this issue too, it is quite troublesome to not be able to filter only cocos logs!
In CCConsole.cpp, function _log() calls (line 244)
for android platform. Although log tag with space characters works fine in eclipse, but in command line tool, it doesn't work. E.g.
doesn't work.