Process::terminate() calls exit (0)

Seems most native implementations of Process::terminate() just call exit(0);, shouldn’t this be exit (EXIT_FAILURE); ?

Yes, I think you’re probably right, thanks!

getEnv() in juce_android_SystemStats.cpp should use EXIT_FAILURE as well.