My Android device connects with a peripheral with the BLE2 library. Everything works correctly.
When I request the LOGs that are 5k long, it gives me an error. It seems like it's over the limit.
How can I solve this problem?
When I request the LOGs that are 5k long, it gives me an error. It seems like it's over the limit.
How can I solve this problem?
** Activity (main) Resume **
5568 (Len File)
java.lang.StackOverflowError: stack size 8MB
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:452)
at java.lang.StringBuilder.append(StringBuilder.java:137)
at java.lang.StringBuilder.<init>(StringBuilder.java:114)
at anywheresoftware.b4a.debug.Debug.shouldDelegate(Debug.java:245)
at it.tecnomedia.xxx.starter._readfile(starter.java:176)
Message longer than Log limit (4000). Message was truncated.