简体   繁体   English

本机Tizen 3.0表盘严重错误。 对待:2

[英]Native Tizen 3.0 watchface critical error. Treat: 2

Error screenshot 错误截图

Hello everyone. 大家好。 I have a question. 我有个问题。 I develop Tizen 3.0 native app in Tizen Studio with "C". 我在Tizen Studio中使用“ C”开发了Tizen 3.0本机应用程序。 It is a watchface with routines for measuring user's activity. 它是带有用于测量用户活动的例程的表面。

Previously this app was as a package of service app and watchface perfectly running on tizen 2.3.2. 以前,此应用程序是作为服务应用程序和表盘的一个软件包,可完美地在tizen 2.3.2上运行。 After update to tizen 3.0 the package just stoped launching. 更新到tizen 3.0之后,该软件包刚刚停止启动。 When I combined the service routines with a watchface the app start working again, but after a period of time of running, I got the system notification that app consumes a lot of power, which I didn't got on tizen 2.3.2, and on tizen 3.0 the watchface crashes exactly on the time when the error (screenshot) appears in the logs. 当我将服务例程与表盘组合时,应用再次开始工作,但是在运行一段时间后,我收到系统通知,表明该应用消耗了很多功率,而我没有使用tizen 2.3.2,并且在tizen 3.0上,当错误(截屏)出现在日志中时,表面完全崩溃。 By the way this error is not appearing when Tizen complains about app's power consuming, I checked this. 顺便说一句,当Tizen抱怨应用程序的功耗时,不会出现此错误,我对此进行了检查。

And one of the interesting thing, that before this error another error with the same description appears, but the treat number is 0 or 1. And only when the treat number is 2 the app crashes. 有趣的是,在发生此错误之前,出现了另一个具有相同描述的错误,但请柬编号为0或1。仅当请柬编号为2时,应用程序才会崩溃。

I've searched information about this everywhere, but didn't find anything about this error. 我到处都搜索了有关此信息,但没有找到有关此错误的任何信息。

The question is - what exactly the reason of this error? 问题是-此错误的确切原因是什么? What causes it? 是什么原因造成的?

Check whether service app running all the time consuming CPU power. 检查服务应用程序是否一直在消耗CPU资源。 It should be designed carefully to make lower power consumption. 应该仔细设计以降低功耗。

You may also use appcontrol to launch the service app. 您也可以使用appcontrol启动服务应用程序。 Check below links: 检查以下链接:

  1. https://developer.tizen.org/community/tip-tech/creating-native-service-tizen-wearables-part-2-service-launcher https://developer.tizen.org/community/tip-tech/creating-native-service-tizen-wearables-part-2-service-launcher
  2. https://developer.tizen.org/forums/native-application-development/service-combined-package-not-starting https://developer.tizen.org/forums/native-application-development/service-combined-package-not-starting

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM