Closed MallikarjunTirlapur closed 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
Thank you, It was due to the orientation of tango screen..so now i fixed i think, its not gettin crashed.
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.