Heho,
I'm trying to terminate my App with:
Tizen::App::Application::GetInstance()->Terminate();
However. When I call this I get an "app was closed unexpectedly" on the device.
The log shows:
06-19 15:35:04.295 : ERROR / GeocachingBasic ( 5215 : 5215 ) : result Tizen::Base::Collection::ArrayListT<Type>::IndexOf(const Type&, int, int, int&) const [with Type = Tizen::Ui::Animations::_VisualElementImpl*, result = long unsigned int](486) > [E_OUT_OF_RANGE] The startIndex(0) MUST be less than the number of elements(0).06-19 15:35:04.295 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : result Tizen::Ui::Animations::_VisualElementImpl::RemoveChild(Tizen::Ui::Animations::_VisualElementImpl&, bool)(4252) > [E_OBJ_NOT_FOUND] child is not a child of this instance.06-19 15:35:04.295 : INFO / GeocachingBasic ( 5215 : 5215 ) : virtual result Form1::OnTerminating()(313) > TERMINATING Form1...06-19 15:35:04.310 : INFO / GeocachingBasic ( 5215 : 5215 ) : virtual GpsLocation::~GpsLocation()(47) > DESTRUCT GpsLocation...06-19 15:35:04.310 : ERROR / Tizen::Locations ( 5215 : 5215 ) : result Tizen::Locations::_LocationProviderImpl::StopLocationUpdates()(174) > [E_INVALID_OPERATION] Location update has not been requested.06-19 15:35:04.310 : INFO / GeocachingBasic ( 5215 : 5215 ) : virtual GpsLocation::~GpsLocation()(50) > DESTRUCT GpsLocation...complete.06-19 15:35:04.310 : INFO / GeocachingBasic ( 5215 : 5215 ) : virtual Compass::~Compass()(20) > DESTRUCT Compass...06-19 15:35:04.470 : INFO / GeocachingBasic ( 5215 : 5215 ) : virtual Compass::~Compass()(24) > DESTRUCT Compass...complete.06-19 15:35:04.475 : ERROR / Tizen::Ui ( 5215 : 5215 ) : result Tizen::Ui::_Control::DetachChild(Tizen::Ui::_Control&)(1869) > [E_INVALID_ARG] Not my child.06-19 15:35:04.475 : ERROR / Tizen::Ui::Controls ( 5215 : 5215 ) : result Tizen::Ui::Controls::_Toolbar::StopWaitingAnimation(Tizen::Ui::Controls::ToolbarAnimationPosition)(2724) > [E_INVALID_STATE] [E_INVALID_STATE] __pAnimation isn't constructed.06-19 15:35:04.475 : ERROR / Tizen::Ui ( 5215 : 5215 ) : result Tizen::Ui::_Control::DetachChild(Tizen::Ui::_Control&)(1869) > [E_INVALID_ARG] Not my child.06-19 15:35:04.475 : ERROR / Tizen::Ui::Controls ( 5215 : 5215 ) : result Tizen::Ui::Controls::_Toolbar::StopWaitingAnimation(Tizen::Ui::Controls::ToolbarAnimationPosition)(2724) > [E_INVALID_STATE] [E_INVALID_STATE] __pAnimation isn't constructed.06-19 15:35:04.475 : ERROR / Tizen::Ui ( 5215 : 5215 ) : result Tizen::Ui::_Control::DetachChild(Tizen::Ui::_Control&)(1869) > [E_INVALID_ARG] Not my child.06-19 15:35:04.485 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : virtual Tizen::Ui::Animations::_RootVisualElement::~_RootVisualElement()(60) > [E_INVALID_STATE] The RootVisualElement instance has been destroyed, but the layer information was not cleaned.06-19 15:35:04.485 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : virtual Tizen::Ui::Animations::_RootVisualElement::~_RootVisualElement()(60) > [E_INVALID_STATE] The RootVisualElement instance has been destroyed, but the layer information was not cleaned.06-19 15:35:04.485 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : virtual Tizen::Ui::Animations::_RootVisualElement::~_RootVisualElement()(60) > [E_INVALID_STATE] The RootVisualElement instance has been destroyed, but the layer information was not cleaned.06-19 15:35:04.485 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : virtual Tizen::Ui::Animations::_RootVisualElement::~_RootVisualElement()(60) > [E_INVALID_STATE] The RootVisualElement instance has been destroyed, but the layer information was not cleaned.06-19 15:35:04.485 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : virtual Tizen::Ui::Animations::_RootVisualElement::~_RootVisualElement()(60) > [E_INVALID_STATE] The RootVisualElement instance has been destroyed, but the layer information was not cleaned.06-19 15:35:04.485 : ERROR / Tizen::Ui::Animations ( 5215 : 5215 ) : virtual Tizen::Ui::Animations::_RootVisualElement::~_RootVisualElement()(60) > [E_INVALID_STATE] The RootVisualElement instance has been destroyed, but the layer information was not cleaned.
The app is a bada2 ported app.
Does anyone has an idea whats the problem here? I don't use any animation or so.
Regards.