Hi, I am recently developing upon this project. I found a bug. When I type in a URL and let the player play , it plays well. However, when I press back button and want to go back, the player process will restart. (Although it doesn't hang, by monitoring in the logcat, we can see the PID has changed.) It seems the exit(0) function is the reason why it kills the process and let it restart. However, if we comment exit(0) in the do_exit function, the app will hang at a libc error.
Hi, I am recently developing upon this project. I found a bug. When I type in a URL and let the player play , it plays well. However, when I press back button and want to go back, the player process will restart. (Although it doesn't hang, by monitoring in the logcat, we can see the PID has changed.) It seems the exit(0) function is the reason why it kills the process and let it restart. However, if we comment exit(0) in the do_exit function, the app will hang at a libc error.