Trying to port my pebble watchface and getting this error trying to implement animations through the js api.
This is probably fairly stupid, but the error logged here isn't useful and the face crashes the simulator lol. Anyone seen this / any tips on logs to check for better error logging?
From the simulator log...
[2018-04-10 22:33:57.933] [info] companion recv: {"id":2,"jsonrpc":"2.0","result":null}
[2018-04-10 22:33:57.933] [info] companion recv: {"id":3,"jsonrpc":"2.0","result":null}
[2018-04-10 22:33:57.941] [error] appsim stderr: 2018-04-10 22:33:57.941 app[5924:64678] ASSERT_Log: Type: 2 func_addr: 0x00000000 lr: 0x00000000, file: , line: 0, func: , expr: Critical glue error
2018-04-10 22:33:57.941 app[5924:64678] data:
2018-04-10 22:33:57.941 app[5924:64678] 22
[2018-04-10 22:33:57.941] [error] appsim stderr: 2018-04-10 22:33:57.941 app[5924:64678] 0
2018-04-10 22:33:57.941 app[5924:64678] 0
2018-04-10 22:33:57.941 app[5924:64678] 0
2018-04-10 22:33:57.941 app[5924:64678] ASSERT_Log: Type: 2 func_addr: 0x00000000 lr: 0x00000000, file: , line: 0, func: , expr: Critical glue error
2018-04-10 22:33:57.941 app[5924:64678] data:
2018-04-10 22:33:57.941 app[5924:64678] 22
2018-04-10 22:33:57.941 app[5924:64678] 0
2018-04-10 22:33:57.941 app[5924:64678] 0
2018-04-10 22:33:57.941 app[5924:64678] 0
[2018-04-10 22:33:58.376] [info] appsim exit code: null (signal SIGSEGV)
Answered! Go to the Best Answer.
Best AnswerAh re-read through the docs and I think it was due to missing the <g> element, instructions unclear, cat now stuck in toaster :).
Best AnswerAh re-read through the docs and I think it was due to missing the <g> element, instructions unclear, cat now stuck in toaster :).
Best AnswerIt did, but the logging could definitely be improved.
Are there plans to release a standalone sdk akin to what Pebble had? Would love to be able to use my own versioning and editors in addition to the better logging through the local tools.
Best Answer@sovanyio: what you described can we achieve with command line interface which is in consideration right now.