This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

FBEditor log write
#1
Hi
There's a log write in fbe_hysteresis_3_limits function. Can I disable this log write? I use this function for brightness evaluation and it can write 70 pages of log every day.

Code:
12345678910
require('custom.fbeditor20.Control') Input = 555 Limit_1_ON = 400 Limit_1_OFF = 300 Limit_2_ON = nil Limit_2_OFF = nil Limit_3_ON = nil Limit_3_OFF = nil threshold1, threshold2, threshold3 = fbe_hysteresis_3_limits(Input, Limit_1_ON, Limit_1_OFF, Limit_2_ON, Limit_2_OFF, Limit_3_ON, Limit_3_OFF, 'fb__New_diagram__fbe_hysteresis_3_limits__id')


In log I see:

Code:
1234567
* table: [1]  * number: 1 [2]  * number: 0 [3]  * number: 0
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply


Messages In This Thread
FBEditor log write - by Thomas - 30.04.2018, 16:39
RE: FBEditor log write - by Daniel - 30.04.2018, 16:44
RE: FBEditor log write - by Thomas - 30.04.2018, 17:41

Forum Jump: