Honeycomb bug on Buffer's have been fixed
Information/Programming :
2011. 4. 11. 23:17
My previous post was about unexpected behavior of Buffer's in Honeycomb which seemed like a bug. The bug I found was about float values in cloned read-only FloatBuffer being interpreted differently from the contents in the original FloatBuffer(2011/04/07 - Unexpected behavior of Buffers in Honeycomb(Android 3.0)). I submitted a bug report to Google and it was confirmed as a bug and now fixed internally for future IceCreamSandwich release.
Please refer to http://code.google.com/p/android/issues/detail?id=15994 for more information. My first successful bug report on a commercial product. Yay~
I thank all my colleagues at work who gave me this opportunity and helped me tackle this issue.
I thank all my colleagues at work who gave me this opportunity and helped me tackle this issue.
'Information > Programming' 카테고리의 다른 글
생활코딩 오프라인 수업 작심삼일 후기 (0) | 2013.09.04 |
---|---|
[OpenGL] More on texture problem on Galaxy Player GB70 (0) | 2012.07.11 |
[OpenGL] When textures do not show properly without any glerror in Android (0) | 2012.07.10 |
Unexpected behavior of Buffers in Honeycomb(Android 3.0) (4) | 2011.04.07 |
[Android] When onTouch() always leads to onLongClick() (0) | 2010.11.25 |
Don't mess with the iterator in the for-each loop body... (4) | 2010.06.22 |
Hardware Sensor Simulator for Android Emulator (1) | 2010.02.28 |
The Mythical Man-Month Chapter 3 (0) | 2009.10.21 |
The Mythical Man-Month Chapter 2 (1) | 2009.10.08 |
심심해서 테트리스를 짜보다... (13) | 2009.09.17 |