Alessandro71 Well-Known Member Licensed User Longtime User Mar 3, 2026 #1 while running my app in Debug mode with a real device, this message appears in the log windows Rich (BB code): ((null)) was false: Request 15 is missing a startTime. it's a different gray from the messages from my Log() statement, so it's not coming from me. what does it mean?
while running my app in Debug mode with a real device, this message appears in the log windows Rich (BB code): ((null)) was false: Request 15 is missing a startTime. it's a different gray from the messages from my Log() statement, so it's not coming from me. what does it mean?
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2026 #2 I'm not sure. Any specific library that you suspect that is related to this? Upvote 0
Alessandro71 Well-Known Member Licensed User Longtime User Mar 4, 2026 #3 No suspicions right now. But knowing it's not from the core standard libs is a step forward Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2026 #4 I tried to search for parts of this string and didn't find anything. Maybe a third party library. And B4i code can log using gray color with LogColor so it might be coming from a b4xlib. Upvote 0
I tried to search for parts of this string and didn't find anything. Maybe a third party library. And B4i code can log using gray color with LogColor so it might be coming from a b4xlib.