[TIMOB-8079] Android: Correct ASSERT statement in javaObject.cpp
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-27T09:49:47.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | Android |
Labels | n/a |
Reporter | Hieu Pham |
Assignee | Hieu Pham |
Created | 2012-03-19T11:34:38.000+0000 |
Updated | 2012-03-27T09:49:47.000+0000 |
Description
Correct ASSERT statement in javaObject.cpp.
Testing steps:
1. In terminal, type 'export TI_DEBUG=1'
2. Run scons to see if it builds successfully.
Closing bug. Verified fix on: version=2.0.0 module_apiversion=2 timestamp=03/22/12 09:33 githash=51cc9dc OS: Lion (10.7.2)
Reopened to update comment.
Fixed on Snow Leopard. version=2.0.0 module_apiversion=2 timestamp=03/22/12 13:40 githash=51cc9dc Devices Tested: Droid3 2.3.4 Behavior: Able to scons with TI_DEBUG=1. Able to run new project using scons SDK. Extra debug logs appear when app is run (i.e., V-logs for every tap event). Need to test on Windows 7 (re-opening issue).
Able to scons on Windows 7, but there are no extra debug logs at runtime. Tried setting global environment variable TI_DEBUG to 1, tried console 'set TI_DEBUG=1'. version=2.0.0 module_apiversion=2 timestamp=03/22/12 13:40 githash=51cc9dc Devices Tested: Droid3 2.3.4 Behavior: Able to scons with TI_DEBUG=1. Able to run new project using scons SDK. Unexpected: Extra debug logs do not appear when app is run (i.e., V-logs for every tap event).
Closing this issue. Will open a new issue for the Windows 7 TI_DEBUG support. TI_DEBUG is for internal use.