Hello.
I encountered a problem when using Tizen::System::Alarm.
I try to re-set alarm to (now + 5 minutes) in OnAlarmExpired() callback.
It usually works correctly, but several times Alarm.Set() returned E_SYSTEM (see log).
I've never seen this on emulator, only on device.
How should I deal with this?
Thanks for any tips.
06-10 13:23:46.003 : INFO / Tizen::System ( 14187 : 14187 ) : int Tizen::System::_AlarmManager::ReserveAlarm(Tizen::Base::String, Tizen::Base::DateTime, int)(152) > Reserve time is 2014/6/10 13:28:46
06-10 13:23:46.003 : DEBUG / ALARM_MANAGER ( 14187 : 14187 ) : alarm-lib.c: alarmmgr_add_alarm_with_localtime(803) > [alarm-lib]:alarm_create() is called
06-10 13:23:46.003 : DEBUG / ALARM_MANAGER ( 14187 : 14187 ) : alarm-lib.c: alarmmgr_add_alarm_with_localtime(825) > start(10-6-2014, 13:28:46), end(0-0-0), repeat(0), interval(0), type(4)
06-10 13:23:46.003 : WARN / ALARM_MANAGER ( 14187 : 14187 ) : alarm-lib-stub.c: _send_alarm_create(193) > security_server_request_cookie failed
06-10 13:23:46.003 : ERROR / Tizen::System ( 14187 : 14187 ) : result Tizen::System::_AlarmManager::RegisterAlarm(Tizen::System::_AlarmImpl*)(422) > It is failed to register alarm.
06-10 13:23:46.003 : INFO / Tizen::System ( 14187 : 14187 ) : result Tizen::System::_AlarmImpl::Set(const Tizen::Base::DateTime&, int, const Tizen::Base::DateTime*)(147) > It is failed to register alarm. [E_SYSTEM]
06-10 13:23:46.003 : ERROR / KLMOBILE ( 14187 : 14187 ) : (0) > m_alarm.Set(updateTime) failed : [-1610609822] E_SYSTEM