Languages

Menu
Sites
Language
Log message... are take aback...

Threre is nothing error when i have running application on Emulator.

But.! There are strange Error Log message .. in Smart Phone Device...

here are Log message...

 

12-01 19:31:59.645 : INFO / Caro ( 6029 : 6029 ) : int OspMain(int, char **)(21) > Application started.
12-01 19:31:59.700 : ERROR / Tizen::Base::Collection ( 2711 : 2711 ) : virtual const Tizen::Base::Object* Tizen::Base::Collection::ArrayList::GetAt(int) const(238) > [E_OUT_OF_RANGE] The index(2) MUST be greater than or equal to 0 and less than the number of elements(2).

12-01 19:31:59.760 : ERROR / Tizen::Ui ( 6029 : 6029 ) : bool Tizen::Ui::_Control::IsVisible() const(2943) > [E_SYSTEM] This control should be attached to the main tree.
 

..

..

..

12-01 19:32:22.095 : ERROR / Tizen::Base::Collection ( 2711 : 2711 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
12-01 19:32:22.095 : ERROR / Tizen::Base::Collection ( 2711 : 2711 ) : virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty.
12-01 19:32:22.095 : ERROR / Tizen::Base::Collection ( 2711 : 2711 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
12-01 19:32:22.095 : ERROR / Tizen::App ( 2711 : 2711 ) : virtual void Tizen::App::_ContextManager::OnApplicationTerminated(const Tizen::App::AppId&, int)(477) > Not registered pid(6037)
12-01 19:32:2

...

...

...

 

12-01 19:32:37.005 : ERROR / Tizen::Io ( 2718 : 2727 ) : result Tizen::Io::_DbEnumeratorImpl::GetStringAt(int, Tizen::Base::String&) const(879) > [E_TYPE_MISMATCH] Trying to access column of different type.
12-01 19:32:37.005 : ERROR / Tizen::Io ( 2718 : 2727 ) : result Tizen::Io::_DbEnumeratorImpl::GetStringAt(int, Tizen::Base::String&) const(879) > [E_TYPE_MISMATCH] Trying to access column of different type.
12-01 19:32:37.005 : ERROR / Tizen::Security ( 2718 : 2727 ) : static result Tizen::Security::_PrivilegeManager::RetrieveCipherPrivilegeExN(const Tizen::App::AppId&, Tizen::Base::String&, Tizen::Base::String&, Tizen::Base::Collection::ArrayList*&)(234) > [E_DATA_NOT_FOUND] The privilege information does not exist.
12-01 19:32:37.005 : ERROR / Tizen::Security ( 2718 : 2727 ) : static result Tizen::Security::_PrivilegeManagerServer::RetrievePrivilege(const Tizen::App::AppId&, Tizen::Base::String*, Tizen::Base::String*, Tizen::Base::Collection::ArrayList*&)(72) > [E_DATA_NOT_FOUND] Propagating.
12-01 19:32:37.005 : ERROR / Tizen::Security ( 6029 : 6029 ) : static void Tizen::Security::_AccessController::Initialize()(318) > Failed to retrieve privilege information
12-01 19:32:37.005 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(364) > [E_DATA_NOT_FOUND] The privilege information does not exist.
12-01 19:32:37.005 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(405) > [E_PRIVILEGE_DENIED] The application does not have the privilege to call this method.
12-01 19:32:42.400 : ERROR / Tizen::System ( 6029 : 6029 ) : result Tizen::System::Vibrator::Start(long int, int)(108) > [E_PRIVILEGE_DENIED] The application does not have the privilege to call this method.
12-01 19:32:42.400 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(385) > [E_DATA_NOT_FOUND] The privilege information does not exist.
12-01 19:32:42.400 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(405) > [E_PRIVILEGE_DENIED] The application does not have the privilege to call this method.
12-01 19:32:43.315 : ERROR / Tizen::Base::Collection ( 2711 : 2711 ) : virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty.
12-01 19:32:43.315 : ERROR / Tizen::Base::Collection ( 2711 : 2711 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
12-01 19:32:43.335 : ERROR / Tizen::Io ( 2711 : 2711 ) : result Tizen::Io::_DbEnumeratorImpl::GetStringAt(int, Tizen::Base::String&) const(879) > [E_TYPE_MISMATCH] Trying to access column of different type.
12-01 19:32:43.335 : ERROR / Tizen::Io ( 2711 : 2711 ) : result Tizen::Io::_DbEnumeratorImpl::GetIntAt(int, int&) const(810) > [E_TYPE_MISMATCH] Trying to access column of different type.
12-01 19:32:43.335 : ERROR / Tizen::Io ( 2711 : 2711 ) : result Tizen::Io::_DbEnumeratorImpl::GetStringAt(int, Tizen::Base::String&) const(879) > [E_TYPE_MISMATCH] Trying to access column of different type.

 

 

 

 

Do you know what that means ?...

Thanks for your help :D

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
hgw7

Some privelege needed for the api's you have used is missing. The following logs show that:

12-01 19:32:37.005 : ERROR / Tizen::Security ( 6029 : 6029 ) : static void Tizen::Security::_AccessController::Initialize()(318) > Failed to retrieve privilege information
12-01 19:32:37.005 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(364) > [E_DATA_NOT_FOUND] The privilege information does not exist.
12-01 19:32:37.005 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(405) > [E_PRIVILEGE_DENIED] The application does not have the privilege to call this method.
12-01 19:32:42.400 : ERROR / Tizen::System ( 6029 : 6029 ) : result Tizen::System::Vibrator::Start(long int, int)(108) > [E_PRIVILEGE_DENIED] The application does not have the privilege to call this method.
12-01 19:32:42.400 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(385) > [E_DATA_NOT_FOUND] The privilege information does not exist.
12-01 19:32:42.400 : ERROR / Tizen::Security ( 6029 : 6029 ) : static result Tizen::Security::_AccessController::CheckUserPrivilege(Tizen::Security::_Privilege)(405) > [E_PRIVILEGE_DENIED] The application does not have the privilege to call this method.

Kim YoungSu

Thank you very much!!