Discussions
clien_log for LOG_INFO not printing out log message:
Hi
In components/ayla/adaclient.c, I am trying to print some debug information in log.
The function following statement is not printing any thing. However similar original function statement preceding this statement perfectly prints its log message. Why additional below additional log message is not getting printed to the log ?
client_info(LOG_INFO "log message %s %d",string_buffer, int_variable);
File:
components/ayla/adaclient.c
void client_clock_set(u32 new_time, enum clock_src src)
{
........
client_log(LOG_INFO "clock now %s UTC", buf); //NOTE: This original statement prints log message.
//NOTE: Above original function statement is modified below by adding additional variable src to be printed.
client_log(LOG_INFO "clock now %s UTC clock-source= %d", buf, src);
Issue: Modified statement continues to print same message from original statement above and does not show modified message.
Question: Above such minor modification in the file client.c is not taking effect ?
Posted by Sajid Ali Syed about 1 month ago
Procedure after mobile discovers BLE devices
What’s the procedure after mobile discovers BLE devices? Should we follow the Wi-Fi procedure to register the device?
Posted by Thirumala Venkatesh C 2 months ago
Mobile lib - scenarios that cause device location change/update
In mobile lib, what scenario will cause device location change/update? What API is related to this?
Posted by Thirumala Venkatesh C 2 months ago
Android LAN mode pause/resume calls
Are Android LAN mode pause/resume calls needed?
Posted by Thirumala Venkatesh C 2 months ago
Aura Mobile Application
What is Aura Mobile Application?
Posted by Thirumala Venkatesh C 2 months ago
What are AppID and AppSecret?
What are AppID and AppSecret?
Posted by Thirumala Venkatesh C 2 months ago
Number of Properties supported in LAN Mode
How many properties are supported in the LAN mode?
Posted by Thirumala Venkatesh C 2 months ago
Error - "timed out waiting for command response"
Why am I getting this error in the app - "timed out waiting for command response"?
Posted by Thirumala Venkatesh C 2 months ago
Property page of Aura app
Why the properties of the device aren’t getting displayed in the property page of Aura app?
Posted by Thirumala Venkatesh C 2 months ago
Device list in the mobile App
Although the device has been registered through the Ayla Developer portal, why can’t it be seen in the device list in the mobile App.
Posted by Thirumala Venkatesh C 2 months ago