Android LogCat: TextLayoutCache :: replaceThai and error trace file

Can someone explain these Log Logit. This is very annoying and I cannot find anything about it on google.
This does not happen on emulated devices, but it does on my Galaxy S3.
Examples of logs are as follows:

03-07 15:15:09.480: E/Trace(4912): error opening trace file: No such file or directory (2)
03-07 15:15:09.565: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[0] is 74
03-07 15:15:09.565: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[0] is 74
03-07 15:15:09.565: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[1] is 61
03-07 15:15:09.565: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[0] is 74
03-07 15:15:09.565: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[1] is 61
03-07 15:15:09.565: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[2] is 43
03-07 15:15:09.570: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[0] is 21
03-07 15:15:09.570: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[0] is 21
03-07 15:15:09.570: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[1] is 64
03-07 15:15:09.570: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[0] is 21
03-07 15:15:09.570: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[1] is 64
03-07 15:15:09.570: D/TextLayoutCache(4912): TextLayoutCache::replaceThai, prevBuffer[2] is 6c

I can not find anything in my code that is in Thai. It fills LogCat, so I need to find my logs ...

Also, I cannot find anything in the trace file.

If anyone can explain this and how to get rid of it, it will be very appreciated.

Regards, Webb

+5
source share

All Articles