mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Log "onDestroy" as info instead of error.
This commit is contained in:
@@ -349,7 +349,7 @@ public class NativeActivity extends Activity {
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
super.onDestroy();
|
||||
Log.e(TAG, "onDestroy");
|
||||
Log.i(TAG, "onDestroy");
|
||||
mGLSurfaceView.onDestroy();
|
||||
nativeRenderer.onDestroyed();
|
||||
NativeApp.audioShutdown();
|
||||
|
||||
Reference in New Issue
Block a user