This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
If you use kony.print to do logging then there is an empty row after every log entry on Android:
02-20 12:37:08.139 10816 10901 D StandardLib: + Main…
02-20 12:37:08.139 10816 10901 D StandardLib:
02-20 12:37:08.139 10816 10901 D StandardLib: - Main…
02-20 12:37:08.139 10816 10901 D StandardLib:
02-20 12:37:08.149 10816 10901 D StandardLib: + Master
02-20 12:37:08.149 10816 10901 D StandardLib:
02-20 12:37:08.149 10816 10901 D StandardLib: - Master
02-20 12:37:08.149 10816 10901 D StandardLib:
02-20 12:37:08.155 10816 10901 D StandardLib: + Messaging
02-20 12:37:08.155 10816 10901 D StandardLib:
02-20 12:37:08.155 10816 10901 D StandardLib: - Messaging
02-20 12:37:08.155 10816 10901 D StandardLib:
Why is this? Isn't it possible to get rid of those superfluous log rows?