Android Logcat: Why does logging come through in bursts? -
i find logcat real nuisance no matter device (or development tool) use. there seems delay between when programs , when logcat sees program did - 10-20 seconds or so.
why this? there logcat buffering or flushing configuration can set either on device or logcat stop happpening?
i see debug - not seconds later. have seen problem using eclipse, android studio , logcat rabbit. xcode shows debug ios devices immediately. surely android devices should capable of doing same?
the problem caused error. have flood of "called unimplemented opengl es api" errors being logged continuously logcat , using filter app. these floods of errors causing delays in debug appearing. problem solved fixing flood of errors.
Comments
Post a Comment