uml-robotics / ros_tango_native_stream

Streaming depth and odometry to ROS from the Google Tango C API
8 stars 2 forks source link

Application crashes after few minutes #2

Closed MallikarjunTirlapur closed 10 years ago

MallikarjunTirlapur commented 10 years ago

I opened the application & it was working fine and i could see depth clouds on the rviz. But after few minutes it got crashed, it happens every time.

nuclearmistake commented 10 years ago

Is logcat full of GC_FOR_ALLOC?

Those should not be occurring on the latest version.

If your logcat is full of GC_FOR_ALLOC spam, and you're on the latest version...

If you're building with catkin, try CDing into tango_root and build manually with ./gradlew

If you're already using ./gradlew, try explicitly cleaning before building

./gradlew clean; ./gradlew build; adb install -r peanut_stream/build/outputs/apk/peanut_stream-debug.apk

MallikarjunTirlapur commented 10 years ago

Thank you, It was due to the orientation of tango screen..so now i fixed i think, its not gettin crashed.