Boris
Boris
#### Problem the tv-app was commissioned by chip-tool,when i tested TC-OO-2.2, the tv-app occurred native crash: [app-onoff-error.txt](https://github.com/project-chip/connectedhomeip/files/9280262/app-onoff-error.txt) i found that if you execute app::Clusters::OnOff::Attributes::OnOff::Set(static_cast(endpoint), value);,the tv-app must be crashed
压力测试报错
`STACK_TRACE=java.lang.ArrayIndexOutOfBoundsException: length=11; index=-1 at android.util.SparseArray.keyAt(SparseArray.java:280) at com.oushangfeng.pinnedsectionitemdecoration.callback.OnItemTouchListener.shouldIntercept(OnItemTouchListener.java:144) at com.oushangfeng.pinnedsectionitemdecoration.callback.OnItemTouchListener.access$400(OnItemTouchListener.java:17) at com.oushangfeng.pinnedsectionitemdecoration.callback.OnItemTouchListener$GestureListener.onDoubleTap(OnItemTouchListener.java:225) at android.view.GestureDetector.onTouchEvent(GestureDetector.java:563) at com.oushangfeng.pinnedsectionitemdecoration.callback.OnItemTouchListener.onInterceptTouchEvent(OnItemTouchListener.java:84) at android.support.v7.widget.RecyclerView.dispatchOnItemTouchIntercept(RecyclerView.java:2572) at android.support.v7.widget.RecyclerView.onInterceptTouchEvent(RecyclerView.java:2618) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2212) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2669) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2301) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2669) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2301) at...
请问怎么让溢出菜单显示在toolbar下面呢
谷歌官方文档不建议开发者在广播里启动activity,所以我有点困惑了
角标越界
滑动新闻列表头条,按住上下滑动时,报错了 10-12 17:39:55.368 13164-13164/com.lauren.simplenews E/AndroidRuntime: FATAL EXCEPTION: main Process: com.lauren.simplenews, PID: 13164 java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid item position 7(offset:7).state:51 at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4405) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4363)
When send UDC message to the platform App,met an error ``` D CDC msg sent D ------PROMPT USER: Test TV casting app is requesting permission to cast to this TV,...
使用Navigation时会crash,参考问题 #161
可以考虑将mediasession功能添加进去吗?
refactor the class MatterCommissioningPrompter.java,don't need Activity any more to avoid memory leak;
### Reproduction steps 1. Build the TV app using command: scripts/build/build_examples.py --target android-arm64-tv-server build 2. Build the tv-casting-app using command: $ cd ~/connectedhomeip/examples/tv-casting-app/linux $ gn gen out/debug $ ninja -C...