VulkanActivity onBackpress Crash
gokulsukumar03 opened this issue · 1 comments
gokulsukumar03 commented
Application crashing on clicking back from VulkanActivity
Error Message:
A/libc: Invalid address 0xc7503dc0 passed to free: value not allocated
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 13867 pid 13822
gokulsukumar03 commented
@Override
public void onBackPressed() {
System.gc();
System.exit(0);
}